SpringBoot Remove spring-boot-starter-aop dependency from spring-boot-starter-data-jpa and spring-boot-starter-integration

Some performance work shows that a simple Spring Data JPA application can have improved startup time if the following ex...

SpringBoot Improve performance of ConfigurationPropertiesBinder by storing bind handlers on first access

ConfigurationPropertiesBinder makes multiple calls to fetch BindHandler beans, but they shouldn't change so we can store...

SpringBoot Improve performance of ConcurrentReferenceCachingMetadataReaderFactory

ConcurrentReferenceCachingMetadataReaderFactory currently caches by resource but we could also cache by class name to sa...

SpringBoot Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors

As part of the Spring Cloud Config Server we utilize Spring Boot's ConfigDataEnvironmentPostProcessor to populate an Env...

SpringBoot [3.3.5] : From [3.3.2] until [3.3.5] a JpaSystemException is appearing in my Spring Batch project

Hello,I have a [3.3.1] Spring boot project and i use Spring Batch(I am letting Spring boot handling the versions of my d...

SpringBoot @CheckReturnValue decoration for ApplicationContextAssert::getBean(s) methods

I suggest to decorate ApplicationContextAssert::getBean(s) methods with a @CheckReturnValue annotation so that incomplet...

SpringBoot Unexpected exception during bean creation for spring boot 3.3.4

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'entityManagerFactory' d...

SpringBoot NoClassDefFoundError can be thrown from LaunchedClassLoader when threads are interrupted

I am running SpringBoot 3.2.4 on jdk21.I wrote a startup script that stops the application gracefully and restarts itWhi...

SpringBoot Issue with Layertools in Spring Boot Project

Hello,I'm experiencing an issue with the layertools feature in my Spring Boot project. Below is the relevant section of ...

SpringBoot Fix deprecation warnings due to tasks calling getProject() at execution time

Some of our custom tasks (org.springframework.boot.build.autoconfigure.AutoConfigurationMetadata is one) call getProject...

SpringBoot IllegalArgumentException on org.springframework.web.servlet.resource.ResourceHttpRequestHandler v6.2.0-RC3 if resource doesn't end with slash

During context loading the ResourceHttpRequestHandler class scans all possible paths and if these do not end with "/" an...

SpringBoot Docker compose: add configuration setting for selecting running services to bind

I have a docker-compose.yml that starts multiple services but I only want to bind to one (or some) of them. It is possib...

SpringBoot build-info doesn't support seconds since the epoch from project.build.outputTimestamp

I'm trying to enable https://maven.apache.org/guides/mini/guide-reproducible-builds.html for my springboot project.I'm u...

SpringBoot NPE in OnClassCondition.resolveOutcomesThreaded following thread interruption because firstHalf is null

This is a follow-up of issue https://github.com/spring-projects/spring-boot/issues/41492.We have now deployed Spring Boo...

SpringBoot X-Registry-Auth header sent to Docker Engine API contains field "authHeader"

When constructing the header value for X-Registry-Auth when talking to the Docker Engine API, org.springframework.boot.b...

SpringBoot Upgrade to Elasticsearch Client 8.15.3

Supersedes #42649Comment From: christophstroblIt seems the elasticsearch client did some incompatible changes in one of ...

SpringBoot Avoid calling Task.getProject() from a task action at execution time

Fix> Task :spring-boot-project:spring-boot-tools:spring-boot-maven-plugin:formatHelpMojoSourceInvocation of Task.proj...

SpringBoot Add virtual thread option for ThreadPoolTaskExecutorBuilder/ThreadPoolTaskSchedulerBuilder

See https://github.com/spring-projects/spring-framework/issues/33807Comment From: bclozelThis PR enables virtual thread ...

SpringBoot Allow to auto configure ThreadPoolTaskScheduler/ThreadPoolTaskExecutor even if virtual threads enabled

Currently Spring Boot auto configure SimpleAsyncTaskScheduler/SimpleAsyncTaskExecutor if virtual threads enabled, so far...

SpringBoot @ServiceConnection not working when customizing metrics with the HealthEndpoint class

Issue:When using a PostgreSQL testcontainer and using @ServiceConnection to instantiate the connection, there can exist ...
上一页 下一页
.