SpringBoot Add missing 'havingValue="true"' for '*.enabled' to keep consistency

Comment From: philwebbThis shouldn't be necessary, at least if the javadoc is to be believed:The string representation o...

SpringBoot Review @ConditionalOnProperty with 'havingValue = "false"' and 'matchIfMissing = true'

The following classes have @ConditionalOnProperty with havingValue = "false" and matchIfMissing = true. We should review...

SpringBoot spring-boot-maven-plugin sets imagePlatform even if it's empty

"A Docker image cannot be built with the spring-boot-maven-plugin:3.4.0 if Docker API version is less than 1.41. In part...

SpringBoot Get rid of Docker daemon or even podman service in Maven spring-boot:build-image goal

In the case of CI/CD, we don't have a Docker daemon and don't want to turn one on in our Gitlab-runners and just want to...

SpringBoot Hint about Testcontainers in DataSourceBeanCreationFailureAnalyzer

I'm a big fan of setting up the developent time datasource with Testcontainers. The problem I see people checking out an...

SpringBoot Support podman for the Docker Compose feature

EnvironmentOS: Ubuntu 24.10Java: OpenJDK Runtime Environment GraalVM CE 23.0.1+11.1 (build 23.0.1+11-jvmci-b01)Podman: p...

SpringBoot No okhttp3 dependecy in spring boot 3.4.1

com.squareup.okhttp3 dependencies are present on Managed Dependency Coordinates but there are no dependencies in release...

SpringBoot Maven properties that are flagged read-only for command-line binding lead to warnings with Maven 4

See #43596Some of our Mojos have a POJO structure for some of the parameters. For instance, the spring-boot:build-image ...

SpringBoot Refactor: Use 'source' variable consistently in log formatting

This PR refactors the format method of the SimpleFormatter class to replace multiple calls to record.getLoggerName() wit...

SpringBoot Generate org.springframework.boot.autoconfigure.AutoConfiguration.imports file automatically

This one isn't a big issue anyway but I feel like @AutoConfiguration annotation should be enough to indicate the intenti...

SpringBoot Upgrade to HikariCP 6.2.1

I known that spring boot minor versions try to avoid updates major version dependencies, but in case of hikaricp, I don'...

SpringBoot Upgrade to AssertJ 3.27.3

Upgrade to AssertJ 3.27.2.Comment From: wilkinsonaThis causes a problem with Kotlin:> Task :spring-boot-project:sprin...

SpringBoot Upgrade Versions Maven Plugin to 2.18.0

Upgraded to Versions Maven Plugin 2.18.0 for improved dependency management.Comment From: snicoll@surya170 I am not sure...

SpringBoot feat: spring-boot.build-image.* should not be read-only

Hi!With Spring Boot 3.4+, it's now possible to build a docker image from an amd64 host for an arm64 platform. It works a...

SpringBoot BasicBatchConfigurer throws NoClassDefFoundError if JpaTransactionManager class not exists

Hello,We are using spring-batch in our project, but however we have no dependency to "org.springframework.orm.jpa.JpaTra...

SpringBoot Auto-configure Hibernate with a JsonFormatMapper that uses the auto-configured Jackson ObjectMapper

After migrating to Spring Boot 3.0.1 and Hibernate 6, I swapped out the Hibernate Types JSON support for the new built i...

SpringBoot Revisit Dev Tools live reload capabilities

Currently, as explained in LiveReload section of the reference manual, Dev Tools support for live reload requires use of...

SpringBoot Add support for LiveReload without browser extensions

This commit improves Dev Tools live reload capabilities by adding support for appending LiveReload.js script to rendered...

SpringBoot Provide a possibility to extend/override configuration properties binding process

We faced an issue where a property source for 700+- objects (consists of 100+- fields) binds to java objects slowly: aro...

SpringBoot Checkpoint-restore with WebFlux and Undertow does not work when graceful shutdown is enabled

After updating https://github.com/spring-projects/spring-lifecycle-smoke-tests to run tests against Spring Boot 3.4.x, I...
上一页 下一页
.