Nineya
Home
Blog
Spring Spring Messaging batch payload incompatible with Kotlin
2025-01-08 06:41:26
2806
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
2025-01-08 06:41:23
7266
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
2025-01-08 06:41:21
8294
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.
2025-01-08 06:41:18
1635
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?
2025-01-08 06:41:15
2430
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
2025-01-08 06:41:12
972
Update 422* Unprocessable Entity -> Unprocessable Contentreferenceshttps://httpwg.org/specs/rfc9110.html#status.422ht...
Spring kotlinx.serialization not used for serializing collections
2025-01-08 06:41:09
1842
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
2025-01-08 06:41:06
874
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
2025-01-08 06:41:04
2103
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
2025-01-08 06:41:01
16672
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
2025-01-08 06:40:59
726
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
2025-01-08 06:40:55
117
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
2025-01-08 06:40:54
4854
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
2025-01-08 06:40:51
12992
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
2025-01-08 06:40:48
3442
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
2025-01-08 06:40:46
117
JdkProxyHint.Builder.proxiedInterfaces and ProxyHints.registerJdkProxy implementations are wrong and should be fixed.
Spring Revise AspectJ examples in the reference manual
2025-01-08 06:40:44
456
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
2025-01-08 06:40:38
2182
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
2025-01-08 06:40:32
1453
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
2025-01-08 06:40:29
3357
In the Spring AOP manual, the sample code falsely reads in both Java and Kotlin examples as follows:@Aspect("perthi...
上一页
下一页
1
…
1367
1368
1369
1370
1371
…
2246
.