Nineya
Home
Blog
软著申请
SpringBoot Add a customizer for ProxyConnectionFactory.Builder from r2dbc-proxy
2025-01-07 22:49:57
500
With upgrading to r2dbc-proxy 1.1.5.RELEASE(should be addressed by the dependency upgrade commits), this could be a chan...
SpringBoot PaketoBuilderTests fail due to deprecation warning from the ca-certificates buildpack
2025-01-07 22:49:53
590
The ca-certificates buildpack logs a new deprecation warning: [creator] Paketo Buildpack for CA Certificates 3.8...
SpringBoot Spring Boot 3.X Upgrade: Custom Health Indicator Not Recognized in Actuator Liveness Group
2025-01-07 22:49:51
6869
As part of our effort to clean up vulnerabilities, we upgraded our Spring Boot application from the latest 2.X to 3.X ve...
SpringBoot Make @ConfigurationProperties available in conditions
2025-01-07 22:49:48
7689
Hi,There is a general issue with @ConfigurationProperties and beans/classes conditions not working well together. Basica...
SpringBoot Use Paketo tiny builder by default for JVM and native apps
2025-01-07 22:49:46
565
The Spring Boot build plugins currently use the Paketo builder-jammy-base builder for JVM apps and builder-jammy-tiny fo...
SpringBoot Make buildSrc's custom tasks consistently abstract
2025-01-07 22:49:42
250
The custom tasks in buildSrc are a mixture of concrete and abstract classes. For consistency and to ease future Gradle v...
SpringBoot Update Kotlin DSL examples that configure the environment of bootBuildImage to be additive
2025-01-07 22:49:40
189
Reading Gradle documentation and seeing other similar code samples, I don't think the environment.get() part is needed, ...
SpringBoot Tracing propagation does not work in ControllerAdvice with async controllers since 3.2.7
2025-01-07 22:49:36
4907
In my application I have async controllers and ControllerAdvice with exceptions handling.Tracing propagation was working...
SpringBoot Rework fix for #21992 to avoid polluting Gradle Module Metadata with mavenOptional… variants
2025-01-07 22:49:32
301
We have a number of mavenOptional… variants in our published Gradle Module Metadata .module files. They're benign but it...
SpringBoot Polish gh-40023
2025-01-07 22:49:30
154
This PR polishes the changes made in gh-40023 a bit.Comment From: mhalbritterHey, thanks for the PR, i've added a commen...
SpringBoot Configuration property parsing list has unexpected behavior
2025-01-07 22:49:27
1628
Hi, so I think there is an unexpected behavior around the configuration parsingSee the following application.ymlsome: v...
SpringBoot SpringBoot Liquibase Support of rollback automatically
2025-01-07 22:49:25
1986
We have a Spring boot application with liquibase configuration to apply database change sets. When we deploy the applica...
SpringBoot Add a customizer for Lettuce's ClientOptions
2025-01-07 22:49:22
1898
The current LettuceConnectionConfiguration requires too much code to be written when additional settings such as Cluster...
SpringBoot Make it easier to provide a custom RequestToViewNameTranslator
2025-01-07 22:49:19
291
Comment From: wilkinsonaThanks very much for making your first contribution to Spring Boot, @rohitp-a. If you're interes...
SpringBoot Add support for org.testcontainers.kafka.KafkaContainer
2025-01-07 22:49:17
1685
Testcontainers 1.19.8 provides org.testcontainers.kafka.KafkaContainer, which relies on apache/kafka image.Comment From:...
SpringBoot Run Docker-based tests serially
2025-01-07 22:49:12
317
The build currently runs everything in parallel. This seems to cause some problems with Docker where both local develope...
SpringBoot @RedisHash timeToLive is a long, which is not compatible with the use of SPeL
2025-01-07 22:49:10
1268
org.springframework.data.redis.core.RedisHash has a field timeToLive typed as long therefor you cannot use SPeL/Spring-s...
SpringBoot Auto configuration for Kafka Cluster ID via application.properties
2025-01-07 22:49:04
1734
Starting with version 3.1, the KafkaAdmin has this new API setClusterId which should be used to prevent attempting to fe...
SpringBoot Replace custom domain socket implementation with JDK domain socket support
2025-01-07 22:49:00
173
JDK 16 added support for Unix domain sockets. We can replace our DomainSocket implementation and its subclasses with an ...
SpringBoot RuntimeHintsRegistrar types should be created dynamically
2025-01-07 22:48:58
3174
Hi, just a concern that brings me to this matter.Spring Boot has several internal processes that helps and speed up deve...
上一页
下一页
1
…
1673
1674
1675
1676
1677
…
2246
.