Nineya
Home
Blog
软著申请
Spring TransactionInterceptor constructors should accept a generic TransactionManager
2025-01-08 03:05:53
885
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)
2025-01-08 03:05:50
4794
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
2025-01-08 03:05:48
1807
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)
2025-01-08 03:05:45
7644
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
2025-01-08 03:05:43
1522
@RestControllerpublic class ErrorServlet { @GetMapping public void get() { throw HttpClientErrorException.c...
Spring Minor refactoring
2025-01-08 03:05:40
375
Minor refactoring to have uniformity of code and remove unnecessary importComment From: sbrannenThanks for the PR.Althou...
Spring Remove unnecessary variable declaration in ProxyCallbackFilter
2025-01-08 03:05:37
123
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
2025-01-08 03:05:34
506
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
2025-01-08 03:05:32
2150
@RestControllerpublic class ErrorServlet { @GetMapping(value = "/test", produces = MediaType.TEXT_PLAIN_VAL...
Spring Consider supporting PreFlight requests and CORS in Servlet Functional Endpoints
2025-01-08 03:05:29
3405
Spring MVC supports CORS with simple and pre-flight requests.Spring MVC provides support for global CORS handling with a...
Spring spring Interceptor failure
2025-01-08 03:05:26
1391
spring version:4.3.7.RELEASEThe interceptor is not available in spring with the following configuration,The preHandle me...
Spring Refactoring the AutowireUtils
2025-01-08 03:05:23
332
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
2025-01-08 03:05:20
120
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<?>
2025-01-08 03:05:18
4408
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
2025-01-08 03:05:16
898
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
2025-01-08 03:05:13
520
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
2025-01-08 03:05:10
957
The documentation contains incorrect code sample with ampersands &amp;&amp; instead of &&<aop:config&...
Spring SPR-9989 Using multiple PropertyPlaceholderConfigurer breaks @Value default value behaviour
2025-01-08 03:05:09
829
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
2025-01-08 03:05:07
489
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
2025-01-08 03:05:04
726
The documentation contains incorrect combining pointcut expressions example in code snippet. @Pointcut("execution(p...
上一页
下一页
1
…
1589
1590
1591
1592
1593
…
2246
.