Nineya
Home
Blog
Spring Wrong observation status tag when a Not Found in a webflux application
2025-01-08 21:09:33
1814
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
2025-01-08 21:09:30
947
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
2025-01-08 21:09:25
17925
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
2025-01-08 21:09:22
1525
OverviewAlthough the work performed in conjunction with #30941 ensures that all @PropertySource annotations are found, w...
Spring Weird error: IllegalArgumentException: Invalid boolean value [true]
2025-01-08 21:09:19
22063
My controller interface defines a parameter like this: @RequestParam(required = false, defaultValue = "true") Boolean b...
Spring Refactoring done
2025-01-08 21:09:16
378
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]
2025-01-08 21:09:13
3167
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
2025-01-08 21:09:10
2727
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
2025-01-08 21:09:07
4369
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
2025-01-08 21:09:05
12692
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
2025-01-08 21:09:02
4578
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
2025-01-08 21:08:59
807
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)
2025-01-08 21:08:56
1773
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
2025-01-08 21:08:53
1742
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
2025-01-08 21:08:50
923
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"
2025-01-08 21:08:47
1545
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
2025-01-08 21:08:45
652
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
2025-01-08 21:08:35
6876
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
2025-01-08 21:08:32
4540
EnviromentI use OpenJDK 8 + Spring Boot + Gradle + GNU/Linux.What is the problem?When parsing the UUID from a parameter ...
Spring Refactored code
2025-01-08 21:08:29
728
I refactored code in 6 files with 6 different methods at some places to make the code more readable and reduce complexit...
上一页
下一页
1
…
1255
1256
1257
1258
1259
…
2246
.