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

We have a situation where we need to write the logs from an app running in multiple pods on an OpenShift project to the database so I slapped together a quick database logging POC with log4j2, and got ...
Striker's user avatar
  • 339
0 votes
0 answers
28 views

I have developed a small project in Angular 20 using Spring-Boot as my backend (my project does not use nginx). Every time I refresh my application on any url of the project or load a full url that ...
Horacio García Magallanes's user avatar
0 votes
1 answer
25 views

I'm working on a Spring Boot backend with React frontend. I'm setting an HttpOnly cookie for refresh tokens like this: @NotNull private ResponseEntity<String> getStringResponseEntity(...
Joshua Jeidward Sanchez Ruiz's user avatar
0 votes
0 answers
32 views

I just want to get my custom message in Swagger response (not just "Bad Request") @RestController @RequestMapping @RequiredArgsConstructor public class GenUrlController { private final ...
J.J. Beam's user avatar
  • 3,191
Advice
0 votes
0 replies
8 views

I have a fresh and minimal Spring boot 4 project with Spring Modulith which you can see here. I have two modules User and Task. A User has zero or more Tasks. Both modules expose a MTO (Module ...
CodingCoder's user avatar
0 votes
0 answers
37 views

Problem with Spring's ThreadPoolTaskExecutor, @EnableAsync, AsyncConfigurer, @Async The context I have: a very simple method to run asynchronously : @Async public void asyncMethod() { System.out....
Luca Tampellini's user avatar
2 votes
1 answer
42 views

I have a Spring Cloud Stream Application which consumes messages from the RabbitMQ Binder and outputs them to Spring Cloud Function's HTTP Request Function. It looks like this: Java code: @...
rmarianni's user avatar
0 votes
1 answer
33 views

I have a Spring app with form-based authentication and a Restcontroller for my API. I am using Spring Boot 3.5.4 and Spring Security 6. If CSRF is disabled in the security configuration, everything ...
Robert Wilcox's user avatar
0 votes
1 answer
63 views

We are upgrading Spring Boot from 2.7.0 to 3.5.6 and are facing an issue with error responses between two services. Setup Service A → sends a POST request to Service B Service B → handles ...
Ankti Rai's user avatar
1 vote
1 answer
45 views

I’m trying to integrate Blaze Persistence with Spring Boot 3.5.5 (Java 21, Hibernate 6.2). This is my first attempt to use Blaze in one of my projects, and I’m running into an incompatibility between ...
JustinG's user avatar
  • 11
Advice
0 votes
0 replies
20 views

I'm working on a Spring Boot 4.0 project with AOT (Ahead-Of-Time) optimization and AOT caching on the JVM (not native image). This means that during the build, the Actuator endpoints and their ...
MyWay's user avatar
  • 1,025
-1 votes
0 answers
40 views

I’m integrating Milvus Java SDK (2.x) into a Spring Boot application, and I’m running into a dependency conflict related to protobuf-java that prevents the application from starting. Problem ...
Schiffer Marget's user avatar
-5 votes
0 answers
57 views

I am getting the following error when batch job is running. This happens only after the upgrade. org.springframework.orm.jpa.JpaSystemException: Unable to commit against JDBC Connection at org....
padmapriya j's user avatar
-3 votes
1 answer
70 views

I have controller class (ApiController) where service class is autowired (ApiServiceImpl implements ApiService) and where in service class repository class is autowired (ApiRepositoryImpl implements ...
karthikeyan's user avatar
0 votes
1 answer
58 views

Problem I'm getting a CORS error when connecting to a WebSocket endpoint through Spring Cloud Gateway with Nginx as a reverse proxy (it works on my local env without nginx): Access to XMLHttpRequest ...
yassine raddaoui's user avatar

15 30 50 per page
1
2 3 4 5
10046