SpringBoot Change server log message to have "port" or "ports" rather than "ports(s)"

There are some places in the logs, which says ports(s).I believe it would be better to say only port or ports according ...

SpringBoot Springboot 3.0.7 - Spring security httpSecurity bean missing error

Upgraded REST based Springboot application from 2.7.2 to 3.0.7. Application was using spring security for adding the XS...

SpringBoot Make it easier to add validators to the auto-configured DelegatingOAuth2TokenValidator

Please see https://github.com/spring-projects/spring-security/issues/13249 for background information.It would be nice f...

SpringBoot Polish Kafka Properties Docs

There are 4 client types; there were a couple of places where not all client types were mentioned (such as 'applies to p...

SpringBoot Connection Details (Testcontainers tests) Fail on processTestAot

I try to build a native image when having the following test:@Testcontainers@SpringBootTestclass RedisMyRepositoryTest(@...

SpringBoot Spring native: Built image fails to run straight out of the box

Hi,I haven't touched spring-native for a few years, and it seems to be broken even more than it used to be.While trying ...

SpringBoot Methods in KafkaConnectionDetails are named inconsistently

This PR polishes the changes made in gh-34770 a bit by completing renaming nodes to servers.It contains a breaking chang...

SpringBoot Allow anyone on the team to generate the configuration changelog

Stéphane has some code for generating the configuration properties changelog. It'd be nice if we all knew how to use it,...

SpringBoot Document observability auto-configuration for HTTP clients

See spring-projects/spring-framework#29904We should document that, just like codecs preferences, the auto-configuration ...

SpringBoot ScheduledTasksEndpoint throws NPE if PeriodicTrigger is used with custom SchedulingConfigurer

When using org.springframework.scheduling.support.PeriodicTrigger trigger with custom SchedulingConfigurer NPE is thrown...

SpringBoot Java system properties can not be applied to RestTemplate HttpClient connection in some cases

Spring boot 3.1.0 RestTemplateBuilder with apache HTTP client in classpath (org.apache.httpcomponents.client5:httpclient...

SpringBoot Reloading Saml2RelyingPartyRegistrations with help of Saml2RelyingPartyRegistrationConfiguration

The spring-security-saml extension provides a HTTPMetadataProvider which is able to automatically refresh SAML metadata ...

SpringBoot Excluding auto-configuration class that relates to a TemplateAvailabilityProvider causes property binding to fail for native images

EnvironmentSpring Boot 3.1.0JDK 17GraalVM 22.3.1Gradle 8.1.1Gradle GraalVM native image plugin 0.9.22Groovy 4.0.12Proble...

SpringBoot Add support for excluding packages to @ClassPathExclusions

To test https://github.com/spring-projects/spring-boot/pull/36118 we need to be able to exclude the JDK's java.net.http....

SpringBoot java -jar cannot specify PropertiesLauncher

I want to specify PropertiesLauncher when starting the jar package, but it doesn't work,java -jar agent-demo-0.0.1-SNAPS...

SpringBoot Can not get property default value when the name of property same with placeholder.

When the property exists in env everything works fine. Once there is no property exist, it can not get the default valu...

SpringBoot Improve documentation for baggage propagation into MDC

Thanks to @marcingrzejszczak and https://github.com/spring-projects/spring-boot/pull/32480, a standard OpenTelemetry "b...

SpringBoot JacksonJsonpMapper bean autoconfigure condition bug

Spring Boot version3.1.1Bug descriptionThe autoconfigured JacksonJsonpMapper bean used to depend on a global ObjectMappe...

SpringBoot Add Spring Authorization Server support

This PR introduces support for Spring Authorization Server. It includes:New module spring-boot-starter-oauth2-authorizat...

SpringBoot Autoconfigure/ConditionalOnMissingBean getting wired up even when another bean of that type is present

I have an @AutoConfiguration class in a library that contains a @ConditionalOnMissingBean method to provide a default im...
上一页 下一页
.