Nineya
Home
Blog
Spring Removes absolute URI check to support Unix Domain Socket URIs
2025-01-08 03:55:48
108
With support coming for Unix Domain Sockets from io.projectreactor.netty URIs no longer need to be absolute.
Spring Incorrect http response for a request using the Range header for pre-compressed resources
2025-01-08 03:55:44
5620
What happened:I use serving pre-compressed resources (spring.resources.chain.compressed), index.html is also compressed....
Spring Revisit ScriptUtils and related classes in spring-r2dbc
2025-01-08 03:55:42
898
Determine if common functionality for script parsing and execution can be extracted from spring-jdbc (package org.spring...
Spring Use lowercase property names in SpEL examples
2025-01-08 03:55:39
925
According to java code conventionsComment From: sbrannenFor the record, the proposed changes are to SpEL "property names...
Spring Add kotlinx.serialization JSON support to Spring Messaging (RSocket)
2025-01-08 03:55:35
123
As a follow-up of #25771, kotlinx.serialization JSON support should be added to Spring Messaging to be usable with RSock...
Spring Improve R2DBC DatabaseClient documentation regarding array/Collection-like bind parameters
2025-01-08 03:55:33
645
Based on spring-projects/spring-data-r2dbc#474, the documentation showing usage of Collection-like bind parameters leads...
Spring Ignore duplicate configuration metadata for cache key in the TestContext framework
2025-01-08 03:55:31
3175
This affects 4.3 When I have a base class like:@ContextConfiguration(classes = A.class)class Base extends AbstractTestNG...
Spring @ActiveProfiles with same profiles but different order results in duplicate ApplicationContext
2025-01-08 03:55:26
1285
OverviewWhile working on #25800, I realized that two @ActiveProfiles declarations on different test classes using the sa...
Spring LinkedMultiValueMap downstream issue with MultiValueMapAdapter package private base class
2025-01-08 03:55:25
3520
Affects: > 5.2.9.RELEASE Hi spring team,i've run into an issue that is caused by a recent change in the MultiValueMa...
Spring MockMvcResultHandlersDsl.handle() should take a function as argument
2025-01-08 03:55:19
1840
Affects: 5.2.0.RELEASEMockMvcResultHandlersDsl has a handle(resultHandler: ResultHandler) method. This method is useful,...
Spring Wrong link in Spring framework tutorial
2025-01-08 03:55:17
631
In the following document:src/docs/asciidoc/core/core-resources.adoc(compared against master (version 5.2.9.RELEASE))The...
Spring Correct DispatcherServlet initialization sample webmvc.adoc
2025-01-08 03:55:14
1187
Affects: 5.2.9The example uses ac.refresh(); but throws an exception. Everything works perfectly without it.Comment From...
Spring Async Request couldn't log response body by OncePerRequestFilter
2025-01-08 03:55:12
2353
I hava a simple controller, it has two method, One is synchronous and the other is asynchronous@RestControllerclass Hell...
Spring springmvc get request query string param wrap to a pojo
2025-01-08 03:55:09
534
Affects: \springmvc latesthow to set the default value of the pojo property?Comment From: snicollThanks for getting in t...
Spring Support suspending functions annotated with @Transactional
2025-01-08 03:55:07
825
As a follow-up of #22915, this issue is about supporting suspending functions annotated with @Transactional. It seems no...
Spring Document functional configuration style [SPR-15049]
2025-01-08 03:55:03
1152
Juergen Hoeller opened SPR-15049 and commentedWe need to properly document our functional configuration style and other ...
Spring CSRF workflow: header X-XSRF-TOKEN and Cookie XSRF-TOKEN both set with any identical value triggers API instead of returning 403 Forbidden
2025-01-08 03:55:00
2368
Affects: spring-boot-dependencies 2.3.4.RELEASEI agree that Cookie XSRF-TOKEN is set by the server and is not meant to b...
Spring Allow cache eviction for ConcurrentLruCache
2025-01-08 03:54:56
153
It would be cool if the newly introduced ConcurrentLruCache allowed to wipe individual elements from the cache manually ...
Spring DataBufferUtils.CompositeMatcher causes poor performance when one or more matchers does not match
2025-01-08 03:54:54
5153
I noticed my CPU pegged for over a minute reading a 675K text resource when subscribing to a flux for a response in a te...
Spring Support Optional for query parameters in UriBuilder and UriComponentsBuilder
2025-01-08 03:54:44
308
Add a method optionalQueryParam(String, Optional) to the UriBuilder interface.The implementation adds the query paramete...
上一页
下一页
1
…
1540
1541
1542
1543
1544
…
2246
.