Spring Spring OXM / JAXB: Failure when executing native image

SummarySpringBoot: 3.0.3Kotlin: 1.7.22Java: 17.0.5 Temurin (on Ubuntu 64 Bit)simple SpringBoot Web project, see: https:/...

Spring SingleConnectionFactory - reconnection problem (AMQ Broker)

I have a problem with reconnection when SingleConnectionFactory (CachingConnectionFactory) is used.I think it is a simil...

Spring Apply "instanceof pattern matching" in spring-tx

Comment From: sbrannenThis has been merged into main in 375114defa711b33babc0aef9b4f918f232e315f and revised in 34e5ce93...

Spring Switch to Yaml 1.2 with snakeyaml-engine

This PR replace snakeyaml with snakeyaml-engine in order to support YAML 1.2Version 1.2 solves among others Norway probl...

Spring Support @Value for record injection

Add @Value support for record injection by disabling populateBean() for records, since records are immutable.Addresses #...

Spring Support @Value on records

For context see https://github.com/spring-projects/spring-boot/issues/31603Basically, I want to be able to do this @C...

Spring The problem that field must be all capitalized when use Constants

If I use the construction method of Constants, the key in the fieldcache attribute is the attribute name and is not capi...

Spring WebClient.Builder does not provide a retry function

Affects: org.springframework:spring-webflux:6.0.1I'm trying out the new feature HTTP interface provided by Spring6, whi...

Spring Provide method with ContextView instead of Context in ServerWebExchangeContextFilter

Use ContextView in ServerWebExchangeContextFilter#get.Context is a subclass of ContextView; hence, this is a non-breakin...

Spring Update comment in Javadoc of ServletRequestPathFilter DispatcherServlet relating to DispatcherServlet

The following behavior documented by org.springframework.web.filter.ServletRequestPathFilter does not hold true with cur...

Spring H2EmbeddedDatabaseConfigurer and Automatic Mixed Mode

H2 version: 2.1.214H2 Automatic Mixed Mode (AUTO_SERVER=TRUE appended to H2 connection string) doesn't work with current...

Spring Cannot inject List<String> even using @Named [SPR-13585]

Alexandre Navarro opened SPR-13585 and commentedImpossible to inject a Generic type (like List&lt;String&gt;) to create ...

Spring Allow for normal bean wiring semantics for types assignable to Map [SPR-7915]

Costin Leau opened SPR-7915 and commentedWhen injecting an entity that extends Map, the container automatically assumes ...

Spring Can't inject a bean of a collection type [SPR-12412]

Christopher Smith opened SPR-12412 and commentedI have a bean that takes as an optional autowired argument a Collection&...

Spring @Autowired does not work for target bean of type Collection [SPR-12180]

Claudio D'Angelo opened SPR-12180 and commentedI have a controller class with a field List&lt;String&gt; autowired:@Auto...

Spring Fix "Configuring a Global Date and Time Format" example

Comment From: sbrannenThis has been merged into main in 5cab6a1f3a5ca9af71db88cd5616d4c57726b35d, revised in a09495d4e90...

Spring Fix "Configuring a Global Date and Time Format" example

Backport of #30034Comment From: sbrannenClosed in 02941127e19057052d8b7f9f718e7d64b0a54ce9 and revised in 28d11aaf646991...

Spring Introduce HttpServiceProxyFactory#createClient Kotlin extension

To allow createClient&lt;TestHttpService&gt;() syntax instead of createClient(TestHttpService::class.java).Comment From:...

Spring PathMatchingResourcePatternResolver duplicates module/file resources

Affects: \&lt;6.0.4&gt;When upgrading from spring-core-5.3.24.jar to spring-core-6.0.4.jar (spring-boot 2 to 3 upgrade)O...

Spring Move HttpServiceProxyFactoryExtensions.kt to spring-web module

As reported in https://github.com/spring-projects/spring-framework/issues/29942#issuecomment-1446283052, HttpServiceProx...
上一页 下一页
.