Spring TomcatRequestUpgradeStrategy is not compatible with Tomcat 10.1

Affects: 6.0.0-RC3java.lang.NoSuchMethodError: 'void org.apache.tomcat.websocket.server.WsServerContainer.doUpgrade(jaka...

Spring Avoid String allocations in MediaType.checkParameters

Hi,while investigating things for #29421 I noticed that a tiny, but noticeable, chunk of allocations is coming from Medi...

Spring Test for unclosed EM after implicit query transaction under NEVER propagation.

I've failed to mock this completely, but IRL a subsequent call to, say, persist uses an already opened EM instead of thr...

Spring ResourceHttpMessageConverter create incorrect type of Resource

ResourceHttpMessageConverter class method readInternal create InputStreamResource only when we use InputStreamResource i...

Spring NamedParameterJdbcTemplate: add methods to simplify usage when no parameter is needed [SPR-10256]

Michael Isvy opened SPR-10256 and commentedWhen working with NamedParameterJdbcTemplate, we typically inject an instance...

Spring WebClient and WebFlux Observation do not propagate context

currently it's impossible to mutate the headers since we're using their immutable versions.also WebFlux filter is not pr...

Spring A question when wrapping the api return value using ResponseBodyAdvice

Affects: \<5.3.23>I'm wrapping the return values of all rest-apis with ResponseBodyAdvice.@RestControllerAdvice(ba...

Spring Align server observation contextual names with OTel semantic conventions

Currently, observation contextual names (names actually used for traces) for HTTP server instrumentation use the format ...

Spring Matching path pattern is not set in reactive ServerRequestObservationContext

The WebFlux instrumentation is not setting the o.s.web.reactive.HandlerMapping#BEST_MATCHING_PATTERN_ATTRIBUTE on the Se...

Spring Fix typos regarding include/exclude terminology

Comment From: sbrannenThe technical use of the terms "include" and "exclude" in these passages is specific to include/ex...

Spring WebClient Observation does not propagate context

currently the DefaultWebClient is first starting the observation and only after we start it do we set the carrier on the...

Spring Fix typo in WebSocket reference doc regarding subscription header

must've been confused between message-id header and subscription headerComment From: pivotal-cla@sangmin7648 Please sign...

Spring Processing of charset in Content-Type Header not case-insensitive

Affects: 6.0.0-RC2Given the following Controller:record RequestData(String msg){};@RestControllerpublic class SampleCont...

Spring Support @RequestPart arguments for @HttpExchange methods

We don't have support multipart requests yet. We can support @RequestPart along with Object, HttpEntity, Part, or a Publ...

Spring Minor fixes in spring-websocket

Minor Fixes in spring-websocketUsed Standard Charsets objectRemoved unnecessary call to toStringReplaced concatenated st...

Spring Fix SimpleMailMessage nullability annotations

Fixes the nullability annotations in SimpleMailMessage so the set*(...) methods have their parameters marked as @Nullabl...

Spring add missing @Nullable annotation to org.springframework.beans.propert…

Add @Nullable to `org.springframework.beans.propertyeditors.CustomDateEditor::dateFormat (type signature: java.text.Date...

Spring Reduce allocations caused by producible media types

Hi,this PR reduces some (repeated) allocations of LinkedHashSets and corresponding Nodes caused by ProducesRequestCondit...

Spring Move reference docs and build configuration to dedicated module

Currently, the reference documentation is hosted in the root module, as well as all the build configuration related to d...

Spring PartEvent upload fails with JdkClientHttpConnector

Affects: Spring 6.0.0-RC2I tried to taste the new PartEvent feature in Spring 6, and created an example project.There is...
上一页 下一页
.