SpringBoot Upgrade Java 16 version in CI image

https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jdk_x64_linux_hotspot_16....

SpringBoot Upgrade Java 16 version in CI image

https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jdk_x64_linux_hotspot_16....

SpringBoot When a single bean causes a dependency cycle the failure analysis does not clearly illustrate the cycle

I've encountered a case where I've left a bean requiring itself to be autowired and it took me a long time to understand...

SpringBoot Consider adding a spring-boot:push-image goal

Currently, the way spring-boot:build-image is designed, makes it difficult to separate image building and image pushing ...

SpringBoot spring-boot-ci jdk16 docker image configured with java8

Hello team!Just wanted to share that I've noticed that the latest spring-boot-ci jdk-16 image on docker hub is configure...

SpringBoot TomcatServletWebServerFactoryTests.pkcs12KeyStoreAndTrustStore() is flaky on CI

The first attempt is failing fairly frequently, but not always, with the following exception:Caused by: java.security.No...

SpringBoot Gradle task "bootBuildImage" from spring boot gradle plugin failed due to buildpack update

Spring boot gradle plugin task bootBuildImage failed today with the follow error:Error log:[creator] no valid depe...

SpringBoot Documentation has wrong key for DataSourceHealthIndicator

The documentation suggest the datasource health endpoint (actuator) can be enabled/disabled using the key datasource: ma...

SpringBoot springboot data left outer join is not part of query

I have the following code, work perfectly fine with springboot 2.4.3, but fails with 2.4.4The bug is relate to springboo...

SpringBoot Configuration item metadata ordering is not consistent

Fixes #26217 Comment From: snicoll@zeldigas thank you for making your first contribution to Spring Boot. I've polished t...

SpringBoot Rename nohttp whitelist to allowlist

Hi,this PR changes to the less offensive naming in the nohttp configuration as the old one is deprecated & discourag...

SpringBoot MDC logging degrading the performance with Spring WebFlux

Cross-Posting from Reactor coreHello Everyone,In our webflux project we are using the publisher hooks as proposed here t...

SpringBoot Let Spring Boot set the ip-address by itself in a property file

As far as I can see, in the documentation (1), one cannot let Spring Boot sniff out the IP address of the computer on it...

SpringBoot Create an OCI for an application that needs to write to a volume

I would like the spring-boot gradle plugin to support writable volumes within the BootBuildImage Task.There should be so...

SpringBoot Actuator's rest template metrics customization prevents RootUriRequestExpectationManager.forRestTemplate from identifying that the template has had a root URI configured

Forward port of issue #25741 to 2.4.x.Comment From: edwardsre@wilkinsona This change has caused us some issues. We use a...

SpringBoot @WebFluxTest doesn't ignore @EnableR2dbcAuditing

My main application class is annotated @EnableR2dbcAuditing, like so:@SpringBootApplication@EnableR2dbcAuditingclass App...

SpringBoot Adjust to main branch in docs

Hi,this PR adjust two more places where the new main branch naming of Spring projects could be used. It doesn't break an...

SpringBoot Align documentation with main default branch name

Following the rename of the default branch to main, there are some changes to make in the documentation across all maint...

SpringBoot Document that MeterFilters are only applied to the Spring-managed MeterRegistry

Hi,Spring boot: 2.4.3when using Metrics.counter(...) instead of using meterRegistry.counter(...) behaves differently whe...

SpringBoot Update CentOS launch script tests so that yum does not attempt to use http

The old Concourse environment allow yum (and apt) traffic over http but the new one does not. This causes the creation o...
上一页 下一页
.