Spring HeaderContentNegotiationStrategy.resolveMediaTypes throws unexpected IllegalArgumentException

Affects: 6.0.11Parsing of http accept header throws IllegalArguemntException which is unexpected, and causes unexpected ...

Spring Support parameter injection for @EventListener methods

I use events a lot. They let me think In terms of clean separate of modules, in terms of events, not data/state.I use Ap...

Spring Default Mixin added by Jackson2ObjectMapperBuilder are missing required runtime hints

Affects: 3.1.5Hello.I am using id 'org.springframework.boot' version '3.1.5'and id 'org.graalvm.buildtools.native' v...

Spring Register Hibernate @EmbeddableInstantiators registered on JPA embeddables for reflection

Hibernate allows customizing the instantiation of JPA embeddables via an implementation that can be registered via the @...

Spring NettyDataBuffer#toByteBuffer fails if readPosition > 0

NettyDataBuffer uses this.byteBuf.nioBuffer() internally which will allocates fewer bytes if readPosition is greater tha...

Spring When using Oracle, JdbcClient.update(KeyHolder) does not work without explicit key column names

HelloWhen use Oracle DB The JdbcClient.update(KeyHolder) method not work with named parameters Example: jdbcClien...

Spring MessageBuilder#createMessage should not define the payload as @Nullable

The MessageBuilder#createMessage method has the payload attribute set as @Nullable, but the javadoc and assertions for t...

Spring Updated JdbcClient.update to enable returning generated keys when using named parameters and Oracle DB.

Updated JdbcClient.update to enable returning generated keys when using named parameters and Oracle DB. issue: https://g...

Spring Regression with @EnableJpaAuditing using Spring Boot 3.2-RC2 in native image

We have a working application running on spring boot 3.1.5 using java 21 as a native image and everything works okwe are...

Spring Compatibility with virtual threads (OpenJDK's Project Loom)

This issue is just a placeholder for future considerations regarding this topic.Project Loom is an OpenJDK project that ...

Spring Avoid duplicate JAR resources in PathMatchingResourcePatternResolver on MS Windows

To avoid duplicate JAR resources on MS Windows.If you use mybatis-plus and your mapper-locations starts with classpath*:...

Spring Avoid duplicate JAR resources in PathMatchingResourcePatternResolver on MS Windows

Backport of #31598Comment From: sbrannenClosed via af593588d3b07dd3bd45bb7c3ad36c44966c0d34 and c489234cc2f3eb70b2180051...

Spring PATCH request is forbidden by RestClient but allowed by WebTestClient

Affects: spring 6.1.0-RC2 with spring boot 3.2.0-RC2 and JDK21DescriptionI've attached a sample Spring Boot application ...

Spring Improve getCallbacks(Class<?>) method of CglibAopProxy [SPR-16354]

Robin Wang opened SPR-16354 and commentedCglibAopProxy#getCallbacks creates FixedChainStaticTargetInterceptor for all me...

Spring NamedParameterUtils broken parsing related to square brackets

Using Spring JDBC 6.0.13, the following unit test will fail: @Test void testSquareBrackets() { String sql =...

Spring Introduce way to convert ClientHttpResponse to desired type

Unlike WebClient::exchange, which has ClientResponse::bodyToMono and bodyToFlux, there is no way in RestClient::exchange...

Spring RestTemplate does not match what is expected when using the map containing variables for the URI template by get method

Affects:spring 5.3.30 with spring boot 2.7.17 and JDK11Description:I want to request a website using get methode.g.I wan...

Spring Spring AOP 6 works differently with REST resources having interfaces

I am trying to make work Jersey 3.1.1 with Spring AOP 6.0.13 for Spring security authorization. So, I have two REST reso...

Spring Bean proxying prevents MVC controller registration: AOP bug?

I'm having a difficult time determining the minimal reproduction of this problem, but I can describe the behavior in det...

Spring Partial autowire in lookup methods

Hello,I am trying to follow Domain-Driven Design paradigm in my Spring projects. For it I am using prototype beans quiet...
上一页 下一页
.