Aurora Blog
Home
SpringBoot Make use of JavaExecSpec.getJvmArguments()
2025-11-01 14:01:10
602
Gradle 8.1 will add and jvmArguments property to JavaExecSpec. We should be able to use this new property instead of our...
SpringBoot Allow Jackson StreamReadConstraints to be configured
2025-11-01 14:01:06
16590
Jackson 2.15 (v2.15.0-rc1 is out) has a default set of limits that it applies to inputs. Input Files that breach those l...
SpringBoot @MockBean and @SpyBean without amending the application context
2025-11-01 14:01:02
6569
This is more an idea for enhancement rather than an issue. @MockBean and @SpyBean are designed in a way that using them ...
SpringBoot Missing callback-Method "onBind" in org.springframework.boot.context.properties.bind.BindHandler
2025-11-01 14:01:00
3422
Hello!There are several methods for influencing / processing PropertyBinding using org.springframework.boot.context.prop...
SpringBoot Provide auto-configuration for Liquibase with NoSQL databases
2025-11-01 14:00:58
3643
Spring Boot version is 3.1.4.Reproducer (ignore the README title, the initial scope of the reproducer is unrelated to th...
SpringBoot Support Markdown documentation comments in spring-boot-configuration-processor
2025-11-01 14:00:56
1836
https://openjdk.org/jeps/467, currently targeted at Java 23, will add support for writing documentation comments using M...
SpringBoot Consider restructuring Spring Session configuration properties
2025-11-01 14:00:54
2951
This is a follow-up on #17278, which handled changes to flush mode related configuration properties. More changes in con...
SpringBoot Rework Spring Session Redis properties to make it clearer which properties apply in which situations
2025-11-01 14:00:52
1724
We have 6 properties at the moment:spring.session.redis.cleanup-cronspring.session.redis.configure-actionspring.session....
SpringBoot Provide a clearer link between the documented managed dependency coordinates and version properties
2025-11-01 14:00:50
9214
Going along the lines of https://github.com/spring-projects/spring-boot/issues/21723 etc. (i.e. switching from the Sprin...
SpringBoot Use consistent style for Nested/Collection/Map properties in @ConfigurationProperties
2025-11-01 14:00:47
815
There are different styles in the codebase, even in a single source file, is it possible and worthy to force same style ...
SpringBoot Support Gradle's isolated projects feature
2025-11-01 14:00:45
622
https://docs.gradle.org/current/userguide/isolated_projects.htmlExperimenting with the feature today shows that our Reso...
SpringBoot Enable autoconfiguration of OAuth2 machinery in a non-webapp
2025-11-01 14:00:43
1150
OAuth2 is useful in messaging and non-servlet, non-webflux apps. A lot of the machinery is not dependent on the web APIs...
SpringBoot Make stop behavior across various Web Server implementations consistent
2025-11-01 14:00:40
3546
Javadoc states:Stops the web server. Calling this method on an already stopped server has no effect.I reviewed all WebSe...
SpringBoot Clarify how warnings about soon-to-expire SSL certificates are reported
2025-11-01 14:00:38
1466
Related to #44650, the documentation about the current behavior is not clear about how warnings for soon-to-expire SSL c...
SpringBoot Add support for spring-grpc
2025-11-01 14:00:36
340
We should add auto-configuration, properties and documentation for Spring GRPC. We may also want to revert or align #464...
SpringBoot Clarify when BootstrapContext get methods may return null rather than throwing an exception or calling the fallback supplier
2025-11-01 14:00:34
1440
Hey,Note: this is on 4.0.0-RC1I noticed with this commit https://github.com/spring-projects/spring-boot/commit/4ebf09ad1...
SpringBoot Application TaskExecutor is no longer used when a custom AsyncConfigurer bean is defined
2025-11-01 14:00:31
4040
As mentioned in the release notes of spring boot 3.5 the bean name "taskExecutor" was removed -> https://github.com/s...
SpringBoot BootZipCopyAction opens stream twice
2025-11-01 14:00:28
485
these lines in BootZipCopyAction are causing library.openStream() to be called twice. The prepareStoredEntry method will...
SpringBoot RestTemplate with default connectionReuseStrategy uses connectTimeout as readTimeout on reused connection
2025-11-01 14:00:26
7831
Spring Boot 3.5.7 upgrades Apache HttpClient5 from 5.5 to 5.5.1.We now see a strange error when using RestTemplates with...
Spring Regression on 4.0.0-RC1: spring-boot-starter-kotlin-serialization
2025-11-01 14:00:21
6717
I've been using Spring Boot 4 since the M2 and I have a simple web application with spring-boot-starter-web and springdo...
上一页
下一页
1
2
3
4
5
6
7
…
367
.