Nineya
Home
Blog
Spring Native compile error when using Kotlin and WebFlux with coRouter
2025-01-08 06:27:06
7175
spring framework 6.0.2 (spring boot 3.0.0) , graalvm 22.3.0 (java 17.0.5)routes dsl definitionfun routes(employeeHandler...
Spring MimeTypeUtils.generateMultipartBoundary should return fixed length bytes
2025-01-08 06:27:03
1520
version: spring-core-6.0.2some times, server require multipart/form-data content sent with content-length, but boundary ...
Spring fix typo in core-aot.adoc
2025-01-08 06:27:01
425
"One this part completes" -> "Once this part completes"Comment From: pivotal-cla@IDJack Please sign the Contributor L...
Spring Error entityManagerFactory in Hibernate 6
2025-01-08 06:26:58
13018
Hello SpringersNeed help.My spring app runs correctly in the TDD staging environment.But when I run it inside payara app...
Spring Spring6 + OracleJDK17 - PermittedSubclasses requires ASM9
2025-01-08 06:26:55
48445
HelloI started using spring 6 + payara + OracleJDK 17 and I have these errors.Could someone help me with resolving?Best ...
Spring validation not working
2025-01-08 06:26:53
333
Affects: \6.0.3i have add the @Size and limit the string length from 2 to 4, but it not workingComment From: DanielLiu11...
Spring Replace XMLReaderFactory with SAXParserFactory
2025-01-08 06:26:47
1475
XMLReaderFactory has been marked as deprecated and without additionalconfiguration, and it's slower than SAXParserFactor...
Spring Add ConstantReadableJavaField caching in ConstantFieldSubstitutionProcessor
2025-01-08 06:26:44
518
As discussed in https://github.com/oracle/graal/issues/5098, GraalVM expects a unique instance of ConstantReadableJavaFi...
Spring @RequestPart dto not configured for reflection in aot
2025-01-08 06:26:42
157
It seems controller params annotated with @RequestPart are not included in reflection config and needs to be added manua...
Spring About the change in the advice order in Spring AOP
2025-01-08 06:26:40
700
I created a Maven project to test the AOP notification order, but I find that when the version of Spring-context in the ...
Spring Add native support for @Convert on JPA entities
2025-01-08 06:26:35
8989
I've run into an issue with the jakarta.persistence.Convert annotation with GraalVM and Spring Native, see the stacktrac...
Spring Cannot send multipart mails in GraalVM native image
2025-01-08 06:26:33
9670
Affected version: Spring Boot 3.0.0.Repository with minimal example: https://github.com/Tienisto/spring-boot-mail-aot-de...
Spring Webflux - wrong status code in WebFilter
2025-01-08 06:26:30
1863
I have a custom implementation of WebFilter to log outgoing responses and I've run into an issue with a wrong response s...
Spring Parameter name is invalid in ConstraintViolationException
2025-01-08 06:26:27
959
Affects: 6.0.3Given a simple validated controller:@Validated@RestControllerclass Controller { @ResponseStatus(HttpSta...
Spring Strange error upgrading to Hibernate 6 and Spring 6
2025-01-08 06:26:25
16711
Hi all i have defined two Entities : the first import jakarta.persistence.*;import lombok.Getter;import lombok.Setter;im...
Spring Charset.forName("BIG5") don't work in native-image
2025-01-08 06:26:22
11088
log:java.lang.reflect.UndeclaredThrowableException: null at org.springframework.aop.framework.CglibAopProxy$CglibMeth...
Spring Polish #29727: Mention Kotlin andExpectAll in reference manual
2025-01-08 06:26:17
116
This just adds a Kotlin snippet alongside the Java snippet in thereference manual.Relates to gh-29727Closes gh-27317
Spring Spring rsocket doesn't work properly in request Channel mode after version 2.5 of the spring framework
2025-01-08 06:26:15
1083
I use the Spring rsocket and mongo gridfs for the backend and rsocket-js in browser.At first, The spring works properly ...
Spring Add Kotlin DSL support for MockMVC andExpectAll
2025-01-08 06:26:13
456
As the DSL internally calls ResultActions.andExpect, this is done with a trick where a synthetic ResultActions is provid...
Spring Fix wrong asserted code in SQLExceptionSubclassTranslatorTests
2025-01-08 06:26:10
161
It seems to be a copy-and-paste error.See a644245Comment From: izeyeThis is not a user-facing enhancement, so the "type:...
上一页
下一页
1
…
1382
1383
1384
1385
1386
…
2246
.