SpringBoot Handling shutdown in ApplicationRunner methods

I am using Spring Boot 2.4.3. The documentation about Liveness & Readiness state mentions:Tasks expected to run duri...

SpringBoot Actuator health check endpoint should return content-length header

I'm deploying my Spring Boot application into AWS. When adding an instance to an AWS load balancer, you can configure a ...

SpringBoot Add RxJava3 dependency

Comment From: snicoll@hantsy thanks but we generally don't add dependency management for a library that we don't provide...

SpringBoot Log URLs for all DataSources when H2 Console is auto-configured

I'm using two datasources (Oracle + h2) in my spring boot project. I configure them manually in my configuration class, ...

SpringBoot Update docs to be explicit about dot notation being correctly mapped

Update to Docs. There was confusion on if dot notation was correct. Updated docs to explicitly state dot notation is all...

SpringBoot Enhance Configtree Documentation mentioning dot-separated file names

All documentation I found so far regarding spring.config.import pointed to the following example:Multiple files are writ...

SpringBoot Broken content negotiation for OpenMetrics

It seems PrometheusScrapeEndpoint is unable to produce content in the OpenMetrics format.The latest (2.30.0) Prometheus ...

SpringBoot syncAppSource tasks should declare project.version as an input

When the project version changes, the output of the filtering during syncing will also change. If project.version isn't ...

SpringBoot Avoid explicit initialization of Atomics with their default values

Hi,this PR changes calls like new AtomicBoolean(false) to new AtomicBoolean() as they cause a volatile write which can b...

SpringBoot Section 4.4 File Rotation mentions the wrong configuration file name for Log4j2

Fix for #28184 Updated the File Rotation documentation as mentioned in the issueComment From: snicoll@inomag thank you f...

SpringBoot Upgrade to concourse-java-scripts 0.0.4

We need to make sure https://github.com/spring-io/concourse-java-scripts/issues/11 is merged first.When we upgrade we ne...

SpringBoot Profiles not available in ConfigurableEnvironment on ApplicationEnvironmentPreparedEvent after upgrading to 2.5.4

Hi,I'm upgrading from Spring Boot 2.3.9 to ~2.5.2~ 2.5.4Previously, I've had a listener that I was using to detect if a ...

SpringBoot Allow disabling spring data related auto configurations via specific property

When supporting different data stores at the same time during development there are multiple spring-boot-starter-data-* ...

SpringBoot Allow embedded Mongo to be used at runtime, backing off when spring.data.mongodb.uri is set

Context:We can use the H2 database if we don't want to connect to a real DB during developments. I want the same functio...

SpringBoot Unexpected constructor-based initialization of nested @ConfigurationProperties leads to inconsistent behavior

https://github.com/spring-projects/spring-boot/issues/16038#issuecomment-776807392Comment From: wilkinsonaGiven that thi...

SpringBoot Is there any way w.r.t configuration/custom logic to provide a blacklist the ports in spring boot tomcat server so it will never pick those ports again.

Is there any way w.r.t configuration/custom logic to provide a blacklist the ports in spring boot tomcat server so it w...

SpringBoot Allow @ConfigurationProperties binding on interfaces

It would be useful to allow configuration binding to work directly on fields if the user doesn't want to expose public s...

SpringBoot Add documentation links for ActiveMQ embedded broker information

If the broker is present, an embedded broker is automatically started and configured (provided no broker URL is specifie...

SpringBoot Layertools extract does not preserve last modified and last access times

I am using the layered jar file approach to reduce the amount of data included in the context sent to the docker daemon....

SpringBoot Section 4.4 File Rotation mentions the wrong configuration file name for Log4j2

SpringBoot v2.5.5 - File RotationoriginalIf you are using the Logback, it’s possible to fine-tune log rotation settings ...
上一页 下一页
.