SpringBoot Don't move META-INF/services/* to BOOT-INF/classes when using layered mode

I have a META-INF/services/ file in my project, in order to load a custom Liquibase extension from my project. This live...

SpringBoot Add a property to support Brave's joint spans

Brave has a feature of joint spans that (supportsJoin(true)) was the default behavior with Spring Cloud Sleuth (and Boot...

SpringBoot Upgrade to Kotlin 1.8.20 has broken Eclipse classpath

Commit 5c1c0a2b2e40fd78eb218a4180e8add1a4871729 is a relatively simple Kotlin upgrade but it appears to break Eclipse.Th...

SpringBoot Startup failure with Spring Security and aspect before method

This issue feels related to https://github.com/spring-projects/spring-boot/issues/19010 but it's possible that it just h...

SpringBoot Add properties to support device grant with Spring Authorization Server

Adds the following properties under spring.security.oauth2.authorizationserver.client.[registration-id]:endpoint.device-...

SpringBoot @ServletComponentScan causes AOT processing to fail with "Code generation is not supported for bean definitions declaring an instance supplier callback"

Exception in thread "main" java.lang.IllegalArgumentException: Code generation is not supported for bean defin...

SpringBoot Provide an easy way to duplicate service AutoConfiguration

It is higher level abstraction of https://github.com/spring-projects/spring-boot/issues/27834Currently It's a bit hard t...

SpringBoot GraalVM Native Image: build time and run time both create a bean(forceAutoProxyCreatorToUseClassProxying)

In the SpringBoot3 application built by Graalvm Native Image, build time and run time both create a bean(forceAutoProxyC...

SpringBoot spring-boot-testcontainers does not add org.testcontainers:testcontainers to the compile classpath of consumers

It's quite reasonable IMO.Comment From: snicollIt's not unreasonable indeed but what do you expect to be able to do with...

SpringBoot Support IPv4/IPv6 Dual Stack

I would like to request support for IPv4/IPv6 dual stack in Spring Boot. Specifically, I need the ability to configure t...

SpringBoot Containers managed by TestcontainersLifecycleBeanPostProcessor are closed twice

Startable extends AutoCloseable will always be closed by contextComment From: snicollThanks again @quaff. Sorry, I misse...

SpringBoot Banner placeholders use default values too soon

For #34713.Fixed support for default value placeholders in banner.I had to change the way they are handled - replace Pro...

SpringBoot Enhancement: Concurrentreferencehashmap implementation, using segment lock instead of CAS

The spring version is 2.3.7I use this class, as the cache layer, we have very little data, but read and write frequently...

SpringBoot Some metrics are lost when Spring Data is on the classpath

DescriptionIncluding spring-boot-starter-data-jpa to the classpath results in a lot of missing metrics for the applicati...

SpringBoot Start up failure when creating an Aspect targeted at ServerHttpSecurity with devtools on the classpath.

I am creating an aspect that adds additional behavior to SecurityHttpSecurity beans before the execution of the authoriz...

SpringBoot Allow for predicate based checking of DockerComposeConnectionSource image names

Whilst looking at #35144 we discovered that our existing docker image name checking isn't good enough. Specifically the ...

SpringBoot Adapt Paketo system tests to changes in the Tomcat buildpack

The command created by the buildpack to launch the Tomcat process changed from bash to sh, and the path to the catalina....

SpringBoot Allow Couchbase SSL to be enabled without custom trust material

When setting spring.couchbase.env.ssl.enabled=true, it is also necessary to provide either a keystore with spring.couchb...

SpringBoot Deprecate Couchbase SSL keystore properties

The properties spring.couchbase.env.ssl.key-store and spring.couchbase.env.ssl.key-store-password should be deprecated i...

SpringBoot Fix typo in testing docs

Fixes a typo in the new Testcontainers section.Comment From: snicoll@deejay1 thank you for making your first contributio...
上一页 下一页
.