Nineya
Home
Blog
软著申请
SpringBoot ResponseStatusException exception handler not triggered?
2025-01-07 16:34:32
3479
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
2025-01-07 16:34:29
6291
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
2025-01-07 16:34:27
1334
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
2025-01-07 16:34:22
753
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
2025-01-07 16:34:13
4028
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
2025-01-07 16:34:10
11696
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
2025-01-07 16:34:07
984
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
2025-01-07 16:34:05
926
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
2025-01-07 16:34:02
197
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
2025-01-07 16:34:00
826
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
2025-01-07 16:33:53
167
Sliced tests don't include ServiceConnectionAutoConfiguration so the @ServiceConnection annotations aren't honoured.Comm...
SpringBoot Remove references to Atomikos and Bitronix
2025-01-07 16:33:49
1390
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
2025-01-07 16:33:47
8247
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
2025-01-07 16:33:44
713
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
2025-01-07 16:33:41
683
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
2025-01-07 16:33:37
1347
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
2025-01-07 16:33:34
120049
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
2025-01-07 16:33:31
5396
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
2025-01-07 16:33:29
2428
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
2025-01-07 16:33:26
6862
We can use Jetty 10's org.eclipse.jetty.util.VirtualThreads.Configurable.setVirtualThreadsExecutor(Executor) API to conf...
上一页
下一页
1
…
1795
1796
1797
1798
1799
…
2246
.