SpringBoot WebFlux server metrics record http status 200 for CancelledServerWebExchangeException

Version: Spring Boot 2.6.3.RELEASE with Webflux & MetricsScenario- Client aborts the connection before server sends ...

SpringBoot Upgrade to Hazelcast 5.1

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

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

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

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

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

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

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

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

Comment From: wilkinsonaThis is blocked due to the breaking API changes affecting other projects. The following modules ...

SpringBoot Fix package tangle caused by ConnectorStartFailureAnalyzer

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

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

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

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

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

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

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

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

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

Discussing things with @michaelmosmann, we were misusing the feature-aware version support and it will stop working with...
上一页 下一页
.