Nineya
Home
Blog
Spring MvcUriComponentsBuilder.fromMethodName does not pick the annotated method transparently
2025-01-08 22:28:36
4461
Version: `Spring-Boot 3.2.4I try to use the MvcUriComponenntsBuilder.fromMethodName to generate the path to a ressource ...
Spring LEAK: ByteBuf.release() was not called before it's garbage-collected
2025-01-08 22:28:33
15558
Getting memory leak issue while using spring webflux + netty. We are facing this issue during high requests.Here is comp...
Spring Questions about gemini support in the spring ai module
2025-01-08 22:28:31
442
I want to use the gemini apiKey to access my gemini Ai instead of using project-id+location.Currently, the spring ai mod...
Spring CVE-2024-22262 on spring-web 4.0.5.Release version, suggested version is 5.3.34
2025-01-08 22:28:27
515
Hi Team,I have verified the below link :https://spring.io/security/cve-2024-22262 for vulnerability details. We have web...
Spring Skip comparing variableResolver if underlying type is Class
2025-01-08 22:28:22
719
Before this commit, given:ResolvableType type1 = ResolvableType.forClassWithGenerics(IProvider.class, String.class);Reso...
Spring Deadlock/Stall in ConcurrentWebSocketSessionDecorator with Undertow 2.3.10
2025-01-08 22:28:19
9087
Affects: Spring Framework 6.1.3I have managed to produce (but not yet reproduce) what I think is a deadlock (or maybe mo...
Spring WEBFLUX : RouterFunctionWebHandle cannot be easily extended/overwritten; embedded in RouterFunctions
2025-01-08 22:28:17
1357
Want to read in external properties from a JSON schema for routerFunctionWebHandle but this cannot be easily extended/ov...
Spring Provide an example of custom request URL with RestClient in the reference guide
2025-01-08 22:28:14
1518
Affects: 6.1.3I'm currently working with the Spring RestClient and I'm curious about the best practice for performing a ...
Spring Improve HandlerMappingIntrospector performance [SPR-16013]
2025-01-08 22:28:11
490
Rob Winch opened SPR-16013 and commentedCurrently HandlerMappingIntrospector must iterate over all HandlerMappings to de...
Spring StreamUtils.copyRange overreads source stream in some cases
2025-01-08 22:28:08
1429
DescriptionStreamUtils.copyRange copies the input stream with a buffer size of 4096 bytes. If the desired range is not d...
Spring Aggregate TestExecutionListener orders
2025-01-08 22:28:06
2106
Aggregated TestExecutionListener orders into SpringTestExecutionListenerOrder, in order to help third-party integrators ...
Spring add support for request body in HTTP DELETE methods using RestClient
2025-01-08 22:28:03
2239
Hello,currently the RestClient is not supporting request bodies in DELETE requests which is very limiting - especially i...
Spring Document that getBean with arguments is not recommended with AOT
2025-01-08 22:28:00
248
Follow-up of #32657 - since we ignore the instance supplier, all optimizations are going away, which makes things quite ...
Spring Provide caching for HandlerMappingIntrospector lookups
2025-01-08 22:27:58
6167
Spring Security relies on such lookups to align its request matching and CORS decisions with Spring MVC. However, it can...
Spring Configuration class with Bean factory method on an interface generates wrong target with AOT
2025-01-08 22:27:56
10821
Spring-Boot version 3.2.4The processAot task does not generate the right BeanDefinitions files, if a configuration class...
Spring Properties from @Import-ed Configuration override properties in @Import-ing configuration [SPR-10409]
2025-01-08 22:27:53
8785
Paul Brabban opened SPR-10409 and commentedI have a property test=default in class DefaultConfig, and I'm making them av...
Spring Incorrect http response for a request using gzip and Range header
2025-01-08 22:27:50
7214
What happened:The following two requests work without issuewget -S --header="accept-encoding: gzip" http://localhost:808...
Spring [Question] json-path still in version 2.8.0 with vulnerabilities while spring-boot-starter-test is requiring the 2.9.0
2025-01-08 22:27:48
548
Affects: 3.2.3Please, someone can help us to understand why Gradle still installing the implementation 'com.jayway.json...
Spring beanFactory#getBean with arguments ignore them if an Instance supplier is defined
2025-01-08 22:27:34
3657
When use a BeanFactory inside my project I have two different result for the same operation after standard build and nat...
Spring Document that DataIntegrityViolationException can also be thrown on read-only queries
2025-01-08 22:27:30
1144
Affects: at least v4.0.0+The javadoc for DataIntegrityViolationException specifies "Exception thrown when an attempt to ...
上一页
下一页
1
…
1194
1195
1196
1197
1198
…
2246
.