SpringBoot Read property from file in environmet variable

Working with a docker image of a spring boot application I encoutered some issues: it is very difficult to set propertie...

SpringBoot fix(src): check if the session timeout is negative before setting the value

Comment From: pivotal-cla@srivatsa-cfp Please sign the Contributor License Agreement!Click here to manually synchronize ...

SpringBoot spring-boot-maven-plugin repackage fails because of slash char on MANIFEST

We are using spring boot 3.0.2 (same behavior in 3.0.1) as parent and derived maven plugin io.github.git-commit-id:git-c...

SpringBoot Replace Base64Encoder with Base64Utils

Base64Encoder can be replaced with Base64Utils.Comment From: philwebbI'm afraid that it can't. Base64Utils offers a wrap...

SpringBoot Properties Migrator does not detect properties of Map type that are marked as deprecated

If we set a Map property as deprecated, because it is replaced or removed, the Spring Boot Properties Migrator module, w...

SpringBoot Prevent Servlet and Filter re-registration

Registration failures now throw an IllegalStateException instead of being logged. I had to build in an escape hatch name...

SpringBoot Migrate spring-boot-buildpack-platform to HttpClient 5

Apache HttpClient has been superseded by Apache HttpClient 5. The spring-boot-buildpack-platform module still uses HttpC...

SpringBoot Migrate spring-boot-cli to HttpClient 5

Apache HttpClient has been superseded by Apache HttpClient 5. The spring-boot-cli module still uses HttpClient APIs, and...

SpringBoot Remove dependency management for Apache HttpClient 4

Spring Boot currently has managed dependencies for Apache HttpClient 4 and HttpClient 5 (since the two projects have dif...

SpringBoot Upgrade to AssertJ 3.24.2

Aside from just upgrading the version, this also switches to the AssertJ BOM.Comment From: scordioSwitching to draft due...

SpringBoot Spring boot does not support automatic creation of database in postgres

Expectation: Auto creation of database in postgres if database doesnot existActual : Unable to create database in postgr...

SpringBoot Can we keep Kafka Keystore file outside the main project

Can we keep Kafka Keystore file outside the main projectReason: Anytime Keystore certificate expires, we need to re-depl...

SpringBoot Update an existing entity does not work as expected

Comment From: bclozelThanks for getting in touch, but it feels like this is a question that would be better suited to St...

SpringBoot ApplicationReadyEvent should occure after spring's internal AvailabilityChangeEvent's

Spring Boot 3 Web starter does publish its AvailabilityChangeEvent after the ApplicationReadyEvent is published.I can no...

SpringBoot Actuator section is missing from documentation overview

Forward port of issue #33932 to 3.0.x.Comment From: wilkinsonaThis appears to have broken the build:```Task :spring-boot...

SpringBoot Updated the maven url as per default hostname for Maven Central

33938 updated url.Comment From: wilkinsonaThanks for the PR but we prefer to handle a change like this that may affect m...

SpringBoot Does Spring Web MVC starter yield a valid module graph?

I'm trying to run jlink on a hello world Spring Boot Web MVC app (not using the fat jar). It doesn't work, neither with ...

SpringBoot Any replacement for Schema Created Event?

I have an app that need to be notified on Schema Created which was in spring autoconfigure old versions DataSourceSchema...

SpringBoot SDKMAN should not use repo.spring.io for releases

See https://github.com/spring-projects/spring-boot/blob/3bcc7ece55f88f3de6e59253205bfb5342d45a67/ci/images/releasescript...

SpringBoot Bean definition overridden when starting application in aot mode

The project is compiled with native profile and started with -Dspring.aot.enabled=true, and I got following exception. o...
上一页 下一页
.