Spring SPR-12771 The builder port must always be set

Context: SPR-12771When the X-Forwarded-Port is set, its value should always be taken into account. When looking at the o...

Spring Add 'public' visibility to facilitate tags (such as Select) extension.

Unless there is any side effect, when customizing JSP tags (e.g. extending SelectTag), being able to access OptionWrite...

Spring Add STRICT option to DateTimeFormatter in case of pattern

Issue: SPR-13567Added STRICT option and changed test case.y in JSR-310 is different from that of classic Date API.https:...

Spring RequestParam plus MultipartFIle

if there is a controller method with code like this:public void uploadFile( @RequestParam(value = "file",requi...

Spring [SPR-12159] Add filtered properties

Sometimes I need to load only subset of properties from files.https://jira.spring.io/browse/SPR-12159Comment From: alien...

Spring Update AbstractMessageSource.java

Add method to pass in arguments along with a MessageSourceResolvableComment From: philwebbCould you please raise a JIRA ...

Spring Fix return zero size array with empty String parameter in StringUtils.delimiitedListToStringArray

Prior to this commit, zero size String array returns if StringUtils.delimitedListToStringArray is called with parameter ...

Spring unwrap transaction bound connection proxy pointing to same TransactionAwareDataSourceProxy

Possibly related to https://jira.springsource.org/browse/SPR-6949I've noticed in debugging of Grails apps (which uses Tr...

Spring SPR-10851: Clean stack trace from SQLExceptionTranslator

Removed error-irrelevant translation stack frames from exception stack trace after exceptions were created by an SQLExce...

Spring [SPR-9719] Improve TypeUtils.isAssignable recognize TypeVariable types

I add th code in TypeUtils and TypeUtilsTest.In isAssignable method, the case when parameter is TypeVariable is added.Th...

Spring Proposed fix for SPR-8097

Resubmitting pull request for SPR-8097 (#12752) with some test case fixes and squashed commits.I have signed and agree t...

Spring Merge pull request #1 from spring-projects/master

update from originComment From: pivotal-issuemaster@terryrao Please sign the Contributor License Agreement!Click here to...

Spring pull request

new pull requestComment From: pivotal-issuemaster@husancode Please sign the Contributor License Agreement!Click here to ...

Spring javax.servlet.error.status_code return null when get through WebRequest.getAttribute(String name, int scope)

Environment: Centos 7.6 / Oracle JDK 1.8 / Spring Framework 4.3.18Affects: \<4.3.18>Issue: status_code return null...

Spring I want to improve jdbcTemplate

I had used mongoTemplate and was fascinated,So i starting an project which is a orm framwork, It likes a combination of...

Spring Merge pull request #1 from spring-projects/master

merge new commitComment From: pivotal-issuemaster@xlj44400 Please sign the Contributor License Agreement!Click here to m...

Spring Fix direct modification to manualSingletonNames

Comment From: jhoellerI'll deal with this under the original issue #22896 as part of a slightly wider refactoring. Thank...

Spring There may be unexpected result in ClassUtils#resolvePrimitiveClassName(String name)

Affects: 4.x and 5.xI'm not sure whether there is a bug or not.ClassUtils#resolvePrimitiveClassName(String name)public s...

Spring Avoid possible memory leak in ResolvableType

Hi,in recent profiling sessions of Spring-Boot apps, I noticed that instances of ResolvableType are retained by their De...

Spring URL Cleanup

This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intent...
上一页 下一页
.