Spring When default value is configured for property placeholder in @Value, subsequent embedded value resolvers are asked to resolve the default value instead of the original value

Spring Framework version is 5.2.5.RELEASE.org.springframework.beans.factory.support.AbstractBeanFactory#resolveEmbeddedV...

Spring ResolvableType.forClassWithGenerics gives wrong result

Spring version: 5.2.8.RELEASE.Code:public class A {}public class B extends A {}public interface AService<T extends A&...

Spring Introduce @ConfigurationForTest analogous to Spring Boot's @TestConfiguration

When writing tests, it is possible to make static inner classes annotated with Configuration, and have them automaticall...

Spring @RequestBody can not parse body data correctly sometimes

I used @RequestBody to parse HttpServletRequest body data in my POST method. I repeatedly submit POST request, and poss...

Spring JavaMailSenderImpl: Support for overriding default "Content-Transfer-Encoding" [SPR-8929]

Kaj Hejer opened SPR-8929 and commentedIt would be nice if org.springframework.mail.javamail.JavaMailSenderImpl had a se...

Spring Spring Content Indexer is not incremental

Affects: org.springframework:spring-context-indexer:5.2.8Running Gradle build with --info shows that Spring Content Inde...

Spring NamedParameterJdbcTemplate does not correctly parse sequence of single quote (') and question mark (?)

Consider the following code snippet: BasicDataSource datasource = new BasicDataSource(); datasource.setDri...

Spring AspectJ, multi-context, @Lock: no transaction is in progress

Spring Boot 2.2.5.RELEASESample project: https://github.com/cdalexndr/spring-boot-issue-20683Run gradlew testFor this er...

Spring jaxws:client no more resolves the ${property placeholder} references [SPR-15827]

Manish opened SPR-15827 and commentedThis works with CXF 3.1.10 and Spring 4.1.6 but does not when I upgrade spring to 4...

Spring Feature: more flexible callbacks in spring-test

What I miss in spring-test when I want to add a new feature is a way to communicate between extension components. If I'm...

Spring Support for custom cache registration in CaffeineCacheManager

Affects: 5.2.6It is quite common to have multiple caches with different value lifetime. Right now CaffeineCacheManager c...

Spring spring-instrument javaagent fails to weave classes that are parameters to a junit test class method [SPR-15926]

Ken Wang opened SPR-15926 and commentedI have aspectj set up in my spring application, using the spring-instrument javaa...

Spring Beans defined by XML are skipped in @Configuration override [SPR-15805]

David Lopez opened SPR-15805 and commentedWhen you define a bean in a XML, you cannot redefine it in a @Component or @Te...

Spring AbstractRoutingDataSource to try to load/create a new DataSource if determineTargetDataSource can not find a DataSource for the current lookup key. [SPR-16509]

Razvan Popian opened SPR-16509 and commentedorg.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource#determi...

Spring When autowiring, wildcards don't match type variables with same upper bounds

Affects: 5.2.5.RELEASEIn my project, I have a bean of type Parametrized<? extends Number>. A second bean method th...

Spring PathEditor should interpret empty string as relative empty path

Version informationSpring-boot version: 2.2.6.RELEASEIssue reproduction and actual resultI have some simple constructor-...

Spring org.springframework.web.reactive.function.client.WebClientRequestException: Unexpected handshake message: certificate

Hello, when trying out the webclient of webflux calling a third-party service, there was an exception with the handshake...

Spring Add CharBufferDecoder

This provides the optimization mentioned in a comment in the Jackson2JsonDecoder.Comment From: rstoyanchevCould you link...

Spring Extend HibernateOperations.execute to accept non-returning lambdas

I just started to migrate an old Java 7 project to Java 8 and Spring 5 and started (ab)using lambda expressions, convert...

Spring Suppress logging from HandlerMapping when used for Spring Security's mvcRequestMatcher

Affects: spring-web 6.0.7, probably any other version too, as the root cause is mvcMatchers and HandlerMappingIntrospect...
上一页 下一页
.