Spring Added application/graphql media type

Comment From: sbrannenTentatively slated for 5.2 RC1 for considerationComment From: sbrannenTeam DecisionSpring Framewor...

Spring @NestedTestConfiguration should not be discovered on enclosing class for nested interface

Status QuoWhile switching the default @NestedTestConfiguration mode to INHERIT in fbb3c5cce73f07679afebbb39980fb971efb9f...

Spring ExceptionHandler does not work on a secured class/method

Affects: 5.0.7.RELEASEOn a RestController, it seems that exception handling does not work when the controller's class ha...

Spring Create spring-framework

Comment From: pivotal-issuemaster@13656663676 Please sign the Contributor License Agreement!Click here to manually synch...

Spring JndiObjectFactoryBean lacks lazyInit field defined in spring-jee.xsd for jndi-lookup

Spring version 5.2.5.RELEASE.http://www.springframework.org/schema/jee/spring-jee.xsd defines "lazy-init" property for "...

Spring Support Propagation.NEVER for disabling test-managed transactions

Status QuoPropagation.NOT_SUPPORTED can be used to disable test-managed transactions via the @Transactional annotation a...

Spring Compatibility with Jackson 2.12

The recently released Jackson 2.12 RC1 allows us to refine our supported version range: As of Spring Framework 5.3 RC2, ...

Spring TransactionalOperator.executeAndAwait returns value too early

Spring Boot 2.3.0.M4Kotlin 1.3.72postgres 9.5.21 / jdbc driver 42.2.9 / r2dbc 0.8.2When I use several transactions sequ...

Spring Discover test configuration on enclosing class for nested test class [SPR-15366]

Sam Brannen opened SPR-15366 and commentedStatus QuoSpring's support for JUnit Jupiter already supports detection of tes...

Spring Upgrade Hibernate support baseline to 5.2+

Driven by backlog requests (such as upgrading the dialects #22326) and a recent desire to expose SessionFactory and Sess...

Spring Spring should call start/stop methods on application context when spring-test is used with junit

I use spring 5 with junit 5 and I think that star/stop methods on application context must be called, because otherwise ...

Spring Avoid creation of unused logger instance in AbstractMediaTypeExpression

As revealed by #25900, the logger instance in AbstractMediaTypeExpression is entirely unused. Since this is a non-public...

Spring Loggers apparently constructed on a per HTTP request basis in reactive web code cause CPU overhead

Affects: \v5.2.9.RELEASECPU profiling of some fairly high HTTP traffic spring Webflux (on Tomcat) applications has shown...

Spring Cannot test @RequestPart multipart controllers with Servlet MockPart

Tested with spring boot 2.3.4.Example projectWe have controller that receives some arguments that are parts of multipart...

Spring @ControllerAdvice order defined via @Order on a @Bean method is not applied

Affects: 5.2.7 A ControllerAdviceBean is not sorted based on the @Bean order.e.g.@RestControllerAdvicepublic class BaseE...

Spring MultipartFile[] required controller param, not throwing exception

Affects: 2.3.1.RELEASEHello, I'm working with the following controller mapping:@PostMapping("/upload-bag-picture&qu...

Spring Empty or blank required UUID header validation results in 200 response status

Affects: Spring MVC 5.1.9.RELEASEHi,My REST API takes as input a mandatory X-Request-ID header that is transformed to a ...

Spring Spring WebFlux & Jetty, large responses are cut off due to prematurely closed connection

See demonstration repository here: https://github.com/opentable/webflux-large-response-springI. DescriptionGiven a Sprin...

Spring The problem with RequestParam/DateTimeFormat and LocalDateTime

Affects: \5.1.6I have the following code@GetMapping("/somepath")public String getNextDayOfMonth( @RequestPa...

Spring Support suspending handler methods in Spring MVC

Following Coroutines support introduced in Spring WebFlux and since Spring MVC supports Mono via the ReactiveAdapterRegi...
上一页 下一页
.