SpringBoot spring.config.activate.on-profile makes empty inject bean

springboot: 2.5.14when I set "spring.config.activate.on-profile", all field of StaticConfig are null. But it works well...

SpringBoot OAuth2 Resource Server Auto-Configuration can only configure a single JWS algorithm

See PR #31230 for background.Comment From: wilkinsonaThe differences between using a JWK Set URI and a public key locati...

SpringBoot Upgrade to Bouncycastle 1.71

BouncyCastle changed its artifact name suffix from jdk15on to jdk18on in the latest releases, as it now requires at leas...

SpringBoot Remove support for running multiple Spring Batch jobs

As discussed as part of #23411, running multiple Batch jobs does more harm than good, as @benas summarised nicely:I woul...

SpringBoot The project cannot be started once the key in the yaml configuration file contains the word "no"

spring-boot Version: spring-boot-starter-parent 2.1.8.RELEASE & spring-boot-starter-parent 2.6.6Java Version: 1.8.0_...

SpringBoot Health indicators that take a long time to respond are difficult to diagnose

See https://github.com/spring-projects/spring-boot/issues/4391#issuecomment-1137476248 for background.It's currently ver...

SpringBoot GitInfoContributor should consume only application git.properties - not from libraries

Spring Boot Actuator's GitInfoContributor is consuming git.properties file from libraries.Comment From: wilkinsonaThanks...

SpringBoot Remove duplicate content from "The Spring WebFlux Framework" section

There are some repeat paragraphs exist in the following doc:https://github.com/spring-projects/spring-boot/blob/main/spr...

SpringBoot Remove BindConverter ConversionService workaround

When https://github.com/spring-projects/spring-framework/issues/28609 is fixed we can revert the main code from commit h...

SpringBoot ZipkinConfigurations.SenderConfiguration uses @ConditionalOnClass on a @Bean method

org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinConfigurations.SenderConfiguration#urlConnectionSend...

SpringBoot Disable H2 Optimize Reuse Results

We recently updated to Spring Boot 2.7 and were hit by some strange issues with the new H2 2.x. After some analysis it t...

SpringBoot Spring Boot minor upgrade brings major breaking changes to Metrics

While updating our components to the recent 2.5.12 Spring boot version we came across an issue.A "simple" minor update f...

SpringBoot Document that property placeholders should use the canonical property name form

This is a request to improve the documentation by mentioning that "placeholders" (the property names) must always be spe...

SpringBoot GraphQL RouterFunctions are unordered which prevents other functions from being ordered after them

As seen in spring-projects/spring-graphql#404, the Spring GraphQL RouterFunction for the GraphQL and GraphiQL endpoints ...

SpringBoot Register LoggingCacheErrorHandler Bean by default

Whenever I build up a spring boot application, I should register a custom CacheErrorHandler to prevent failing a request...

SpringBoot Consider updating buildInfo defaults to support build reproducibility

Since #27413 was declined, could you at least consider changing the default for build.time property in 3.0 so that it do...

SpringBoot Declaring a user-defined WebServerFactory should make sure the auto-configuration backs off

See #24705We initially designed things this way because we wanted an easy way for users to opt-in for the embedded serve...

SpringBoot Document that when using Lombok it must be configured to run before spring-boot-configuration-processor

Added note to use lombok dependency before spring-boot-configuration-processor dependency.Closes #30986Comment From: sni...

SpringBoot Enable Links for the Javadoc of the Gradle Plugin

The main "api" Javadoc has its links configured here: https://github.com/spring-projects/spring-boot/blob/4c23d2c45b429f...

SpringBoot Use Lambda-based API in Spring Security examples

This PR is intended to resolve #30432.I've formatted the Spring Security examples consistently such that- the last word ...
上一页 下一页
.