Spring Refactor closeConnection Method to Use Try-With-Resources

Overview:This MR introduces a refinement in the closeConnection method within the org.springframework.jms.connection pac...

Spring Missing bean class in native image with a Kotlin nested class

Affects: \<6.1.2>Reproducer: https://github.com/juliuskrah/graphql-demo/tree/spf-32472Missing class in AOT process...

Spring 5.3.x

拉最新代码Comment From: pivotal-cla@xf-aragorn Please sign the Contributor License Agreement!Click here to manually synchroni...

Spring "GET must not have a request body" exception with OkhttpClient and BufferingClientHttpRequestFactory

My project use springboot3.1.8 (spring-web 6.0.16) , and I use RestTemplate with Okhttp4.12.0 for making calls to REST e...

Spring Consistent handling of undeclared checked exceptions in CGLIB proxies

This PR fixes a regression in 5.2.RC2.Before this version, if an object was proxied with CGLIB and threw an undeclared c...

Spring Document that active profiles are set at build time with AOT

I'm not sure if this is a bug.I am using Spring Boot 3.2.3 and GraalVM CE 21.Here are the context in application.yaml an...

Spring ClassUtils.isAssignable() returns false for the "same" types loaded from different ClassLoaders

I'm having a strange issue while using Spring Boot Auto Configuration and @Autowired is not working. Through debugging p...

Spring Implement Pattern Matching for instanceof in AnnotationWriter

This enhancement leverages Java 16's pattern matching for instanceof to streamline and improve the readability of type c...

Spring Spring Framework 6.1.x serie fails about Context Selection Pointcuts

About Spring AOP working with Context Selection Pointcuts as follows: @Aspect@Component@Profile("aop-before")c...

Spring @RequestParam binding does not support params with an empty array "[]" suffix

Affects: 2.5.2Many http clients pass an array to queryString in this form:?attributes[]=field1&attributes[]=field2I'...

Spring Spring MVC re-creates form data from request params and re-encoding can change the content-length

On Spring 6.1.5 when content type is set as application/x-www-form-urlencoded the request gets encoded value. However it...

Spring Nested transaction support for mysql with spring transactional

I've a stored procedure in MySQL which is being executed in @Transactional method.DELIMITER //CREATE PROCEDURE UpdateEmp...

Spring Log column type for limited support message in JdbcUtils.getResultSetValue

It would have been great to see which type is not supported in the logs, all the more as a driver provider gives a very ...

Spring SimpleAsyncTaskScheduler: Returned ScheduledFuture does not track provided task execution

Affects: Spring Framework 6.1.5The ScheduledFuture returned by SimpleAsyncTaskScheduler does not track the execution st...

Spring Kotlin value class - cannot access a member of class with modifiers "private static"

Affects: 6.1.5Value classes in Kotlin with private constructor hits the following exception:java.lang.IllegalAccessExcep...

Spring Calling Kotlin suspend functions in non-reactive application crashes due to unresolvable class

Affects: 6.1.1+ (Spring Boot 3.2.x)Reproducer: reproducer.zipProblemCalling any suspend function in a service that is pr...

Spring JdbcTemplate should support JDBC 4.1 getObject(columnIndex, type) [SPR-11600]

Philippe Marschall opened SPR-11600 and commentedJDBC 4.2 defines the following type mappings|ANSI SQL|Java SE 8||:---|:...

Spring Refactor configuration code samples to be more relevant for modern Spring applications

Current Spring Framework reference documentation can be challenging to use for people developing modern Spring Boot appl...

Spring Add support for @RequestParam, @RequestHeader, @PathVariable at field level

This was discussed already in: https://github.com/spring-projects/spring-framework/issues/23618https://github.com/spring...

Spring Bean definition extending FactoryBean with generics is not injected

See spring-projects-experimental/spring-native#1022 for background.While working on spring-native, we've found a behavio...
上一页 下一页
.