Spring ForwardedHeaderFilter should support cases where contextPath should not be replaced with X-Forwarded-Prefix [SPR-14376]

Thibaud Lepretre opened SPR-14376 and commentedWith latest ForwardedHeaderFilter executed on Spring application that is ...

Spring ResolvableType generic types matching

Is there a reason why exact matching is used when comparing generic types? Why not stick to isAssignable? https://github...

Spring Serving static resources from graalvm native-image

I put my index.html into resources/public folder, and when running the application (from IDE, or as a fatJAR), everythin...

Spring Clarify behaviour of AnnotationBeanNameGenerator with acronyms

Name transformation is delegated java.beans.Introspector#decapitalize. It says "but in the (unusual) special case when ...

Spring Update ValidationUtils.java

before using object, check for null is necessary. Till spring 4.3.x we have this check and in spring 5.x.x its missingC...

Spring Use CompletionService to replace ExecutorSerive in the method org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor.submit(Callable<T>) [SPR-17219]

qudh1 opened SPR-17219 and commentedThe CompletionService is basically a Queue which returns the Futures in the order wh...

Spring SPR-17219 - Use completionService to replace of ExecutorService

modify the implement of submit methodComment From: pivotal-issuemaster@qudh1 Please sign the Contributor License Agreeme...

Spring Allow applications to specify a custom set of beans rather than the default for EventListener candidates [SPR-17343]

Rahul Shinde opened SPR-17343 and commentedWhile benchmarking an application that has more than 10K+ beans, around 8 - 1...

Spring Use custom set of beans rather than all beans for EventListener candidates

Allow applications to specify a custom set of beans rather than the default implementation for EventListener candidatesC...

Spring SPR-16958 - Introduce GSON based MessageConverter

With this commit we introduce a GSON bases message converter for bothJMS as well as the generic messaging infrastructure...

Spring Value predicate support in BeanUtils.copyProperties() [SPR-15581]

Eko Kurniawan Khannedy opened SPR-15581 and commentedThis is jira for pull request :https://github.com/spring-projects/s...

Spring add value predicate support in BeanUtils.copyProperties()

In my project, I have some ugly code to merge 2 properties object like this Configuration global = ...Configuration conf...

Spring Changed min accepted day of month to 1

The minimum accepted day was 0, but as the comment in the setDaysOfMonth method says, the days of month start with 1. So...

Spring Fix '<=' symbol in SpEL documentation

This fix is already on the master.Comment From: snicollThanks for the PR @fabriziocucci @rstoyanchev perhaps we should c...

Spring Integrity violation exceptions are being hidden for EXASOL.

I have discovered that when java.sql.Connection#setAutoCommit set to 'false' PK/FK violations ignored. After debugging I...

Spring Update SimpleApplicationEventMulticaster.java

@Overridepublic void multicastEvent(final ApplicationEvent event, @Nullable ResolvableType eventType) { ResolvableTyp...

Spring SPR-13735 - Move ChainedTransactionManager from spring-data commons to spring-tx

copy "org.springframework.data.transaction" package from spring-data-commons as "org.springframework.transaction.chained...

Spring Move ChainedTransactionManager from spring-data commons to spring-tx [SPR-13735]

Attila Király opened SPR-13735 and commentedSpring-data common has a hidden gem: ChainedTransactionManager.It is not men...

Spring SPR-15121 - Update DataSourceTransactionManager.java

IsolationLevelDataSourceRouter.determineCurrentLookupKey returns the result was null, since AbstractPlatformTransactionM...

Spring @DateTimeFormat support for YearMonth, MonthDay, Year [SPR-14839]

Kazuki Shimizu (@kazuki43zoo) opened SPR-14839 and commentedI hope to support the @DateTimeFormat annotation for Joda-Ti...
上一页 下一页
.