SpringBoot Add Javadoc since for AbstractAotMojo.getSession()

This PR adds a Javadoc @since tag for the AbstractAotMojo.getSession().See gh-36724Comment From: wilkinsonaThanks very m...

SpringBoot Enable Paketo Builder Tests on Java 21

Comment From: scottfrederickPending the release of https://github.com/paketo-buildpacks/bellsoft-liberica/pull/455

SpringBoot RepackageMojo doesn't support 1 digit numerical values for project.build.outputTimestamp

For a build to be reproducible the project.build.outputTimestamp needs to be set to a valid value for the spring-boot-ma...

SpringBoot Contrary to the documentation, setting spring.jms.listener.concurrency alone configures the maximum concurrency

Update JMS listener concurrency configuration to set the same minimum and maximum number of consumers when users specify...

SpringBoot Remove sourceCompatibility/targetCompatibility blocks from Gradle plugin integration tests

A lot have this:java { sourceCompatibility = '1.8' targetCompatibility = '1.8'}Comment From: wilkinsonaI'm not sur...

SpringBoot Test in ExtractCommandTests does not write files to the project directory

This change fixes the ExtractCommandTests#runWithJarFileThatWouldWriteEntriesOutsideDestinationFails test to not write f...

SpringBoot Dependency management for kafka-server-common with a test classifier is missing

The upcoming 3.6.0 kafka release requires spring-kafka-test to depend on server-common-3.6.0-test.jar (this jar has exis...

SpringBoot BindableRuntimeHintsRegistrar does not generate hints for all nested types of a ConfigurationProperties type

We still need to figure it out but it looks like the nested class detection can be faulty. This can be reproduced by run...

SpringBoot Gradle plugin's build info support produces a deprecation warning when using Gradle 8.4-rc-1

The Provider.forUseAtConfigurationTime method has been deprecated. This is scheduled to be removed in Gradle 9.0. Simply...

SpringBoot Switch Java 21 CI to Bellsoft Liberica and enable automatic update detection

When Java 21 is GA and Bellsoft have started publishing binaries, update CI to use them.Comment From: mhalbritterIt's he...

SpringBoot NativeRun error with spring-boot-starter-data-redis-reactive and cloud

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'runner': Unsatisfied de...

SpringBoot Use Bellsoft JDK 21 image when Java 21 is out of early access

LoaderIntegrationTests uses openjdk:21-ea-jdk. We should change that to use the bellsoft/liberica-openjdk-debian:21 when...

SpringBoot application.properties loaded twice when using spring cloud config server

I am trying to upgrade my project from spring boot 2.7.x to 3.1.x and noticed an issue with the a config file being load...

SpringBoot No auto configuration option for sessionTransacted property of JmsTemplate

I have an application that defines a JmsTemplate bean in the following way:@BeanJmsTemplate jmsTemplate(ConnectionFactor...

SpringBoot PaketoBuilderTests#nativeApp() is failing due to a deprecation warning being logged

Warning: The USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM environment variable is deprecated and might be removed in a f...

SpringBoot Fix resolveAllWithDataSourceWhenValueDoesNotContainPlaceholderShouldNotInteractWithDataSource()

This PR fixes resolveAllWithDataSourceWhenValueDoesNotContainPlaceholderShouldNotInteractWithDataSource().Comment From: ...

SpringBoot Rename spring.jms.listener.concurrency property to spring.jms.listener.min-concurrency

This commit renames spring.jms.listener.concurrency property to spring.jms.listener.min-concurrency in order to better a...

SpringBoot Use more idiomatic Kotlin in example for "Map Health Indicators to Micrometer Metrics"

Please understand that I am not good at grammar because I am not an English speaker..Hello, I am a 16-year-old developer...

SpringBoot Mocking an @Async method using @SpyBean fails

In this demo, there is DemoService injected in a test class using @SpyBean.DemoService has a single @Async method someAs...

SpringBoot org.springframework.web.reactive.function.client.WebClientRequestException: Unexpected handshake message: certificate

Hello, when trying out the webclient of webflux calling a third-party service, there was an exception with the handshake...
上一页 下一页
.