Spring Avoid use of String's for ContentDisposition type

This adds constants for three common Content-Disposition types: attachment, form-data, and inline.I have also updated th...

Spring Introduce RouterFunction attributes

In an issue discussion over at springdoc (see https://github.com/springdoc/springdoc-openapi/issues/891, it has shown us...

Spring Cannot build Spring with OpenJDK 8 on Linux

Install OpenJDK and use it as default one (output of echo $JAVA_HOME is /usr/lib/jvm/java-8-openjdk-amd64Checkout Spring...

Spring MultiValueMapAdapter.getFirst fails with IndexOutOfBoundsException in case of empty List

If You create MultiValueMap via MultiValueMapAdapter, and value list is empty, call of method getFirst fail on IndexOutO...

Spring The Page<NsiRecord> findAllByNsiClass(NsiClass nsiClass, Pageable pageable) method stopped working

Good afternoon!Suddenly, the method that just worked yesterday stopped working.@GetMapping( name = &quot;searchNs...

Spring Discover @Sql, @SqlConfig, @SqlGroup, & @SqlMergeMode on enclosing class for nested test class

OverviewThis is a follow up to #19930.Deliverables[x] Support @Sql / @SqlConfig / @SqlGroup / @SqlMergeMode with the new...

Spring Allow programmatic registration of completion and error callbacks to transactional event listeners

Currently, event listeners bound to transaction commits, rollbacks or completion in general can only be used via the @Tr...

Spring Change default http status for MethodArgumentNotValidException in ResponseEntityExceptionHandler

The ResponseEntityExceptionHandler currently handles a MethodArgumentNotValidException like this:else if (ex instanceof ...

Spring Simplify code for SimpleClientHttpRequestFactory.prepareConnection

Simplify code for SimpleClientHttpRequestFactory.prepareConnectionComment From: pivotal-issuemaster@rsvoboda Please sign...

Spring update fork

update forkComment From: pivotal-issuemaster@xiaobaixie Please sign the Contributor License Agreement!Click here to manu...

Spring Support fetching Request/Reponse Body in Webflux's ExchangeFilterFunction.ofRequestProcessor/ofResponseProcessor - Required for logging purpose

Affects: Spring Framework : 5.2.1.RELEASESpring Boot : 2.1.5.RELEASEAdded ExchangeFilterFunction to WebClient which logs...

Spring UriBuilder - Overload queryParam to accept Optional and add only if value is present

This addresses a use-case in which a REST endpoint (A) has received an optional query param (as type Optional) and is de...

Spring UriBuilder - Correct the treatment of Optional types.

This PR is an alternative to #25925 and all the discussion on that PR remains relevant.This PR is an improvement because...

Spring main webserver path from UrlPathHelper

If my absolute path in HttpServletRequest is http://localhost:8080/my-app/sub/servlet/path, I would want to extract only...

Spring Deprecate StringUtils.isEmpty(Object) and replace remaining usage (e.g. with ObjectUtils.isEmpty)

With static imports code like this looks perfectly fine: List&lt;String&gt; data = ... if (isEmpty(data)) ...

Spring Spring Data JPA pollutes parent context with multiple SharedEntityManagerCreator beans

Reproducible with the latest Spring Data (Neumann-SR4) and Spring Framework 5.2.9.Not reproducible with the latest Sprin...

Spring isAllocated check in DataBufferUtils::release hides reference counting errors

Affects: 5.2.4 (currently what we use); 5.3.0-SNAPSHOThttps://github.com/spring-projects/spring-framework/blob/c972d861e...

Spring Optimize Jackson resource management in codecs

Affects: 5.2.9.RELEASEJackson2JsonEncoder does not release BufferRecycler resources (i.e. does not close JsonGenerator a...

Spring BrokerAvailabilityEvent without any relay node information?

Scenario: I am connecting to a cluster of Stomp relays (without external LB), one of the Stomp nodes goes offline and I ...

Spring spring-web async restful api not support executor with Callable

when returning with a Callable response in a controlller method, I find it will use default AsyncTaskExecutor with threa...
上一页 下一页
.