Spring Support escaping prefix and separator in property placeholders [SPR-4953]

Chris Lee opened SPR-4953 and commentedThere is presently no way to inject a placeholder expression (${...}) that won't ...

Spring Support "--" end of options in SimpleCommandLineArgsParser

Prior to this commit, the SimpleCommandLineArgsParser would reject"--" arguments as invalid. As reported by the communit...

Spring Stop overriding thread name prefix for externally configured Executor in ChannelRegistration

AbstractMessageBrokerConfiguration uses ChannelRegistration to setup the following:clientInboundChannel with a thread na...

Spring Harmonize ChannelRegistration to use Executor rather than TaskExecutor

With the fix made in #32081, we noticed that ChannelRegistration requires a TaskExecutor but what it really needs is an ...

Spring Enhance WebTestClient to support JSONPath decoding to higher level objects

WebTestClient supports passing a target Class in JsonPathAssertions. We should add an overloaded method that accepts Par...

Spring Enhance JsonPathExpectationsHelper to allow use of JSONPath Configuration

JSONPath supports using a Configuration to customize its behavior, or to pass a JsonProvider that in turn enables parsin...

Spring JsonPathAssertions methods that take a type used as a lambda should be ordered consistently

There are several methods that take a Matcher or Consumer where the type won't be the last and that's not idiomatic as i...

Spring Support configuration of connection URL via EmbeddedDatabaseBuilder [SPR-16619]

Dan Lipofsky opened SPR-16619 and commentedH2EmbeddedDatabaseConfigurer is not public. So I can't extend it, and even if...

Spring ShallowEtagHeaderFilter setWriteWeakETag causes content-length header to be removed due to GZIP kicking in (Spring 3.2.2, Tomcat+Jetty)

Problem: Setting setWriteWeakETag to true causes the content-length header to be removed from the response headers. With...

Spring Fix Kotlin syntax errors in RestClient builder example in rest-clients.adoc

Fix Kotlin syntax errors in RestClient builder example in rest-clients.adocComment From: sbrannenHi @cirusthenter,Congra...

Spring Document @RequestAttribute as supported method parameter for HTTP interface clients

Affects: Spring Framework 6.1We have use cases where we are a client to an API that for every request requires header po...

Spring Make SmartLifecycle phase value configurable in STOMP message handling components

As per https://github.com/spring-projects/spring-framework/issues/27519#issuecomment-1929359646, these components end up...

Spring Cannot send Server-Sent Events without data using WebMvc.fn SseBuilder

The Server-Sent Events specification does not require events to have a data: field in them. The current SeeBuilder spec ...

Spring Add support for common value objects and records to ValueCodeGenerator

Add support for generating code to create common value Objects and Records. A common value Record is a public, accessibl...

Spring Javadoc and finding the Jar

I like to treat my dependencies very strictly with gradle and jpms. This means most dependencies should be runtime only....

Spring Support arrays of AnnotatedElement with MergedAnnotations.from

Provide an overloaded version of MergedAnnotations.from that takesan array of elements. This shortcut is particularly us...

Spring Spring Boot 3.2.2: Migration Lowagie Pdf to Itextpdf

In web-mvc module, the dependency uses com.lowagie.text.Document and we need to use com.itextpdf.text.Document.If this i...

Spring Use double dot in "META-INF/aop.xml" documentation

The META-INF/aop.xml documentation introduced by #27650 should use the double dot notation to also include sub-packages ...

Spring Improve invocation order for advice within an <aop:aspect>

OverviewDue to tests implemented in conjunction with #25186, it has come to our attention that advice ordering within a ...

Spring Document the impact of setting a transactionMode on @SqlConfig

Hello Spring TeamThe question is available on SO at:When is mandatory define each value for SqlConfig.TransactionMode fo...
上一页 下一页
.