Aurora Blog
Home
SpringBoot Add support for micrometer metrics with reactor schedulers
2025-11-06 14:00:53
9751
In Reactor 3.2.3 there is possibility to enable metrics. There could be property introduced eg. reactor.schedulers.metri...
SpringBoot Upgrade to Spring Security 7.0.0-RC3
2025-11-06 14:00:50
130
Upgrade to Spring Security 7.0.0-RC2.Comment From: philwebbSpring Security are planning an RC3 so repurposing this issue...
SpringBoot Provide configuration properties for controlling the size of Tomcat's buffers for binary and text WebSocket messages
2025-11-06 14:00:48
6805
When using Spring Boot with STOMP over WebSockets, applications can easily encounter a CloseStatus[code=1009] error when...
SpringBoot Restore support for Jersey now that it supports JAX-RS 4 (Jakarta EE 11)
2025-11-06 14:00:46
125
There's now a Jersey 4 release so we can reinstate support, albeit without Jackson 3 support.Comment From: philwebbSee #...
SpringBoot Replace use of paketobuildpacks/ubuntu-noble-run-base:latest with paketobuildpacks/ubuntu-noble-run:latest
2025-11-06 14:00:43
194
https://github.com/paketo-buildpacks/ubuntu-noble-base-images/issues/53#issuecomment-3492294992Comment From: wilkinsonaT...
SpringBoot Polish documentation on testing web applications and the various testing clients that are available
2025-11-06 14:00:41
2004
Java 21Spring Boot 4 RC1Example projects: https://github.com/hantsy/spring7-sandbox/blob/master/boot-api-versioning-webf...
SpringBoot Document the level of support for the OpenTelemetry APIs
2025-11-06 14:00:39
2109
The Spring Boot OpenTelemetry Starter has mixed support for the OpenTelemetry APIs.It would be useful to document this i...
SpringBoot Make it easier to configure OTLP exports
2025-11-06 14:00:37
2025
We have those properties which control OTLP export:Logsmanagement.opentelemetry.logging.export.otlp.compressionmanagemen...
SpringBoot Provide a starter for Jackson 2
2025-11-06 14:00:32
387
For those that need to use Jackson 2, it would be useful to have a starter that pulls in the dependencies that are equiv...
SpringBoot Static Doc Links for current version
2025-11-06 14:00:29
1129
Hi,in the past it was possible to statically link to the every minor version.but since some time, the "current" version ...
SpringBoot Consider auto-configuring a ContextPropagatingTaskDecorator bean
2025-11-06 14:00:27
3308
Problem: I have an @Async method, and when I call it, my current span is gone. The same happens when I execute tasks in ...
Spring Method-based Map injection fails against target Map with incomplete generics despite bean name or qualifier match
2025-11-06 14:00:18
7952
Hello all,I'm working on a task which implies to upgrade our project from Spring 5 to Spring 6. I found the following er...
Spring Allow additional ParameterResolver implementations to be registered in SpringExtension
2025-11-06 14:00:13
2637
I am spiking on a few ideas around org.junit.jupiter.api.extension.ParameterResolver that requires access to the Applica...
Spring Prevent Kotlin Serialization side effects
2025-11-06 14:00:11
3348
Over the years, the combined usage of Kotlin Serialization alongside another general purpose JSON library (typically Jac...
Spring Document PathPattern behavior difference between */{name} and **/{*path}
2025-11-06 14:00:09
2069
It looks like that PathPattern works inconsistently whit with * and ** rules in matching a string without trailing '/For...
SpringBoot Provide configuration properties for common low-level HTTP client settings
2025-11-05 14:01:13
2638
Currently, configuring implementation-specific properties for HTTPClient instances—such as idleTimeout or maxConnections...
SpringBoot Incorrect metadata for HttpServiceClientProperties ("spring.http.serviceclient")
2025-11-05 14:01:04
694
spring-configuration-metadata.json in spring-boot-http-client-4.0.0-RC1.jar has incorrect metadata generated for HttpSer...
Spring Is it possible to change the default value of DEFAULT_CHARSET in StringHttpMessageConverter to UTF-8 in version 7.0?
2025-11-05 14:00:49
427
I have looked at https://github.com/spring-projects/spring-framework/pull/29437, but I still insist that it's time to de...
Spring Default API Version Configuration in MockMvc
2025-11-05 14:00:39
309
Java 21Spring Boot 4 RC1Example Project: https://github.com/hantsy/spring7-sandbox/tree/master/boot-api-versioning-webmv...
Spring Default API Vesrion Configuration in WebTestClient.ControllerSepc Not Applied
2025-11-05 14:00:36
1969
Java 21 Spring Boot 4.0 RC1Example Project: https://github.com/hantsy/spring7-sandbox/tree/master/boot-api-versioning-we...
上一页
下一页
1
…
17
18
19
20
21
…
386
.