Nineya
Home
Blog
Spring Refactor closeConnection Method to Use Try-With-Resources
2025-01-08 22:23:51
800
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
2025-01-08 22:23:49
17163
Affects: \<6.1.2>Reproducer: https://github.com/juliuskrah/graphql-demo/tree/spf-32472Missing class in AOT process...
Spring 5.3.x
2025-01-08 22:23:46
291
拉最新代码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
2025-01-08 22:23:43
9396
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
2025-01-08 22:23:41
3509
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
2025-01-08 22:23:38
6140
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
2025-01-08 22:23:22
3542
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
2025-01-08 22:23:17
1755
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
2025-01-08 22:23:09
16756
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
2025-01-08 22:23:07
3618
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
2025-01-08 22:23:04
2551
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
2025-01-08 22:22:55
2065
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
2025-01-08 22:22:50
417
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
2025-01-08 22:22:48
3600
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"
2025-01-08 22:22:46
9301
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
2025-01-08 22:22:43
1667
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]
2025-01-08 22:22:40
6299
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
2025-01-08 22:22:37
858
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
2025-01-08 22:22:35
5921
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
2025-01-08 22:22:32
3684
See spring-projects-experimental/spring-native#1022 for background.While working on spring-native, we've found a behavio...
上一页
下一页
1
…
1198
1199
1200
1201
1202
…
2246
.