SpringBoot bootBuildImage doesn't work in combination with bootJar { launchScript {} }

just updated my applications to spring boot 2.3.0 and wanted to try the new gradle task to build the image. Unfortunatel...

SpringBoot Initialize BatchDataSourceInitializer eagerly

Spring Boot apps with autoconfiguration for Spring Batch currently do not initialize the data source with BatchDataSourc...

SpringBoot Cyclic bean definition when a Spring Data repository is a dependency of a MeterBinder

I'm using a MeterBinder as suggested by the docs to register a gauge.While this worked perfectly fine on Spring Boot 2.4...

SpringBoot RestTemplateBuilder.setConnectTimeout not working when using RestTemplateCustomizer to customize RequestFactory

Spring Boot Version: 2.1.18.RELEASE, 2.3.12.RELEASE, 2.5.2I use okhttpas the RequestFactory of RestTemplate, so i create...

SpringBoot when RabbitMQ listener method param use @Headers will deserialize message body use header's "__TypeId__" as target class

springboot version:2.3.7.RELEASEListener: @RabbitListener(queues = RabbitConfig.MARINE_DIRECT_QUEUE) @RabbitHandle...

SpringBoot Repackaging may fail with "ZipException: invalid entry compressed size" when input jar has been built with non-default compression settings

I have an obfuscated jar created by proguard and with an application.properties file.If I try to recreate it with mavaen...

SpringBoot Add quantile calculation for requests with @PathVariable

Hi, i have problem with configure percentiles(quantiles) for actuator/metrics/prometheus endpoint for http requests with...

SpringBoot Spring Boot Starter adds both AssertJ and Hamcrest assertion libraries

I am just wondering whether this makes sense, or it could make more sense to just advocate for a conventional implementa...

SpringBoot AbstractDataSourceInitializers are not detected as database initializers

@wilkinsona Thanks for the feedback on #27144. I think this is the approach you suggested.Issue #27193Comment From: wilk...

SpringBoot Apply ContainerCustomizer beans to the auto-configured AMQP MessageListenerContainers

Add container customizers to simple and direct container factories.Comment From: wilkinsonaThanks very much, @garyrussel...

SpringBoot Add ErrorWebFluxAutoConfiguration to ReactiveManagementChildContextConfiguration

use nested @Configuration instead of spring.factories.now this configuration only apply when a separate child management...

SpringBoot Unable to clone file on windows system because file name is too long

While I'm trying to clone the source code on Windows, it says the file name is too long.error: unable to create file spr...

SpringBoot no concurrency in spring-integration after upgrade of spring-boot from 2.4.9 to 2.5.3

After upgrade of spring-boot I noticed a problem in our spring integration flows. They did no loger process concurrently...

SpringBoot Likely issues of incorrect classloader being used

I found additional places in the code that look like they likely could cause issues when an alternate classloader is use...

SpringBoot Mention productionRuntimeClasspath in Gradle plugin's documentation

What we are trying to solve:We use another Gradle build plugin to build RPM package (which is not aware of any Spring gr...

SpringBoot Potential NPE in TomcatMetricsBinder.findContext()

In this line( https://github.com/spring-projects/spring-boot/blob/47516b50c39bd6ea924a1f6720ce6d4a71088651/spring-boot-p...

SpringBoot Using spring cloud config, Profile groups not working

OverviewI'm using spring boot application with cloud config.I tried to use profile groups but it doest not work that i e...

SpringBoot Provide a way to share default properties between applications

Assume there are two applications "foo" and "bar", both have dependency "core", I want extract the common properties for...

SpringBoot Fix Bug #26894

If the main class throws an exception,When RestartLauncher run it will throw a InvocationTargetException,So I'm going to...

SpringBoot Add ErrorWebFluxAutoConfiguration to Actuator ManagementContext

Fix #27504The reason of this bug is managment ApplicationContext do not get order in @Order(-1) DefaultErrorWebException...
上一页 下一页
.