玖涯软件开发
Home
Blog
Spring TomcatRequestUpgradeStrategy is not compatible with Tomcat 10.1
2025-01-08 06:15:42
2954
Affects: 6.0.0-RC3java.lang.NoSuchMethodError: 'void org.apache.tomcat.websocket.server.WsServerContainer.doUpgrade(jaka...
Spring Avoid String allocations in MediaType.checkParameters
2025-01-08 06:15:39
371
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.
2025-01-08 06:15:33
618
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
2025-01-08 06:15:31
3415
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]
2025-01-08 06:15:29
1300
Michael Isvy opened SPR-10256 and commentedWhen working with NamedParameterJdbcTemplate, we typically inject an instance...
Spring WebClient and WebFlux Observation do not propagate context
2025-01-08 06:15:27
199
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
2025-01-08 06:15:25
1971
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
2025-01-08 06:15:22
291
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
2025-01-08 06:15:20
239
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
2025-01-08 06:15:18
514
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
2025-01-08 06:15:16
448
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
2025-01-08 06:15:13
428
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
2025-01-08 06:15:10
2586
Affects: 6.0.0-RC2Given the following Controller:record RequestData(String msg){};@RestControllerpublic class SampleCont...
Spring Support @RequestPart arguments for @HttpExchange methods
2025-01-08 06:15:08
138
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
2025-01-08 06:15:06
986
Minor Fixes in spring-websocketUsed Standard Charsets objectRemoved unnecessary call to toStringReplaced concatenated st...
Spring Fix SimpleMailMessage nullability annotations
2025-01-08 06:15:03
1259
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…
2025-01-08 06:15:00
823
Add @Nullable to `org.springframework.beans.propertyeditors.CustomDateEditor::dateFormat (type signature: java.text.Date...
Spring Reduce allocations caused by producible media types
2025-01-08 06:14:57
348
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
2025-01-08 06:14:55
580
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
2025-01-08 06:14:53
6987
Affects: Spring 6.0.0-RC2I tried to taste the new PartEvent feature in Spring 6, and created an example project.There is...
上一页
下一页
1
…
1394
1395
1396
1397
1398
…
2246
.