Nineya
Home
Blog
Spring Support escaping prefix and separator in property placeholders [SPR-4953]
2025-01-08 21:55:15
8541
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
2025-01-08 21:55:11
596
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
2025-01-08 21:55:09
472
AbstractMessageBrokerConfiguration uses ChannelRegistration to setup the following:clientInboundChannel with a thread na...
Spring Harmonize ChannelRegistration to use Executor rather than TaskExecutor
2025-01-08 21:55:06
181
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
2025-01-08 21:55:04
957
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
2025-01-08 21:55:02
1111
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
2025-01-08 21:54:59
198
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]
2025-01-08 21:54:57
2951
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)
2025-01-08 21:54:53
1684
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
2025-01-08 21:54:48
223
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
2025-01-08 21:54:45
2248
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
2025-01-08 21:54:42
310
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
2025-01-08 21:54:40
482
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
2025-01-08 21:54:38
6883
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
2025-01-08 21:54:35
3200
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
2025-01-08 21:54:32
1525
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
2025-01-08 21:54:29
707
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
2025-01-08 21:54:26
148
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>
2025-01-08 21:54:24
449
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
2025-01-08 21:54:22
544
Hello Spring TeamThe question is available on SO at:When is mandatory define each value for SqlConfig.TransactionMode fo...
上一页
下一页
1
…
1216
1217
1218
1219
1220
…
2246
.