Nineya
Home
Blog
Spring Document that ModelMap is not a supported argument type in WebFlux
2025-01-08 22:51:46
322
The Method Arguments documentation for WebFlux currently states that WebFlux controller methods can accept arguments of ...
Spring ClassCastException from return value validation with proxy when adaptConstraintViolations=true
2025-01-08 22:51:44
15729
The return value validation fails with an ValidationException, caused by an class-cast Exception, if "adaptConstraintVio...
Spring CRaC support: Checkpoint failing with CheckpointOpenSocketException
2025-01-08 22:51:41
882
Trying to create check point in spring boot application but failing with the below errorjdk.crac.impl.CheckpointOpenSock...
Spring Add ParameterNamesModule to "well known" jackson modules
2025-01-08 22:51:39
1643
Also, I'm surprised to see that org.springframework.http.converter.json.Jackson2ObjectMapperBuilder#findModulesViaServic...
Spring Allow encoding to be set with a Charset in FreeMarker support
2025-01-08 22:51:36
392
OverviewWhile working on #33071, we noticed that our FreeMarker support still requires the encoding be supplied as a Str...
Spring @Cacheable on interface method leads to NoSuchBeanDefinitionException
2025-01-08 22:51:34
2003
Given an interface with a @Cacheable method and an implementing component:interface SomeComponent { @Cacheable(cacheN...
Spring Upgrade to Gradle 8.8
2025-01-08 22:51:31
386
Comment From: pivotal-cla@kmccarp Please sign the Contributor License Agreement!Click here to manually synchronize the s...
Spring RestTemplate metrics reports none in uri tag when URI object is used
2025-01-08 22:51:29
1423
Affects: 6.1.10Hi all!I found that restTemplate micrometer's metrics are not reporting the right value for the uri tag ...
Spring ProtobufMessageConverter fails to parse JSON payload if byte array is used
2025-01-08 22:51:26
4689
Affects: org.springframework:spring-messaging:5.3.6We are using org.springframework:spring-messaging:5.3.6 with com.goog...
Spring Propagate context to message converters when streaming with Flux in Spring MVC
2025-01-08 22:51:23
1957
32296 and #32112 are now closed but the sample that I was interested in is still broken (see link in the latter): the Re...
Spring Spring adding 'chunked' transfer encoding even if this header already exists [SPR-16985]
2025-01-08 22:51:21
11410
Pradeep Gadi opened SPR-16985 and commentedIn our Middleware project we forward rest response from another service as it...
Spring NoResultException is not wrapped into EmptyResultDataAccessException
2025-01-08 22:51:18
3704
We upgraded spring from v4 to 6.0.22 and Hibernate from v4 to 6.4.9 and we spotted that jakarta.persistence.NoResultExce...
Spring Replace @Nonnull(when = When.MAYBE) by @CheckForNull in @Nullable
2025-01-08 22:51:15
7566
it appears this is found in the findbugs jsr305 annotations my reason why is I want to enable -Werror and I'm using java...
Spring Resource writer doesn't consider subclasses of InputStreamResource for content length bypass
2025-01-08 22:51:13
4724
IssueCurrently, when returning a subclass of InputStreamResource from a controller, ResourceHttpMessageWriter from the S...
Spring Constructor data binding support for List, Map and array arguments
2025-01-08 22:51:10
504
In Spring Framework 6.1 we added a number of improvements to data binding via constructor args such as DataBinder suppor...
Spring AntPathPatternMatcher hardcoded "/" separator in variables matching and comparator
2025-01-08 22:51:08
1649
Related: #26264 When AntPathMatcher is constructed with a path separator other than default character "/", the functiona...
Spring @SubscribeMapping doesn't match when client subscribes to /*
2025-01-08 22:51:05
1222
Affects: 6.0.xI have something similar to this:@SubscribeMapping("/chat")fun onSubscribeSendChat() = chatMe...
Spring 5.0.x note
2025-01-08 22:51:03
191
Comment From: pivotal-cla@tsengfhy Please sign the Contributor License Agreement!Click here to manually synchronize the ...
Spring Add better control over generated files registration
2025-01-08 22:51:00
1552
Affects: 6.0During test AOT processing, each merged context configuration results in a new initializer being generated. ...
Spring WebClient sends Cookie header when no cookies defined when using JdkClientHttpRequest
2025-01-08 22:50:57
2506
WebClient using built in JdkClientHttpConnector sends a empty Cookie header even if there are no cookies added to the re...
上一页
下一页
1
…
1175
1176
1177
1178
1179
…
2246
.