Nineya
Home
Blog
软著申请
SpringBoot Add Javadoc since for AbstractAotMojo.getSession()
2025-01-07 17:01:18
132
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
2025-01-07 17:01:14
114
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
2025-01-07 17:01:11
4512
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
2025-01-07 17:01:08
2440
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
2025-01-07 17:01:04
415
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
2025-01-07 17:00:59
483
This change fixes the ExtractCommandTests#runWithJarFileThatWouldWriteEntriesOutsideDestinationFails test to not write f...
SpringBoot Dependency management for kafka-server-common with a test classifier is missing
2025-01-07 17:00:50
357
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
2025-01-07 17:00:48
5446
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
2025-01-07 17:00:42
767
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
2025-01-07 17:00:31
160
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
2025-01-07 17:00:27
18819
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
2025-01-07 17:00:23
436
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
2025-01-07 17:00:20
1685
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
2025-01-07 17:00:17
4953
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
2025-01-07 17:00:14
1271
Warning: The USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM environment variable is deprecated and might be removed in a f...
SpringBoot Fix resolveAllWithDataSourceWhenValueDoesNotContainPlaceholderShouldNotInteractWithDataSource()
2025-01-07 17:00:09
298
This PR fixes resolveAllWithDataSourceWhenValueDoesNotContainPlaceholderShouldNotInteractWithDataSource().Comment From: ...
SpringBoot Rename spring.jms.listener.concurrency property to spring.jms.listener.min-concurrency
2025-01-07 17:00:04
226
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"
2025-01-07 17:00:02
1386
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
2025-01-07 16:59:57
5303
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
2025-01-07 16:59:55
3046
Hello, when trying out the webclient of webflux calling a third-party service, there was an exception with the handshake...
上一页
下一页
1
…
1774
1775
1776
1777
1778
…
2246
.