Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
35 views

I am updating my LSPosed module to the latest libxposed API 101. I've encountered a strange compilation behavior: the project compiles fine if I use hardcoded strings, but fails as soon as I try to ...
Anton Tsekhmistrov's user avatar
-6 votes
0 answers
31 views

Is there any way to convert an OBJ+mtl file to java? I've tried https://convert3d.org/convert/app but no .java
Floppa's user avatar
  • 11
0 votes
1 answer
38 views

I am working on a project with multiple Spring Boot projects. I have a one "common" project that is a dependency used by other projects. Inside that common project, I have created an @...
C.S.'s user avatar
  • 181
-3 votes
0 answers
38 views

I have a Telegram bot built with Spring Boot. It uses a router with a ConversationContext map to manage user state. When a message comes i check the context: if (context == null) { context = ...
user32508599's user avatar
-2 votes
0 answers
28 views

not find any object factory. to merge all SPI definitions in META-INF/services correctly ( this error I am getting in feature file I have written) so unable to get step definition in project nature I ...
Varsha Devraj's user avatar
2 votes
0 answers
30 views

I'm getting this error when inserting a large string into GridDB: 60079 DS_TIM_ROW_DATA_INVALID Registration of row failed. Value of column may have exceeded the limit value. Setup: GridDB server and ...
Omar El Esawy's user avatar
0 votes
1 answer
107 views

I'm writing a program that is meant to take up to two user input polynomials (input in a user friendly format like "2x^2+3x-4"), store them into two doubly linked lists, and then allow the ...
GanymedeFlowers's user avatar
Advice
0 votes
0 replies
33 views

I'm programming a game mode and found a data pack online that lets me create custom animations. I've dragged the data pack into the world where I need it. Now my question is, I want to play the ...
MeisterMouri's user avatar
Best practices
1 vote
3 replies
98 views

I am using Spring Boot 4. Before (in Spring Boot 3), I created my own ObjectMapper bean like this : @Bean @Primary public ObjectMapper objectMapper(Jackson2ObjectMapperBuilder builder) { ...
samitha senevirathna's user avatar
0 votes
1 answer
40 views

@Component public class CustomAuthenticationEntryPoint implements AuthenticationEntryPoint { @Autowired @Qualifier("handlerExceptionResolver") private HandlerExceptionResolver ...
Nguyen Si's user avatar
-1 votes
0 answers
50 views

Basically, I'm trying to run a .jar file make and run a .jar file made in IntelliJ IDEA. But when I do copy>absolute path>open in>terminal> java -jar C:\Users\nameofUser\IdeaProjects\DMS ...
Yuromar's user avatar
0 votes
0 answers
65 views

I have been trying to get the demo from mongodb's website for their Java driver to compile and I managed to do so last night; however when I launched my ide after work today to get started on the ...
Daniel anderson's user avatar
Advice
0 votes
2 replies
140 views

I’m feeling a bit stuck. I am currently in my fourth semester of university, but since day one, I’ve treated my education as a full-time engineering job. I have moved past simple CRUD applications to ...
Cesar RT's user avatar
Tooling
1 vote
4 replies
43 views

I have simple example Spring Boot Web projcet. And I have Docker desktop running on my Mac (silicon). I would like to run my spring web app on my local docker. And I have Dockerfile in my Spring boot ...
catch22's user avatar
  • 334
1 vote
3 answers
144 views

In my new application, I'm using Spring Boot 4. I noticed that ObjectMapper is now under import tools.jackson.databind.ObjectMapper; so I'd like to understand how to modify this bean that I was using ...
Lako12's user avatar
  • 391

15 30 50 per page
1
2 3 4 5
127786