Spring StringUtils.collectionToDelimitedString(…) fails with NullPointerException when the collection contains null

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

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

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

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)

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]

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

After running transactions for several hours we're seeing strange behavior where unbind calls in TransactionSynchronizat...

Spring Unable to build spring-framework

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

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

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

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

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

Affects: 5.3.1var collectList = r2dbcEntityTemplate.databaseClient.sql(""" select * from pendi...

Spring Switch CI pipeline to a JDK17 baseline

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

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 .

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.

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()

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]

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

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...
上一页 下一页
.