SpringBoot ResponseStatusException exception handler not triggered?

Hi, I'm trying to add an exception handler for ResponseStatusException in my Spring 3 project.@ControllerAdvicepublic cl...

SpringBoot @ServiceConnection not working for reusable containers in Jupiter tests

Module (version)spring-boot-testcontainers (3.1.0)Host OSmacOS Ventrua 13.0Host ArchARM (Apple M2)Docker versionClient: ...

SpringBoot Harmonize use of Stream in ConfigDataLocationBindHandler

Changed a little bit of code in ConfigDataLocationBindHandler.onSuccess method. I thought there's no reason to separate ...

SpringBoot Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported

When using this metric in Grafana/Prometheus, it is a bit confusing, because as the screenshot below shows, it is applic...

SpringBoot Unlike other Spring Boot goals, process-aot and process-test-aot run on Maven reactor projects

When running in multi module maven projects, the aot phase should not run on modules with type POMComment From: snicollI...

SpringBoot Upgrade from 3.0.7 -> 3.0.9

Below error happen when do a fix upgrade from 3.0.7 -> 3.0.9i define SecurityFilterChain which doesn't specify to use...

SpringBoot Enhancement - Bring ServiceConnection code up into non-test artifacts

From my humble point of view the ServiceConnection API does, at least for test purposes, what java-cfenv-boot achieves o...

SpringBoot PayloadApplicationEvent seems broken in spring 2.7.14

After upgrading to Spring Boot v2.7.14, we started to receive many errors logs. After investigating we discover that whe...

SpringBoot Update CODE_OF_CONDUCT.adoc

Comment From: pivotal-cla@Adam-khalfaoui Please sign the Contributor License Agreement!Click here to manually synchroniz...

SpringBoot CsrfConfigurer.ignoringRequestMatchers breaks on Spring Boot 3.1.2

If something like this is used:http.csrf(csrf -> csrf.ignoringRequestMatchers("/login", "/something/**" ));An excepti...

SpringBoot @ServiceConnection on a @Bean method does not work in sliced tests

Sliced tests don't include ServiceConnectionAutoConfiguration so the @ServiceConnection annotations aren't honoured.Comm...

SpringBoot Remove references to Atomikos and Bitronix

Hi,given that both Atomikos and Bitronix support has been removed for a while now, I guess it's fair to remove the remai...

SpringBoot Native compile fails with Kotlin 1.9.0 and Gradle

Version: 3.2.0-M1 (also 3.1.2)(Kotlin 1.9.0)To reproduce: https://github.com/rkudryashov/sb-reproStacktrace:sb-repro ...

SpringBoot Documentation of spring.redis.url incorrectly states that it does not override spring.redis.user

This PR updates Javadoc for the RedisProperties.url field to include username in override targets as it seems to overrid...

SpringBoot Add wiki page about bugs reported by tools

We often get bugs reported by tools (such as security scanners) that aren't accurate. It would be helpful to have a wiki...

SpringBoot Wording changes

Replaced potentially insensitive language with more neutral language.Note that the code still has some of those terms, s...

SpringBoot After migrating to spring boot 3.1.2 application failed to start

Hi!I have some problem after migrating to spring boot 3.1.2. On 3.1.1 application was started.**************************...

SpringBoot Leak due to ByteBuffer not being released before garbage collection

Repository with application that reproduces the issue: https://github.com/tkaesler/spring-leak-reproducerSpring Boot Sta...

SpringBoot Hints required for @Bean + @ConfigurationProperties Kotlin (probably not only) classes

Hello, this is a continuation from https://github.com/spring-projects/spring-boot/issues/33509.The same example repo may...

SpringBoot When virtual threads are enabled, configure Jetty to use them

We can use Jetty 10's org.eclipse.jetty.util.VirtualThreads.Configurable.setVirtualThreadsExecutor(Executor) API to conf...
上一页 下一页
.