Spring Wrong observation status tag when a Not Found in a webflux application

Spring Boot Version: 3.1.6Given a webflux application with metrics enabled, when a request is done to a non existing end...

Spring OAuth2RestTemplate deprecated from spring boot 3

Question SummaryIf applicable, please mention:client library (token-client) and 3.3.0Environment: Cloud FoundryAdditiona...

Spring Fail to register MBean with bean name containing invalid character

Issue originally posted https://github.com/spring-projects/spring-integration/issues/3051Hi all.I have similar(I think) ...

Spring Ensure direct @PropertySource annotations override meta-annotations

OverviewAlthough the work performed in conjunction with #30941 ensures that all @PropertySource annotations are found, w...

Spring Weird error: IllegalArgumentException: Invalid boolean value [true]

My controller interface defines a parameter like this: @RequestParam(required = false, defaultValue = "true") Boolean b...

Spring Refactoring done

I have refactored the code again with same method and solved the issues previously arisingComment From: snicolland solve...

Spring Suggestion for Deadlock-Retrying in @Transactional annotation [SPR-5890]

Gert-Jan Schouten opened SPR-5890 and commentedIf you use locking on databases, you always have to provide for the situa...

Spring Cannot use AspectJ's @Aspect as a meta-annotation

Affects: All Spring Framework versionsI saw that @Component can easily be used in any annotation that is meta-annotated ...

Spring DefaultMessageListenerContainer has a deadlock problem

Affects: \We are using Spring-jms:5.3.6 to receive messages from Amazon SQS, our relevant configuration is: @Bean pub...

Spring Provide equivalent of @EnableWebFlux and @EnableWebMvc for the RouterFunction approach

If a user only provides RouterFunction endpoints it's a shame to load up the application context with loads of annotatio...

Spring Switching between two ThreadPoolTaskExecutors with MDC copying TaskDecorator

Hi, I'm using the TaskDecorator interface with ThreadPoolTaskExecutor to keep track of the MDC context in parallel opera...

Spring Log test aborted/skipped exceptions at INFO level in the TestContext framework

OverviewCurrently, any time an aborted/skipped exception is thrown by a TestExecutionListener, the TestContextManager un...

Spring Possibility to add default reference type in inner use of ConcurrentReferenceHashMap (ResolvableType)

In the context of our framework, we come across a metaspace issue due to the use of soft references in ConcurrentReferen...

Spring HttpStatus implementation is broken

Affects: all 3.x.y versions, as far as I can tellAccording to 28214, HttpStatus.valueOf(int) should instantiate a Defaul...

Spring Add disabling the Nagle's algorithm

Please add disabling Nagle's algorithm in the spring-boot-starter-websocket module for websockets, such as Socket.setTcp...

Spring Programmatic registration of RequestMappingInfo leads to "IllegalArgumentException: Expected lookup path"

The example shown in the Explicit Registrations section of the reference docs fails with:2023-11-17T13:01:02.412Z ERROR ...

Spring Documentation needs to be updated with instructions for STOMP Client

In https://docs.spring.io/spring-framework/docs/6.0.0-M3/reference/html/web.html#websocket-stomp-enable , the documentat...

Spring RestClient raises ConcurrentModificationException

Affects: Spring Framework 6.1.1Using RestClient in a multithread context (e.g.: a REST Controller) with a request interc...

Spring Insecure use UUID as request parameter

EnviromentI use OpenJDK 8 + Spring Boot + Gradle + GNU/Linux.What is the problem?When parsing the UUID from a parameter ...

Spring Refactored code

I refactored code in 6 files with 6 different methods at some places to make the code more readable and reduce complexit...
上一页 下一页
.