SpringBoot spring-boot-maven-plugin:build-image fails on Docker Desktop / Windows due missing authentication

When running the build-image goal of spring-boot-maven-plugin on Windows with Docker Desktop, the build fails when the p...

SpringBoot Rename run goal's directories property to additionalClasspathElements

Hi all,It seems the spring-boot.run.directories property doesn't work and external JARs in the directory aren't found by...

SpringBoot Rename directories property into additionalClasspathElements

This PR is related to what was discussed in issue #35179. This code renames the spring-boot.run.directories property int...

SpringBoot Add resource hints for default MessageSource properties file locations

This only registers the default locations, not the one users can provide via 'spring.messages.basename'.This is similar ...

SpringBoot Defining a custom ElasticsearchTransport causes the auto-configured JsonpMapper to back off

As discussed in #36669, defining a custom ElasticsearchTransport bean causes the auto-configuration of a JsonpMapper to ...

SpringBoot Deprecate DelegatingApplicationContextInitializer and DelegatingApplicationListener in favour of registering each delegate programatically or in spring.factories

DelegatingApplicationContextInitializer and DelegatingApplicationListener read context.initializer.classes and context.l...

SpringBoot Deprecate @DurationFormat and related classes

If https://github.com/spring-projects/spring-framework/pull/30396 is merged we can deprecate our own implementation (ass...

SpringBoot Add runtime hints for MessageSource's message.properties

While building a native image for a Spring Boot application that uses MessageSource and message.properties files I notic...

SpringBoot Auto-configuration's session repository customization may override that of SessionRepositoryCustomizer beans

Hi,It seems there's missed @Order(Ordered.HIGHEST_PRECEDENCE) on springBootSessionRepositoryCustomizer in RedisSessionCo...

SpringBoot spring-boot-starter-data-redis USE Rejson

I use spring boot 2.4.x, so I have spring-boot-starter-data-redis in my pom.xml file like this:<dependency> &...

SpringBoot Deficiencies in processing json objects in rest/api services

EnviromentS.O: GNU/Linux, Ubuntu 2.04 LTS.Java: 17.0.8Spring: Spring Boot 3.1.1Package manager: GradleThe problemJava Sp...

SpringBoot Update Paketo builder references in documentation

References to paketobuildpacks/builder:[tiny|base|full] should be replaced with paketobuildpacks/builder-jammy-[tiny|bas...

SpringBoot PropertiesKafkaConnectionDetails overrides configuration spring.kafka.properties.bootstrap.servers

I just upgraded spring boot libraries from version 3.0.8 to 3.1.1 and noticed that kafka clients were trying to connect ...

SpringBoot SpelEvaluationException on native image when injecting a Map from @ConfigurationProperties into thymeleaf's view model

I have a simple Spring Boot / Spring MVC + Thymeleaf application, which injects a custom Map from application.yaml into ...

SpringBoot Add support for using an AuthTokenManager bean to authenticate with Neo4j

Neo4j Java driver introduced support for an AuthTokenManager that can be used to define expiring tokens to be used as au...

SpringBoot Order ProblemDetailsExceptionHandler beans

In this pull request I added an explicit zero order to the ProblemDetailsExceptionHandler beans for WebMVC and Webflux.W...

SpringBoot Provide SimpleAsyncTaskExecutorBuilder to build SimpleAsyncTaskExecutors

Both TaskExecutorBuilder and TaskExecutorCustomizer are aimed at ThreadPoolTaskExecutor. We should review them with virt...

SpringBoot Add ThreadPoolTaskSchedulerBuilder as a replacement for TaskSchedulerBuilder

ThreadPoolTaskSchedulerBuilder will be a replacement for the to-deprecate TaskSchedulerBuilder. This is quite the same a...

SpringBoot Actuator's Bug: the thread will hang indefinitely

Actuator's Bug: the thread will hang indefinitely!Version: spring-boot-actuator-2.6.9Symptom: When accessing /actuator/h...
上一页 下一页
.