SpringBoot Make it possible to disable Scheduling Tasks by application property

https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html@SpringBootApplication-...

SpringBoot When there is a bootstrap context, log related configuration needs to be moved to the bootstrap configuration

Version: 2.7.0I can set logging.charset.console=utf-8 in application.properties when there is no bootstrap context in my...

SpringBoot @Qualifier DI Error

I defined it via bean name and used @Qulifier annotation. But it sends the following message@Configurationpublic class R...

SpringBoot CVE-2022-22980 Update Spring Data Stack due to CVE in MongoDB integration

Hello, we use currently Spring Boot Stack 2.6.8 with MongoDB integration. Please update the Spring Data Stack to 3.3.5+...

SpringBoot Maven shade plugin configuration in spring-boot-starter-parent does not append META-INF/spring/*.imports files

Hello everyoneWe are using maven shade in latest version 3.3.0 to build our jar. When upgrading from Spring Boot 2.6.8 t...

SpringBoot Property value placeholders and @Value don't see @ConfigurationProperties coded defaults

When using a property with a placeholder like domain: test: second: "${domain.test.first}"and the referre...

SpringBoot Web MVC metrics don't work if another FilterRegistrationBean is present in context

In WebMvcMetricsAutoConfiguration bean webMvcMetricsFilter has condition @ConditionalOnMissingBean. The signature of the...

SpringBoot metric endpoints lost after upgrade to 2.7.0

After upgrading from spring boot version 2.6.7 to version 2.7.0 we lost some of our metrics. Specifically we are missing...

SpringBoot WebMvcMetricsFilter not created after upgrading to Spring Boot 2.7.0 when another user created bean of type FilterRegistrationBean is available

After upgrading from Spring Boot 2.6.8 to 2.7.0 WebMvcMetricsAutoConfiguration does not create a WebMvcMetricsFilter bea...

SpringBoot MVC metrics not working if forward-headers-strategy=framework property is used

After upgrade to Spring Boot 2.7.0 MVC metrics stop working.What I've found is that webMvcMetricsFilter is not created.T...

SpringBoot Use .of() methods instead of Collections.singleton... or Arrays.asList

We can replace Collections.singletonList with List.of etcComment From: dreis2211Isn't that the same as #28174 & #281...

SpringBoot SpringBoot3.0 or later, will provide the support of the external Tomcat

Because we will be using external Tomcat configuration probes for system monitoringComment From: snicoll@caijianying tha...

SpringBoot Malformed json causes BasicJsonParser to throw a NullPointerException

Adding the following to AbstractJsonParserTests will cause all our parser implementations to fail, however, BasicJsonPar...

SpringBoot Use InputStream.transferTo() when possible

Hi,this PR closes #28221 by using InputStream.transferTo where possible.I'm not super convinced of that PR to be honest ...

SpringBoot Values in a spring.data.cassandra.config file can't override some defaults defined in CassandraProperties

This commit changes two things:Most primitives on CassandraProperties are replaced with object values.    This allows di...

SpringBoot @RestControllerAdvice @ExceptionHandler Inconsistent behavior with @RestControllerEndpoint

Hi, I submitted this PR to solve #30899 based on @wilkinsona ’s comment. When I switched to BeanFactoryUtils.beansOfType...

SpringBoot Use InputStream.transferTo when possible

Added in JDK 9, might be a nice alternative to StreamUtils. Possibly also worth raising with Framework.Comment From: phi...

SpringBoot @RestControllerAdvice @ExceptionHandler Inconsistent behavior with @RestControllerEndpoint

Currently, using RestControllerAdvice ExceptionHandler with RestControllerEndpoint give the following result :1. Webflux...

SpringBoot Impossible to set spring.main.allow-bean-definition-overriding=true in v2.1.0.M4

In order to customise Spring Boot for Grails users, Grails overrides a few Spring Boot beans. This is seemingly disallow...

SpringBoot Remove YamlJsonParser

See https://github.com/spring-projects/spring-boot/issues/31301#issuecomment-1150721952.The YamlJsonParser doesn't actua...
上一页 下一页
.