Spring Removes absolute URI check to support Unix Domain Socket URIs

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

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

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

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)

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

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

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

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

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

Affects: 5.2.0.RELEASEMockMvcResultHandlersDsl has a handle(resultHandler: ResultHandler) method. This method is useful,...

Spring Wrong link in Spring framework tutorial

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

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

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

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

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]

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

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

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

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

Add a method optionalQueryParam(String, Optional) to the UriBuilder interface.The implementation adds the query paramete...
上一页 下一页
.