SpringBoot Deprecate LOGGED_APPLICATION_NAME log property in favor of APPLICATION_NAME with the verbatim value

In order to support #5479 we need to access application.name. Currently we only store the value as LOGGED_APPLICATION_NA...

SpringBoot Fix typos in javadoc of BootstrapContext

Fixed grammatical issues in Javadoc for the BootstrapContext interface.Closes PR #41443Comment From: wilkinsonaThanks ve...

SpringBoot Group Kafka back-off properties

Kafka back-off policy properties "delay", "maxDelay", "multiplier", and "randomBackOff" are now groupedunder a common pr...

SpringBoot Can't configure antMatchers after anyRequest spring boot 2.2.0

@Configuration@EnableWebSecuritypublic class CustomizeWebSecurityConfig extends WebSecurityConfigurerAdapter { @O...

SpringBoot Build of OCI image fails with both AOT and CDS when Flyway used

Tested with Spring Boot 3.3.1I was investigating creating an OCI image of a Spring Boot application using both AOT and C...

SpringBoot spring.json.type.mapping, kafka producer doesn't work with spring boot 3.3.0

I have problem after upgrade spring boot version from 3.2.6 to version 3.3.0other dependency, they're the same even I ch...

SpringBoot SpringBoot using spring-boot-starter-data-redis is not able to make a connection to redis

Description: Running a springboot application and redis server on a docker engine.I have exposed the port 8080 of the do...

SpringBoot Open community on discourse.org

Some time ago there was very useful community on gitter.im . But after moving it to matrix platform it became hard to us...

SpringBoot developmentOnly dependencies fail to resolve when building jar if dependency-management plugin not installed

With the following build.gradle.ktsimport org.springframework.boot.gradle.plugin.SpringBootPluginplugins { java id(&qu...

SpringBoot Metrics in "/actuator/prometheus" are not consistent in a multi nodes environment (kubernetes)

DescriptionMy application is built using Spring Boot and is deployed with multiple replicas in a Kubernetes cluster. I a...

SpringBoot Jakarta Persistence Query Timeout does not work for Spring Data JPA findBy Field/All methods

Hi Spring Team, Problem StatementI am trying to set spring.jpa.properties.jakarta.persistence.query.timeout in applicati...

SpringBoot Upgrade to Elasticsearch Client 8.14.2

Comment From: wilkinsonaThis needs to be reverted as there's a binary incompatible change to a method return type (long ...

SpringBoot Upgrade to Oracle Database 23.4.0.24.05

Can revert fixes for issue: https://github.com/spring-projects/spring-boot/issues/38943as no longer seems to applyOracle...

SpringBoot Upgrade to Selenium HtmlUnit 4.20.0

This is required for compatibility with Spring Framework 6.2. It's noteworthy because the dependency coordinates have ch...

SpringBoot Upgrade to HtmlUnit 4.2.0

This is required for compatibility with Spring Framework 6.2. It's noteworthy as the dependency coordinates have changed...

SpringBoot add validate job status code

see https://github.com/spring-projects/spring-boot/issues/41336I have added logic to determine the application's state b...

SpringBoot Make it easier to package certain content in the root of a fat jar

Spring Boot 1.4 has made using this technique for including a Java agent in a fat jar more difficult. The problem is tha...

SpringBoot Prohibit upgrades to Undertow 2.3.14.Final

Comment From: wilkinsonaUnfortunately, Undertow 2.3.14 hangs regularly when it's being stopped in one of our integration...

SpringBoot Upgrade java 21 to existing spring boot 2.7.0 application

I am trying to upgrade an existing application using spring boot version 2.7.0. with java 21 and getting below exception...

SpringBoot Is it possible to use mvn -Pnative spring-boot:build-image to build an image and simultaneously upload it to an image repository, similar to the Jib plugin?

Problem Description:Our project has just been upgraded from Spring Boot 2.x to Spring Boot 3.2.x, and from JDK 8 to Graa...
上一页 下一页
.