SpringBoot Relocate launcher classes to 'org.springframework.boot.loader.launch' package

Currently our loader classes are in the org.springframework.boot.loader package but they'd really be better in a dedicat...

SpringBoot Lack of setReadTimeout and setConnectTimeout in RestClient.Builder

RestTemplateBuilder has mentioned methodRestClient.Builder does not have.If I want to configure connect or read timeout ...

SpringBoot Failed run bootBuildImage native image on macos apple silicon

I try to use gradle:bootBuildImage build native image on macos apple silicon. Native image build success, but image cant...

SpringBoot spring-boot-starter-data-jpa 3.2.0 version alignment issue

Hibernate 6.4.0.Final uses antlr4 version 4.13.0 but spring-boot-starter-data-jpa 3.2.0 still uses antlr4 version 4.10.1...

SpringBoot Error in the AOT test process if there are two tests that check an actuator endpoint.

HelloI'am using SB 3.0.2. I'm trying to pass the tests with native compilation with mvn -PnativeTest clean install and ...

SpringBoot jar task fails when it has a custom archive classifier and the application plugin is applied

When applying Gradle's (8.5) application plugin, and setting property archiveClassifier a task dependency error is raise...

SpringBoot Bean composition error after upgrading to Spring Boot 3.2

After upgrading our Spring Boot project from 3.1.6 to 3.2 we can't start the application, as there is a bean composition...

SpringBoot NegativeArraySizeException can be thrown from org.springframework.boot.loader.zip.ZipContent$Loader

Under Spring Boot 3.2.x I get a java.lang.NegativeArraySizeException exception from org.springframework.boot.loader.zip....

SpringBoot requestMappingHandlerMapping has 2 potential beans when actuator is active from spring boot version 2.7

I did small sample project to show behavior which we are getting on bigger project. We are using actuator endpoints and ...

SpringBoot Loading application.yml fails with NoSuchMethodError when using SnakeYAML 2.0

When I upgrade snakeyaml from 1.33 to 2.0 version, Springboot Application run failed as below.I have tried springboot 2....

SpringBoot spring.config.activate.on-cloud-platform should consider NONE to be semantically equivalent to null

Apologies if this has been reported before, couldn't find any StackOverflow posts or GitHub issues.When attempting to us...

SpringBoot Failed to build project with JDK 21

$ ./gradlew -v------------------------------------------------------------Gradle 7.6.3----------------------------------...

SpringBoot Bug in spring boot initialization, when serialized entity has serialized built-in classes. HikariPool-1: Start Complete

I found a bug related to Spring Boot and JPA when creating tables. When there is a serialized entity associated with a b...

SpringBoot Spring Boot jar launcher does not work in folders containing certain chars

I have my microservices fat-jars in a folder name containing "#" in its name. It worked fine with Spring Boot 3.1.5 and ...

SpringBoot Ascii art logos

Just a dumping ground for alternative logos in case we ever fancy a refresh. . ____ _ __ _ _ /\\ ...

SpringBoot Consider disabling logback packaging data in stack traces by default

Logback from v1.1.4 has packaging data in stack traces disabled by default, due to calculating them are rather expensive...

SpringBoot Multi Services Test

Im developing a solutions based on multiple spring boot microservices. I wan to test end to end flows involving services...

SpringBoot GraalVM with AWS Pamareter Store not runs in the native version

Spring Boot 3.2Spring Cloud 2021.0.6I have this simple projetct with AWS Parameter store value to be load in a rest end ...

SpringBoot Support composible SslBundle and ability to wrap Java's lib\security\cacerts in SslBundle

In some applications it is desirable to use multiple sources of Trust material. An application may want to use Java's de...

SpringBoot Polymorphic @ConfigurationProperties are not loaded properly

We have a complex configuration properties, with a list of polymorphic objects. Once parsed by Spring Boot using a @Conf...
上一页 下一页
.