Nineya
Home
Blog
SpringBoot Handling shutdown in ApplicationRunner methods
2025-01-07 01:30:42
4442
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
2025-01-07 01:30:39
8464
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
2025-01-07 01:30:32
144
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
2025-01-07 01:30:26
1871
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
2025-01-07 01:30:23
603
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
2025-01-07 01:30:18
2477
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
2025-01-07 01:30:14
9093
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
2025-01-07 01:30:11
304
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
2025-01-07 01:30:08
206
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
2025-01-07 01:30:03
227
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
2025-01-07 01:29:58
521
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
2025-01-07 01:29:54
12805
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
2025-01-07 01:29:42
1842
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
2025-01-07 01:29:39
4089
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
2025-01-07 01:29:35
174
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.
2025-01-07 01:29:32
565
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
2025-01-07 01:29:28
19266
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
2025-01-07 01:29:24
3646
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
2025-01-07 01:29:20
2130
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
2025-01-07 01:29:15
731
SpringBoot v2.5.5 - File RotationoriginalIf you are using the Logback, it’s possible to fine-tune log rotation settings ...
上一页
下一页
1
…
1999
2000
2001
2002
2003
…
2246
.