Spring Hibernate 6.2.2.Final fails in Native Image with UnsupportedFeatureError: No classes have been predefined…

After upgrading to Hibernate 6.2.2.Final (from 6.1.x), a native image startup fails with:com.oracle.svm.core.jdk.Unsuppo...

Spring Add utility to parse Duration from a String

It would make sense to have a common utility to parse java.time.Duration from a CharSequence.Examples:* 10ms -> 10 mi...

Spring ScheduledAnnotationBeanPostProcessor misses @Scheduled annotations [SPR-16325]

evan klinger opened SPR-16325 and commentedI have 3 @Service beans, each with a void method with @Scheduled annotations....

Spring Skip setting hibernate.dialect for hibernate 6 or above

Versioned dialects are replaced with an unified dialect since 6.0 and removed since 6.2This commit fix ClassNotFoundExce...

Spring Support @Bean 'lite' mode when no @Bean methods are declared locally

ConfigurationClassUtils should check bean methods in super classes alsoFix GH-30449Comment From: quaffTest case added, c...

Spring Docs: Remove duplicate in SpEL feature list

The "relational operators" feature was included twice in the list of SpEL feature list; as part of the "Boolean and rela...

Spring Consistent Support Period across Spring, Spring Batch and Spring Boot

Hi Team,Can we pls have a consistent support period across Spring, Spring Batch and Spring Boot libraries.Currently, spr...

Spring Aot generated sources fail to compile with 'File name too long' error

Steps to reproduce:Go to start.springProject: Gradle-KotlinLanguage: KotlinSpring Boot: 3.0.1Packaging: JarJava: 17Depen...

Spring Validator factory methods with BiConsumer

This commit introduces of method in Validator to provide a way to create a validator for the specific type <T> usi...

Spring @JsonView restriction does not work for request-body without @JsonProperty

I have an api entity User with internal and external business fieldsMy goals:- Restrict Controller from seeing external ...

Spring Add test support to record async events, with JUnit Jupiter caveat

This commit modifies the way the @RecordApplicationEvents annotationworks in tests, allowing for capture of events from ...

Spring @RecordApplicationEvents should record events from spawned threads, too

The infrastructure behind @RecordApplicationEvents currently uses a ThreadLocal to capture application events published ...

Spring @PropertySource doesn't override properties defined in application.properties

If any property is defined in application.properties, it cannot be overridden by re-defining it in other .properties fil...

Spring Configure toolchain locations in CI build for PRs

FAILURE: Build failed with an exception.* What went wrong:Could not determine the dependencies of task ':framework-docs:...

Spring InjectionMetadata AOT contributions do not check for existing property value

AOT contribution for PersistenceContext does not check for the presence of an existing property in the related bean defi...

Spring Processing several @PersistenceContext injection points on the same class with AOT generates code that does not compile

Spring native app issue with PersistenceContext annotationwe have application with spring boot 3.0.4 which connect to or...

Spring WebSocket stats not updated correctly when sessions cleared

Affects: - Spring Boot v2.5.5 with spring-boot-starter-websocket, which uses - spring-messaging, 5.3.10 - spring-webso...

Spring Missing destroy-method warning intentional?

In latest Spring 6 milestones there's a warning logged now any time a default-destroy-method is set and the method is mi...

Spring Typo in Spring official documentation

In chapter 8.1 of the official Spring documentation, there is a sentence introducing WebClient: 'WebClient - non-blockin...

Spring Preserve existing persistence context property value during AOT processing

The generated CodeBlock that takes care of injecting the PersistenceContext may override an existing property value. Thi...
上一页 下一页
.