Nineya
Home
Blog
Spring StringUtils.collectionToDelimitedString(…) fails with NullPointerException when the collection contains null
2025-01-08 04:50:52
360
Using String.valueOf toString this element, cover the null case.fix #27411 Comment From: pivotal-cla@Koooooo-7 Please s...
Spring Support for Jetty 11
2025-01-08 04:50:50
166
As part of our Jakarta EE 9 revision, we need to support Jetty 11 which turns out to be a significant area of work after...
Spring StringUtils.collectionToDelimitedString(…) fails with NullPointerException when the collection contains null
2025-01-08 04:50:48
674
Affects: 5.3.10After #26316, StringUtils.collectionToDelimitedString(…) behaves slightly different than the previous imp...
Spring Drop outdated Servlet-based integrations: Commons FileUpload, FreeMarker JSP support, Tiles
2025-01-08 04:50:45
377
Several integration options in our web support date back to the 2005 era, not having seen maintenance in recent years an...
Spring CommonAnnotationBeanPostProcessor jakarta.annotation-api:2.0.0 support (@PostConstruct/Predestroy)
2025-01-08 04:50:43
2112
I tried to upgrade jakarta.annotation:jakarta.annotation-api from 1.3.5 to 2.0.0The annotations moved from package javax...
Spring Upgrade Spring Context Support to Jakarta EE's com.sun.mail:jakarta.mail and com.sun.activation:jakarta.activation [SPR-17561]
2025-01-08 04:50:41
1513
Juergen Zimmermann opened SPR-17561 and commentedSpring Context Support is using javax.mail:javax.mail-api and javax.act...
Spring DataSource on JpaTransactionManager appears to be switched mid transaction
2025-01-08 04:50:37
1235
After running transactions for several hours we're seeing strange behavior where unbind calls in TransactionSynchronizat...
Spring Unable to build spring-framework
2025-01-08 04:50:34
20096
I can't build spring-framework.I cloned this repository, and runned ./gradlew. Here are the errors produced by Gradle:``...
Spring Fix some typos and mistakes in docs
2025-01-08 04:50:32
306
The first commit contains straightforward changes, while the changes in the second one may be a matter of preference.I c...
Spring Remove support for deprecated Java SecurityManager
2025-01-08 04:50:29
141
Anticipating https://openjdk.java.net/jeps/411, we should simply remove all of our optional SecurityManager code paths i...
Spring apiDiff task is broken with Gradle 7
2025-01-08 04:50:27
3247
Trying to run an api diff since the move to Gradle 7 leads to:> Task :spring-aop:apiDiff FAILEDFAILURE: Build failed ...
Spring Java Config - injection by method parameter name is wrong if multiple beans of same type are available
2025-01-08 04:50:25
2391
Environment:JDK: 11Spring Boot 2.5.4, Spring 5.3.9Please excuse me, if it is an expected behaviour, or I'm doing somethi...
Spring Spring r2dbc ColumnMapRowMapper wrong mapping when using MySQL driver
2025-01-08 04:50:23
2144
Affects: 5.3.1var collectList = r2dbcEntityTemplate.databaseClient.sql(""" select * from pendi...
Spring Switch CI pipeline to a JDK17 baseline
2025-01-08 04:50:20
508
As announced on the spring.io blog, Spring Framework 6.0 will require JDK17 as a baseline.As a result, the default build...
Spring Configured as a single instance, but instantiated twice
2025-01-08 04:50:17
3090
spring.version=5.2.7.RELEASEpublic class Service15 { public Service15(){ System.out.println("service15 init&qu...
Spring Bugfix/webflux Fix a support method logic of ServerResponseResultHandler .
2025-01-08 04:50:13
1597
org.springframework.web.reactive.function.server.support.ServerResponseResultHandler.java can NOT handle Mono<ServerR...
Spring JVM Metaspace keeps growing with @RequestScope, AOP and @Validated because of proxying.
2025-01-08 04:50:10
13267
Affects: spring-framework >= v5.3.1Problem: The JVM Metaspace keeps growing with each call to a controller and after ...
Spring Support char, float, and double primitive default values in BeanUtils.instantiateClass()
2025-01-08 04:50:05
841
Instantiate a class, give float and double primitive default valuesComment From: pivotal-cla@takeaction21 Please sign t...
Spring InvocableHandlerMethod calls makeAccessible(getBridgedMethod()) on every call [SPR-15230]
2025-01-08 04:50:01
521
Gary Russell opened SPR-15230 and commentedThis could be done once in the HandlerMethod ctor where the field is set up, ...
Spring CommonsMultipartResolver and DEBUG logging lead to empty fileMap in MultipartHttpServletRequest
2025-01-08 04:49:58
954
Affects: \Spring: 5.3.9 but the error also occurs in earlier Versions (i could also reproduce it with 5.2.6)Problem:If a...
上一页
下一页
1
…
1485
1486
1487
1488
1489
…
2246
.