SpringBoot Upgrade to Jakarta Annotation 3.0.0

Upgrade to Jakarta Annotation 3.0.0.Comment From: wilkinsonaThis is Jakarta EE 11 so it needs to wait till Boot 4.0.

SpringBoot Upgrade to Jakarta WS RS 4.0.0

Upgrade to Jakarta WS RS 4.0.0.Comment From: wilkinsonaThis is Jakarta EE 11 so it needs to wait till Boot 4.0.

SpringBoot Upgrade to Tomcat 11

Upgrade to Tomcat 11.0.2.Comment From: philwebbI'm not sure if we want to upgrade to 11 or not as it Servlet 6.1. If we ...

SpringBoot WebServers are not destroyed on application failure in ReactiveWebServerApplicationContext

With #34955 feature (spring-boot >=3.2.0) tomcat is not destroyed on reactive webserver application failure.Applicati...

SpringBoot Upgrade to Elasticsearch Client 8.17.1

Upgrade to Elasticsearch Client 8.17.1.Comment From: philwebbBreaks ElasticsearchReactiveHealthIndicatorTestsComment Fro...

SpringBoot Remove Spring Boot Pulsar 4 smoke test

We should be able to remove it in 3.5.xComment From: thecooldropI would like to work on this issue. The change seems to ...

SpringBoot Missing Logs in Catch Blocks When Using Structured Logging (ECS Format) in Spring Boot 3.4.x

When enabling structured logging with the ECS format in a Spring Boot 3.4.2 (also occurs with 3.4.0 and 3.4.1) applicati...

SpringBoot (:build-image) setting imagePlatform and builder fails in 404

This is my pom:<plugin> <groupId>org.springframework.boot</groupId> <...

SpringBoot @ServiceConnection for docker image "lldap:lldap"

Hi,I would like to have @SeviceConnection functionality for the docker image "lldap:lldap" (https://github.com/lldap/lld...

SpringBoot Commercial repository settings are not applied in the effective BOM or Ivy

Our dependency management has a generateEffectiveBom task that invokes Maven with a settings.xml that's prepared from bu...

SpringBoot Mustache templates return with ISO-8859-1 charset rather than UTF-8 in Content-Type response header

The spring boot mustache view resolver accepts a charset parameter (via MustacheProperties), but that parameter is only ...

SpringBoot Conflict between HealthEndpointConfiguration and AvailabilityProbesAutoConfiguration

Environment:* Spring Boot: 3.4.2* Spring: 6.2.2* KubernetesAfter upgrading to Spring Boot 3.4 from 3.3 I see an unexpect...

SpringBoot Spring Testcontainers with custom DataSource

I created an example project to test vibur data source support in Spring Boot 3.5.0-M1, but when I tried to use the Spri...

SpringBoot Cannot disable "condition evaluation report"

Gents.I observed something today on a new app I stood up for PoC. For some strange reason I cannot turn off condition e...

SpringBoot Checking if APR is available logs a warning on Java 24

WARNING: A restricted method in java.lang.System has been calledWARNING: java.lang.System::load has been called by org.a...

SpringBoot JDK 24: WARNING: sun.misc.Unsafe::invokeCleaner has been called by org.apache.tomcat.util.buf.ByteBufferUtils

Windows 11openjdk-24-ea+34_windows-x64_binSpring boot: 3.4.2Apache Tomcat/10.1.34Gets WARNING at startup:C:\LocalData\DE...

SpringBoot When using @Timed, recommend that care is taken to avoid double instrumentation

Today, I've stumbled over this issue:https://github.com/micrometer-metrics/micrometer/issues/780It seems that this happe...

SpringBoot Repackaging WAR with ZIP artifact duplicates JAR dependencies

With a fresh Spring Boot 3.4.2 Maven WAR project generated from https://start.spring.io/index.html I am observing the fo...

SpringBoot Add application property spring.mvc.contentnegotiation.default-content-type

To pass to ContentNegotiationConfigurer#defaultContentType.It's unclear why only some of the content negotiation propert...

SpringBoot Enum PathVariable is case sensitive in UnitTest (WebTestClient)

For context, I have been trying to find the resolution outside, but cannot find any.So, I have a controller with path /a...

下一页
.