Spring Native compile error when using Kotlin and WebFlux with coRouter

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

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

"One this part completes" -> "Once this part completes"Comment From: pivotal-cla@IDJack Please sign the Contributor L...

Spring Error entityManagerFactory in Hibernate 6

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

HelloI started using spring 6 + payara + OracleJDK 17 and I have these errors.Could someone help me with resolving?Best ...

Spring validation not working

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

XMLReaderFactory has been marked as deprecated and without additionalconfiguration, and it's slower than SAXParserFactor...

Spring Add ConstantReadableJavaField caching in ConstantFieldSubstitutionProcessor

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

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

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

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

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

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

Affects: 6.0.3Given a simple validated controller:@Validated@RestControllerclass Controller { @ResponseStatus(HttpSta...

Spring Strange error upgrading to Hibernate 6 and Spring 6

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

log:java.lang.reflect.UndeclaredThrowableException: null at org.springframework.aop.framework.CglibAopProxy$CglibMeth...

Spring Polish #29727: Mention Kotlin andExpectAll in reference manual

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

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

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

It seems to be a copy-and-paste error.See a644245Comment From: izeyeThis is not a user-facing enhancement, so the "type:...
上一页 下一页
.