Spring Add Javadoc since tags for GraphQL constants

This PR adds Javadoc @since tag for GraphQL constants.See gh-28271Comment From: snicollThanks again @izeye

Spring Add native hints for core annotations

In order to support native applications we need hints for our core annotations.

Spring Content type multipart/mixed not supported / 415 UNSUPPORTED_MEDIA_TYPE (after Spring + Spring Boot upgrade)

Affects: 5.2.4.RELEASEI was previously using the following versions of Spring + Spring Boot:<springVersion>5.0.16....

Spring Polishing regarding JDK baseline upgrade

Comment From: pivotal-cla@aooohan Please sign the Contributor License Agreement!Click here to manually synchronize the s...

Spring Introduce token-based consumption of multipart requests in WebFlux

In version 5.3, Spring Framework introduced the DefaultPartHttpMessageReader as a fully reactive way to handle multipart...

Spring Enable access to an RFC 7807 ProblemDetail formatted error response from the client side

Currently WebClientResponseException exposes the body as a byte[] or String and so does RestClientResponseException. It ...

Spring Make inner classes static when feasible

A static nested class does not keep an implicit reference to its enclosing instance.This prevents a common cause of memo...

Spring spring webflux gets http header data

Use the following method to get the header information as null@RequestHeader(TenantContext.ATTRIBUTES) String tenantBut ...

Spring Caching HttpStatus/Series instances by int key

Reusing same solution of org.springframework.web.socket.sockjs.transport.TransportType to avoid a loop and allocations o...

Spring Accept BCP 47 language tags in LocaleEditor

Affects: 5.3.18org.springframework.beans.propertyeditors.LocaleEditor should accept BCP 47 language tags too, like org.s...

Spring Polish Javadoc and inline comments

Fix some typos and polish trivial stuff.Comment From: pivotal-cla@yuhangbin Please sign the Contributor License Agreemen...

Spring Support "application/problem+json" as the response Content-Type

Once #28187 provides ProblemDetail along with the ErrorResponse hierarchy of exceptions that encapsulate HTTP status, h...

Spring Upgrade to Reactor 2022.0.0-M2

This PR ensures that Spring Framework uses newly released M2 milestoneof Reactor 2022.0.0: - Reactor-Core 3.5.0-M2 - Rea...

Spring request(converters): allow RequestParam conversion from null values.

Affects: Spring 5.3. 16 and belowCurrently in Spring, there is only one class Optional<T> that can be populated b...

Spring RequestInfo combine not working if either info is null

Affects: 5.3.XMotivationI am currently trying to implement a feature, which allows to use nested RequestMapping classes ...

Spring @RequestParam with defaultValue of empty string on String parameter gives null but not empty String

I'm using a @RequestParam on a String parameter, gives defaultValue = "". When I call the api without this parameter, I ...

Spring Why required request headers e.g. strings - are not treated as missing if they are blank?

HelloWhen I read the below comments I understand that if a header is blank it is treated as missing regardless of thinki...

Spring Support to Create a Proxy From an Annotated HTTP Service Interface

This has been raised before, see #16747 and related (duplicate) issues, but was done under Spring Cloud instead, first a...

Spring Use Arrays.toString for initMethodNames and destroyMethodNames arrays in AbstractBeanDefinition#toString

Default array toString implementation will not produce a readable result, Arrays.toString should be used insteadComment ...

Spring Option to toggle off CSRF token as url parameter

When activating CSRF protection you have the option to send in the token as either a header or a URL parameter.It should...
上一页 下一页
.