Spring Spring Messaging batch payload incompatible with Kotlin

When using batched messaging with Kafka, if the message listener is using Kotlin List<Message<*>> in the lis...

Spring Catch defensively exception thrown by validation contraints AOT processing of Kotlin extensions

Maven goal spring-boot-maven-plugin:process-aot does not work anymore on our side. It worked with v3.0.2. With latest v3...

Spring Ambiguous handler methods mapped Exception after upgrading Spring MVC from 4.3.18 to 5.3.24

I have @RequestMapping methods defined in my controller as follows:@RequestMapping(value = "/export", method =...

Spring DispatcherServlet did not process request in Spring 3.0.3 version.

Affects: \<3.0.3>I tried send basic get requests with Spring 3.0.3 version and probably DispatcherServlet can not ...

Spring How do I use @Aspect in the native-image?

How do I use @Aspect in the native-image?The annotation:@Target({ElementType.TYPE, ElementType.METHOD, ElementType.FIELD...

Spring Update status code 422 for matching rfc9110

Update 422* Unprocessable Entity -> Unprocessable Contentreferenceshttps://httpwg.org/specs/rfc9110.html#status.422ht...

Spring kotlinx.serialization not used for serializing collections

Affects: 5.3.9With kotlinx.serialization and Jackson (because of actuator) on the classpath, if a collection such as a L...

Spring NoClassDefFound jakarta/servlet/ServletConnection

Affects: Spring Framework 6.0.0-RC4I upgraded my example projects from Spring 6.0.0-RC2 to Spring 6.0.0-RC4, it fails my...

Spring Add "Implementation-Vendor-Id" to MANIFEST.MF

It looks like there is an old closed issue that proposed something similar but with a much larger scope:https://github.c...

Spring java.lang.NoSuchFieldError: NETWORK_INTERFACES

Affects: 6.0.5Upgrade my Spring RSocket Sample to 6.0.5, it failed with following exception when running tests.java.lang...

Spring Spring includes incorrect values in @Autowired List

In SpringBoot 3.0.2 I created a bean (list of strings: List<String> variable;), but when I use it, the dependency ...

Spring Add missing @Nullable annotations to LogMessage.format methods

Hello,if I'm not mistaken, the arg1, arg2, etc. parameters from LogMessage.format should be annotated with @Nullable.

Spring Native hints for package private methods on custom @Repository class

When a custom class is annotated with @Repository annotation and Spring Data JPA is on the classpath (I believe it will ...

Spring Native version of webflux/r2dbc failed

Hello,my setup is:* java: openjdk 17.0.5 2022-10-18OpenJDK Runtime Environment GraalVM CE 22.3.0 (build 17.0.5+8-jvmci-2...

Spring When using kotlin Collection then @Autowire Collection<SomeInterface> does not work correctly

Mario Zagar opened SPR-15940 and commentedUsing:- spring-framework 5.0.0.RC3 (also tested wth 1.5.6.RELEASE, problem als...

Spring Fix proxy hint Kotlin extensions

JdkProxyHint.Builder.proxiedInterfaces and ProxyHints.registerJdkProxy implementations are wrong and should be fixed.

Spring Revise AspectJ examples in the reference manual

As stated in https://github.com/spring-projects/spring-framework/pull/29998#issuecomment-1437290499, the extensive use o...

Spring After Spring Upgarde to version 5.3.24 the tmp folder size keep on increasing till app server up gets 100% full

Dear Team,Recently we have migrated the Spring version to 5.3.24 from spring 4.x version. Our observation as bellow.The ...

Spring JsonView regression

I've just upgraded to Spring Boot 2.5.12 and I noticed a regression in the @JsonView annotation support. Previously, it ...

Spring Fix @Aspect perthis syntax in reference manual

In the Spring AOP manual, the sample code falsely reads in both Java and Kotlin examples as follows:@Aspect(&quot;perthi...
上一页 下一页
.