Nineya
Home
Blog
SpringBoot WebFlux server metrics record http status 200 for CancelledServerWebExchangeException
2025-01-07 02:36:26
3444
Version: Spring Boot 2.6.3.RELEASE with Webflux & MetricsScenario- Client aborts the connection before server sends ...
SpringBoot Upgrade to Hazelcast 5.1
2025-01-07 02:36:21
1229
As mentioned here (https://nvd.nist.gov/vuln/detail/CVE-2022-0265) Hazelcast prior to version 5.1 contained a vulnerabil...
SpringBoot Allow the embedded web server to be shut down gracefully without a timeout
2025-01-07 02:36:17
415
Now there is the graceful shutdown feature (https://docs.spring.io/spring-boot/docs/current/reference/html/web.html#web....
SpringBoot Add configuration property for supported media types with reactive Mustache views
2025-01-07 02:36:14
1416
MustacheProperties has a content-type but this isn't a list and isn't used in the reactive case.Spring Boot has support ...
SpringBoot Add tests for spring.mustache.* properties
2025-01-07 02:36:09
146
There's very little test coverage for the various spring.mustache.* properties. We should improve that coverage before t...
SpringBoot Rework spring.mustache properties to make it clear which are Servlet-specific
2025-01-07 02:36:06
824
Split out from https://github.com/spring-projects/spring-boot/issues/28858.The following properties are Servlet-specific...
SpringBoot spring-boot-dependencies incompatibility with Groovy 4
2025-01-07 02:36:03
1492
Groovy 4 changed the coordinates of its artifacts, specifically including groovy-bom, from g:org.codehaus.groovy to g:or...
SpringBoot Autowired fields in Converter class
2025-01-07 02:35:58
2026
Hi,I have a spring boot project which relies on a custom converter class to convert between types. This class is annotat...
SpringBoot WebSockets section missing in reference guide
2025-01-07 02:35:55
427
As of 2.6.x the WebSockets section in the reference guide is gone. This used to be https://docs.spring.io/spring-boot/do...
SpringBoot Upgrade to Micrometer 2.0.0-M3
2025-01-07 02:35:47
1172
Comment From: wilkinsonaThis is blocked due to the breaking API changes affecting other projects. The following modules ...
SpringBoot Fix package tangle caused by ConnectorStartFailureAnalyzer
2025-01-07 02:35:42
741
It's currently in the org.springframework.boot.diagnostics.analyzer package which leads to a tangle as it depends on Con...
SpringBoot Add configuration properties for configuring Tomcat's keep-alive timeout and max keep-alive requests
2025-01-07 02:35:39
3603
and maxKeepAliveRequests See #23539Comment From: wilkinsona@parviz-93 Thank you very much for making your first contribu...
SpringBoot Upgrade Java 18 version in CI image
2025-01-07 02:35:35
148
https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-10-06-10-beta/OpenJDK18-jdk_x64_linux_hot...
SpringBoot Upgrade Java 18 version in CI image
2025-01-07 02:35:32
148
https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-10-06-10-beta/OpenJDK18-jdk_x64_linux_hot...
SpringBoot Upgrade Java 18 version in CI image
2025-01-07 02:35:28
148
https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-10-06-10-beta/OpenJDK18-jdk_x64_linux_hot...
SpringBoot Upgrade Java 18 version in CI image
2025-01-07 02:35:25
148
https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-10-06-10-beta/OpenJDK18-jdk_x64_linux_hot...
SpringBoot The @requestBody annotation loses data starting with eB
2025-01-07 02:35:22
829
my log islog.txtmy code is code.txtI'm using version 2.6.4Comment From: shkingveThe request json is {"e1":"asfd","exsf":...
SpringBoot Setting spring.mustache.enabled to false has no effect
2025-01-07 02:35:17
282
While looking at #28858, I noticed that spring.mustache.enabled isn't used anywhere. As a result, setting it to false ha...
SpringBoot Deadlock when the application context is closed and System.exit(int) is then called during application context refresh
2025-01-07 02:35:13
14737
Via this question on Stack Overflow, a deadlock occurs if System.exit(int) is called during context refresh. This minima...
SpringBoot Remove support for spring.mongodb.embedded.features
2025-01-07 02:35:08
483
Discussing things with @michaelmosmann, we were misusing the feature-aware version support and it will stop working with...
上一页
下一页
1
…
1955
1956
1957
1958
1959
…
2246
.