Spring TransactionInterceptor constructors should accept a generic TransactionManager

Right now to configure a TransactionInterceptor programmatically with a ReactiveTransactionManager we need to call a def...

Spring CodecException (from JSON conversion) in RestController is not mapped to 400 but 500 (SB 2.2.5 & Kotlin)

We just upgraded our Kotlin project from Spring Boot 2.2.4 to 2.2.5.Unfortunately now some WebFlux-RestController tests ...

Spring Invalid JSON in requests now causes 500 instead of 400

We just updated to Spring 5.2.4 and are seeing 500 instead of 400 for requests like this:{ "bracket_not_closed&q...

Spring Invalid request results in 500 INTERNAL ERROR instead of 400 BAD REQUEST (with Lombok and Kotlin)

Affects: Spring Boot 2.2.5More specifically spring-web 5.2.4ScenarioAssume a bean definition with Lombok annotations use...

Spring HttpClientErrorException returns statuscode 500 instead of status from exception

@RestControllerpublic class ErrorServlet { @GetMapping public void get() { throw HttpClientErrorException.c...

Spring Minor refactoring

Minor refactoring to have uniformity of code and remove unnecessary importComment From: sbrannenThanks for the PR.Althou...

Spring Remove unnecessary variable declaration in ProxyCallbackFilter

The var key declaration seems unnecessary. Suggest remove it. Comment From: sbrannenThis has been merged into master.Tha...

Spring Fix missing response body in UnknownHttpStatusCodeException instances

This bug surfaced during spring-boot 2.1 -> 2.2 migration.Comment From: pivotal-issuemaster@mzcu Please sign the Cont...

Spring @RestController exceptional response body missing for MediaTypes != json

@RestControllerpublic class ErrorServlet { @GetMapping(value = "/test", produces = MediaType.TEXT_PLAIN_VAL...

Spring Consider supporting PreFlight requests and CORS in Servlet Functional Endpoints

Spring MVC supports CORS with simple and pre-flight requests.Spring MVC provides support for global CORS handling with a...

Spring spring Interceptor failure

spring version:4.3.7.RELEASEThe interceptor is not available in spring with the following configuration,The preHandle me...

Spring Refactoring the AutowireUtils

Remove some confusing else statements.Comment From: pivotal-issuemaster@ynfeng Please sign the Contributor License Agree...

Spring Use try-with-resource instead of try-finally to close stream

Use try-with-resource instead of try-finally to close stream, and merge two try blocks into one.This looks more concise.

Spring XML Data loss when using RequestEntity<?>

Spring Version: v2.0.1.RELEASEProblemI am running a spring boot server using RequestEntity interface. When I am doing a ...

Spring Spring JDBC Slice doesn't work

Hi,One question before send the issue.I am using @EnableJdbcRepositories with last vesrion of the dependencies:https://d...

Spring Fix formatting in AOP examples in documentation

There is some problems with formatting. As a result we see incorrect Java code snippets. We can try to escape some of th...

Spring Fix ampersands in AOP examples in documentation

The documentation contains incorrect code sample with ampersands &amp;amp;&amp;amp; instead of &amp;&amp;&lt;aop:config&...

Spring SPR-9989 Using multiple PropertyPlaceholderConfigurer breaks @Value default value behaviour

This is a difficult ticket requiring nontrivial refactoring (see comments on https://jira.spring.io/browse/SPR-9989 for ...

Spring How to write accesslog using RollingFileAppender in springboot embed tomcat

How to write accesslog using RollingFileAppender in springboot embed tomcat Comment From: snicollThanks for getting in t...

Spring Fix formatting for pointcut expression examples in documentation

The documentation contains incorrect combining pointcut expressions example in code snippet. @Pointcut(&quot;execution(p...
上一页 下一页
.