Spring Improve BeanPropertyRowMapper.underscoreName()

Currently the method allocates a substring of length = 1 for each character in field name. This can be improved by using...

Spring Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer

When index == arrayLength, the array index is also out of bounds.For this use case, a SpelEvaluationException should be ...

Spring ResourceLoaderAware is not a marker interface

Comment From: jhoellerWell spotted! I've revised that section and the corresponding discussion in the beans chapter a bi...

Spring Add a link to Kotlin Sample w/ Spring Cloud GCP

This add a Kotlin Spring Boot sample demonstrating integrations with Google Cloud Platform.Hi, just to clarify - I work ...

Spring Support for the last day in month cron expression

Add the support of the code "L" for the field day of month in the cron expression.Comment From: pivotal-issuemaster@Flou...

Spring SPR-4691 - Add SimpleJdbcUpdate

I have signed and agree to the terms of the Spring Individual Contributor License Agreement.This patch is about https://...

Spring Difficutly building source code in IntelliJ

Import the project into IDEA, and this is the result of Gradle's compilation.idea 2019.3jdk14spring-framework-5.3.2gradl...

Spring refactor redundancy code in spring-core/src/main/java/org/springframe…

…work/util/CommonsLogWriter.javaComment From: pivotal-issuemaster@qcq Please sign the Contributor License Agreement!Clic...

Spring Add advice on Spring MVC path matching for 5.3 and above to the reference documentation

I had noticed that in org.springframework.web.util.UrlPathHelper#decodeAndCleanUriString special url will be processed.u...

Spring MockMvc's MVC_RESULT_ATTRIBUTE lost with HandlerMappingIntrospector and RouterFunctions in use

Related to https://github.com/spring-projects/spring-security-samples/issues/9A contributor shared the following sample ...

Spring Optimize the assignment of UnsatisfiedServletRequestParameterException paramConditions

Comment From: pivotal-issuemaster@TAKETODAY Please sign the Contributor License Agreement!Click here to manually synchro...

Spring Can't execute normally?

https://github.com/spring-projects/spring-framework/blob/01e50fb60ad0d82f96fe4df6054ed6029e2f6a12/spring-context/src/mai...

Spring Support escape chars in PropertyPlaceholderHelper

We have a Spring Boot pull request open that uses PropertyPlaceholderHelper to resolve {variable} items in a message so...

Spring java.lang.NoSuchMethodError: org.springframework.util.Assert.isTrue(ZLjava/util/function/Supplier;)V

Getting this Error Caused by: java.lang.NoSuchMethodError: org.springframework.util.Assert.isTrue(ZLjava/util/function/S...

Spring Add handleErrorFrame callback for STOMP handler

The previous implementation invoke handleFrame no matter the frame is "MESSAGE" nor "ERROR". This commit add a new call...

Spring Improve documentation for SpEL constructor support

Chapter 4 Spring Expression Language (SpEL), section 4.3.9. Constructors of official documentation contains incorrect de...

Spring HttpStatus.resolve allocates HttpStatus.values() once per invocation

I just noticed looking at profiles of some reactor based benchmarks we run to measure Datadog tracer overhead that HttpS...

Spring Common API for MockMvc tests and for real HTTP tests

Neil S opened SPR-15081 and commentedThere seems to be no common API which can be configure to do mock HTTP tests as wel...

Spring ExposeInvocationInterceptor doesn't make a best effort to be first in execution order [SPR-12351]

Juan Martin Sotuyo Dodero opened SPR-12351 and commentedExposeInvocationInterceptor, which is automatically added to the...

Spring Spring Boot 2.4 upgrade breaks injection of Principal

Affects: 2.4.0Our code: fun me(@ApiIgnore principal: Principal): UserDetail {used to inject the principal in Spring Boo...
上一页 下一页
.