SpringBoot Consider virtual threads support for ThreadPoolTaskExecutor/ThreadPoolTaskScheduler

As seen in https://github.com/spring-projects/spring-framework/issues/33780#issuecomment-2442241269, Spring Framework re...

SpringBoot Configuration property for Cassandra's control queries timeout not working - PT2S error on Startup.

Caused by: com.datastax.oss.driver.api.core.DriverTimeoutException: query 'SELECT * FROM system_schema.columns' timed ou...

SpringBoot Refactor writeString to reduce duplication and improve readability

Description:I refactored the writeString method in the JsonValueWriter class to make it more readable and easier to main...

SpringBoot add Local zipkin url to application.yml

I followed the tutorial page, and while it mentions running Zipkin, it doesn't explain how to connect to it using the lo...

SpringBoot Remove deprecated method call to getFiles() in CheckBom

There's this code:Set<File> files = this.configurations.detachedConfiguration(this.dependencies.create(coordinates...

SpringBoot Classes are accidentally named "structure logging" instead of "structured logging"

This PR replaces "structure logging" with "structured logging" as it seems to be a typo of "structured logging".Comment ...

SpringBoot Add TaskDecorator support for scheduled tasks

Spring Framework has added TaskDecorator support in https://github.com/spring-projects/spring-framework/issues/23755.Rig...

SpringBoot Add a hint for logging.structured.json.customizer property

Comment From: philwebbI wonder why I didn't make customizer a Class in StructuredLoggingJsonPropertiesComment From: nosa...

SpringBoot StructuredLoggingJsonProperties customizer should be a Class reference rather than a String

The StructuredLoggingJsonProperties contains a customizer type that should really be a Class reference rather than a Str...

SpringBoot TestRestTemplate fails with "Unexpected end of file from server" when using DirtiesContext

I have (simplified) two unit test cases for one @RestController class:1. A simple GET request test2. A simple DELETE req...

SpringBoot Documentation for 'spring.datasource.type' is misleading

Fully qualified name of the connection pool implementation to use. By default, it is auto-detected from the classpath.It...

SpringBoot buildSrc tests are not run automatically

Currently the full buildSrc project does not appear to run when there are changes. Test failures are not reported unless...

SpringBoot Wrong response Content-Type in ExceptionHandler after adding dependency "spring-boot-starter-data-rest"

Spring Boot Version: 3.3.5.Response content type changed from application/json to application/xml after adding new depen...

SpringBoot additionalProfiles overwrites spring.profiles.default

I would like to be able to do something like this: public static void main(String[] args) { System.setProperty...

SpringBoot Consider where to adopt records

We could use records for many of our configuration property classes. A number of classes that are used as DTOs by the ac...

SpringBoot Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack

Spring Boot version: 3.2.6.Docker Engine version: 27.3.1.When running Spring Boot Gradle Plugin's bootBuildImage task wh...

SpringBoot Upgrade to Undertow 2.3.18.Final

Although we prevented the upgrade to this release (#42769) Spring Framework 6.2.0 has changed something that fixes the p...

SpringBoot Downgrade to HSQLDB 2.7.3 and block upgrade

We need to downgrade due to https://sourceforge.net/p/hsqldb/bugs/1725/Comment From: philwebbWould superseded https://gi...

SpringBoot spring property not getting populated on refreshing logback file programtically

spring.boot.version: 3.1.12logback.version:1.4.14Issue: We are trying to update the logback config at runtime programati...

SpringBoot Consider if we want a property to add an AnnotationTemplateExpressionDefaults bean

Watching https://youtu.be/9eoi1TViceM?t=2188 it might be useful if we offered a quick way to register a PrePostTemplateD...
上一页 下一页
.