Nineya
Home
Blog
SpringBoot bootBuildImage doesn't work in combination with bootJar { launchScript {} }
2025-01-07 01:10:33
2748
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
2025-01-07 01:10:26
14994
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
2025-01-07 01:10:22
2561
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
2025-01-07 01:10:18
1639
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
2025-01-07 01:10:15
2513
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
2025-01-07 01:10:11
11191
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
2025-01-07 01:10:06
1649
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
2025-01-07 01:10:01
1990
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
2025-01-07 01:09:57
839
@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
2025-01-07 01:09:53
122
Add container customizers to simple and direct container factories.Comment From: wilkinsonaThanks very much, @garyrussel...
SpringBoot Add ErrorWebFluxAutoConfiguration to ReactiveManagementChildContextConfiguration
2025-01-07 01:09:49
698
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
2025-01-07 01:09:46
786
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
2025-01-07 01:09:42
2562
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
2025-01-07 01:09:37
6196
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
2025-01-07 01:09:28
1743
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()
2025-01-07 01:09:21
517
In this line( https://github.com/spring-projects/spring-boot/blob/47516b50c39bd6ea924a1f6720ce6d4a71088651/spring-boot-p...
SpringBoot Using spring cloud config, Profile groups not working
2025-01-07 01:09:18
3421
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
2025-01-07 01:09:13
3167
Assume there are two applications "foo" and "bar", both have dependency "core", I want extract the common properties for...
SpringBoot Fix Bug #26894
2025-01-07 01:09:09
974
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
2025-01-07 01:09:04
858
Fix #27504The reason of this bug is managment ApplicationContext do not get order in @Order(-1) DefaultErrorWebException...
上一页
下一页
1
…
2012
2013
2014
2015
2016
…
2246
.