Nineya
Home
Blog
Spring Hibernate 6.2.2.Final fails in Native Image with UnsupportedFeatureError: No classes have been predefined…
2025-01-08 17:22:49
5468
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
2025-01-08 17:22:46
741
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]
2025-01-08 17:22:44
3420
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
2025-01-08 17:22:41
1466
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
2025-01-08 17:22:39
1220
ConfigurationClassUtils should check bean methods in super classes alsoFix GH-30449Comment From: quaffTest case added, c...
Spring Docs: Remove duplicate in SpEL feature list
2025-01-08 17:22:36
776
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
2025-01-08 17:22:33
2203
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
2025-01-08 17:22:31
3030
Steps to reproduce:Go to start.springProject: Gradle-KotlinLanguage: KotlinSpring Boot: 3.0.1Packaging: JarJava: 17Depen...
Spring Validator factory methods with BiConsumer
2025-01-08 17:22:28
8160
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
2025-01-08 17:22:25
1271
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
2025-01-08 17:22:23
921
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
2025-01-08 17:22:20
2638
The infrastructure behind @RecordApplicationEvents currently uses a ThreadLocal to capture application events published ...
Spring @PropertySource doesn't override properties defined in application.properties
2025-01-08 17:22:18
2879
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
2025-01-08 17:22:15
784
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
2025-01-08 17:22:13
450
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
2025-01-08 17:22:10
2570
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
2025-01-08 17:22:08
6444
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?
2025-01-08 17:22:05
2456
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
2025-01-08 17:22:03
385
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
2025-01-08 17:22:00
1774
The generated CodeBlock that takes care of injecting the PersistenceContext may override an existing property value. Thi...
上一页
下一页
1
…
1350
1351
1352
1353
1354
…
2246
.