Nineya
Home
Blog
Spring HeaderContentNegotiationStrategy.resolveMediaTypes throws unexpected IllegalArgumentException
2025-01-08 20:56:02
19762
Affects: 6.0.11Parsing of http accept header throws IllegalArguemntException which is unexpected, and causes unexpected ...
Spring Support parameter injection for @EventListener methods
2025-01-08 20:55:59
4789
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
2025-01-08 20:55:55
7657
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
2025-01-08 20:55:53
2174
Hibernate allows customizing the instantiation of JPA embeddables via an implementation that can be registered via the @...
Spring NettyDataBuffer#toByteBuffer fails if readPosition > 0
2025-01-08 20:55:50
1012
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
2025-01-08 20:55:45
1144
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
2025-01-08 20:55:41
750
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.
2025-01-08 20:55:38
522
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
2025-01-08 20:55:35
5958
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)
2025-01-08 20:55:32
7932
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
2025-01-08 20:55:29
5118
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
2025-01-08 20:55:26
136
Backport of #31598Comment From: sbrannenClosed via af593588d3b07dd3bd45bb7c3ad36c44966c0d34 and c489234cc2f3eb70b2180051...
Spring PATCH request is forbidden by RestClient but allowed by WebTestClient
2025-01-08 20:55:22
2979
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]
2025-01-08 20:55:19
1404
Robin Wang opened SPR-16354 and commentedCglibAopProxy#getCallbacks creates FixedChainStaticTargetInterceptor for all me...
Spring NamedParameterUtils broken parsing related to square brackets
2025-01-08 20:55:16
832
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
2025-01-08 20:55:14
215
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
2025-01-08 20:55:11
1920
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
2025-01-08 20:55:08
8341
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?
2025-01-08 20:55:06
5177
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
2025-01-08 20:55:03
1325
Hello,I am trying to follow Domain-Driven Design paradigm in my Spring projects. For it I am using prototype beans quiet...
上一页
下一页
1
…
1263
1264
1265
1266
1267
…
2246
.