Spring org.springframework.security.crypto.password.PasswordEncoder is giving BeanCreationException

Affects: Spring-boot: 2.4.5The exception is provided beloworg.springframework.beans.factory.BeanCreationException: Error...

Spring Spring Kafka overriding custom header pattern and removes id from Producer Record Header

The issue is related to the headers missing when sending a message to the Kafka Topic. My requirement is to generate a S...

Spring @RequestPart name/attribute value is ignored

This is similar to the issue https://github.com/springfox/springfox/issues/2263. @PostMapping(value = "/api/att...

Spring Fix Kotlin filter parameter bug in Router DSLs

Backport of gh-26838Comment From: spring-projects-issuesFixed via 3ab270e0f13e5dc41d6b9600fb8507c3d48f733cComment From: ...

Spring Not specifying a multipart resolver for a multipart POST of files results in org.springframework.web.bind.MissingServletRequestParameterException [SPR-8001]

Vishwas Nagaraja opened SPR-8001 and commentedBasically I am trying to upload a file using spring mvc... but I get a mis...

Spring Ignore comments when searching for SQL statement delimiter in ScriptUtils

Spring Version: 5.3.4JDK: 15The spring utility class org.springframework.jdbc.datasource.init.ScriptUtils falsely intere...

Spring Remove unnecessary null check in ConvertingEncoderDecoderSupport

instanceof check contains null check, I think we can remove leading null check.Comment From: rstoyanchevThis has been me...

Spring Reduce memory consumption of buildAdvisors

The specificInterceptors may equals PROXY_WITHOUT_ADDITIONAL_INTERCEPTORS, So I think we can add a size judgment to redu...

Spring Ignore delimiter enclosed in double quotes in ScriptUtils

The containsSqlScriptDelimiters() method in ScriptUtils currently ignores delimiters enclosed in single quotes but not t...

Spring Fix Kotlin filter parameter bug in Router DSLs

https://github.com/spring-projects/spring-framework/blob/5b1ab31559798df83f1e8d54d2b754f12c69c14e/spring-webmvc/src/main...

Spring Incorrect check in AbstractBrokerRegistration's constructor

Backport of gh-26896Comment From: spring-projects-issuesFixed via 9523f1ffd640bda102d204cb9a23408fdc088b4aComment From: ...

Spring Spring AOP should not apply UndeclaredThrowableException to checked exceptions from Kotlin methods

Backport of gh-23844Comment From: spring-projects-issuesFixed via 05d767b1cf5062628f1043f4a34e610024a6c349Comment From: ...

Spring InvalidPathException in log when running SpringBootTest with NIO Path property on Windows

Backport of gh-26828Comment From: spring-projects-issuesFixed via cd0570ee39f1682d8e7574be62059e3a86cd39deComment From: ...

Spring Provide control over fallback charset to use in WebClientResponseException

Affects: 5.3.6Web client should throw an WebClientResponseException when http response status is 4xx, which is created b...

Spring Changelog generation fails as the milestone on GitHub for a release does not contain a .RELEASE suffix

We need to update that script to strip the .RELEASE prefix if it is presentSee https://ci.spring.io/teams/spring-framew...

Spring spring-context-indexer doesn't support Java records

Spring version: 5.3.6JDK: 16.0.1It seems that spring-context-indexer library doesn't support Java records. If I declare ...

Spring Incorrect check in AbstractBrokerRegistration's constructor

The constructor in org.springframework.messaging.simp.config.AbstractBrokerRegistration checks the non-nullness of the c...

Spring Access to the cachedSessions in CachingConnectionFactory

Hello, it seems the org.springframework.jms.connection.CachingConnectionFactory class uses the cachedSessions property t...

Spring InvalidPathException in log when running SpringBootTest with NIO Path property on Windows

When running following test, an InvalidPathException is logged with warn level. Test completes successfully, however the...

Spring Reduce log level in ExecutorConfigurationSupport.initialize

Please could the level of the logging within ExecutorConfigurationSupport.initialize be reduced to DEBUG?Currently, this...
上一页 下一页
.