Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
52 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
  • 351
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
43 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
0 votes
0 answers
23 views

I’m struggling to piece together how to seamlessly use the MCP Prompt from an MCP server to an MCP client, both using Spring AI 1.1.0. The Problem: The server returns a GetPromptResult that contains a ...
KaustubhKhati's user avatar
1 vote
1 answer
26 views

I have a server that I make rest calls towards that returns part of its information through headers instead of putting it all in a body, sadly I do not own the code that runs on the server so I can't ...
David S's user avatar
  • 319
Best practices
1 vote
1 replies
20 views

is the HttpCookieAuth class a correct way to authorize user? Spring security http only cookies authorization problem
jey doe's user avatar
  • 23
3 votes
1 answer
54 views

i have the following security config but it still triggers filter on a non security matched paths. What's the problem here? Am i doing authentication correctly? I've tried reading docs but the writing ...
jey doe's user avatar
  • 23
2 votes
1 answer
45 views

I am seeing issues using Spring 7/Spring Boot 4 and JSpecify annotations where parameters to methods in the RestClient.Builder interface are tagged as "nonNull" when the implementations of ...
Rob McDougall'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
Advice
0 votes
4 replies
41 views

I have a list of items - for each item i want to send a message. But i don't want to loop through my list and send all the messages all at once - when message 1 sends successfully, I will have an ...
tM_z's user avatar
  • 11
0 votes
1 answer
82 views

I use Spring Data REST to expose CRUD endpoints for a JpaRepository. The endpoint on the collection resource provides page, size and sort query parameters. The issue is that sorting doesn't work for ...
G. Fiedler's user avatar
0 votes
0 answers
86 views

I am trying to create a custom generic repository using the fragment interface approach as described in this article: https://docs.spring.io/spring-data/jpa/reference/repositories/custom-...
Sidharth Bajpai's user avatar
1 vote
0 answers
87 views

Our application is leveraging dependencies com.hazelcast:hazelcast and com.hazelcast:hazelcast-spring to connect to a Hazelcast cluster. In the process of upgrading their versions from 5.5.0 to 5.6.0, ...
Dominique M's user avatar
0 votes
0 answers
102 views

I was following a tutorial that shows this application.properties for gateway configuration: server.port=9000 spring.application.name=UserMS spring.cloud.gateway.routes[0].id=UserMS spring.cloud....
Nicolas Medeiros Cascaes's user avatar
0 votes
0 answers
79 views

I have a spring state machine that is tied to states of an object from another service, that is retrieved and updated using HTTP APIs. So, it's not a local database. I'm thinking to use transition ...
nanakondor's user avatar

15 30 50 per page
1
2 3 4 5
14193