SpringBoot Controller level exceptions not getting populated in HTTP server requests metrics

Exceptions handled at the controller level are not populated in the http.server.requests metrics.As per the official doc...

SpringBoot Feature: The application configuration file supports the toml file format

Can application.yml support the format of tomlComment From: bclozelI think this is quite similar to #3558. We're not kee...

SpringBoot Spring Boot 3.2.0 Cache miss for REQUEST dispatch to '/actuator/health/readiness'

This seems to be a new warning with Spring Boot 3.2.0:Cache miss for REQUEST dispatch to '/actuator/health/readiness' (p...

SpringBoot ResponseEntity can't serialization

Caused by: org.springframework.data.redis.serializer.SerializationException: Cannot serialize; nested exception is org.s...

SpringBoot logging does not work in native image

I create an little project with the Spring Initializr- Spring Boot version: 3.2- Dependency: spring-boot-starter-web- Ja...

SpringBoot Multi-byte filenames in zip files can cause an endless loop in ZipString.hash

Our Spring Boot 3.2.0 app hangs for random builds during a very early start-up phase. We see this thread-dump:"main...

SpringBoot WebFlux and resource server auto-configuration may fail due to null authentication manager

Running into issues with upgrading 3.1.6 project to 3.2.0, using webflux + oauth2-resource-server:Caused by: java.lang.I...

SpringBoot Error "Name for argument of type [java.util.UUID] not specified, and parameter name information not found in class file either"with spring-boot 3.2.0 upgrade

After upgrading my code from Java 17 and Spring-boot 3.1.3 to Java 21 and String-boot 3.2.0, I've started to see errors ...

SpringBoot PulsarReactiveAutoConfigurationTests has become very slow to run

Comment From: wilkinsonaLooking at the data on ge.spring.io, things got dramatically slower on 18 October:Comment From: ...

SpringBoot Automatically configure ObservationConvention beans

Most of the observable technologies use some kind of ObservationConvention to customize names and tags of the created ob...

SpringBoot Spring Boot 3.2.1-SNAPSHOT - security default differences between WebMVC and WebFlux

Starting with the current Spring Boot 3.2.1-SNAPSHOT there is big difference in the security defaults between webmvc and...

SpringBoot Document prerequisites for Docker Compose support

We should document what the minimum version of Docker and Docker Compose for our Docker Compose support is.Comment From:...

SpringBoot spring-boot-image-tests for native app fails when trying to test a new version with no published snapshots

See #28817. The nativeApp() test in spring-boot-image-tests needs the org.springframework.boot.aot plugin, which cannot ...

SpringBoot TraceId is not propagated to WebFilter after update to 3.2

I use WebFilter to log traceId of incoming requests and response and it worked fine in Spring Boot 3.1.5, but logging of...

SpringBoot Not able to use @Value($"some-key-in-application.properties") in Implementation classes.

Hi there,I'm creating one interface and creating one implementation of that interface. But class AImpl implements A{@Val...

SpringBoot Allow health groups to be configured at an additional path

MotivationIn a Kubernetes production with Istio and prometheus metrics.* Istio "installs" a sidecar (also known as istio...

SpringBoot Spring Boot 3.2 + Thymeleaf: EL1005E Type cannot be found for valid classes

I have a Spring Boot application that runs as expected with Spring Boot 3.1.6. Upgrading to 3.2.0 now causes Thymeleaf e...

SpringBoot Issues with Spring Boot 3.2 and Unboundid

After migrating to Spring Boot 3.2.0, operations against LDAP using Unboundid fail after a certain amount of time. This ...

SpringBoot RabbitAutoConfigurationTests are slow to run

RabbitAutoConfigurationTests takes 1 min 5 secs on my machine. Most of the test cases run a bit over 1 second. This seco...

SpringBoot new jdk 21 main class

I want to know when we will moving forward to the new structure of the main class in spring projects,I mean when will se...
上一页 下一页
.