SpringBoot spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS does not work with web-reactive

Configuring spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false has no effect on jackson based json serializati...

SpringBoot Actuator's rest template metrics customization prevents RootUriRequestExpectationManager.forRestTemplate from identifying that the template has had a root URI configured

Basically what I described on Stack overflow.I created a minimal reproduction example on my githubComment From: wilkinso...

SpringBoot Use Servlet context path to set "spring.application.name"

Hi,We have multiple standalone Tomcat instances. On each Tomcat instance, we deploy more than one Spring Boot applicatio...

SpringBoot URI tag of http.client.requests metric ignores REST template's root URI

If RestTemplate is created with a RestTemplateBuilder with a root URI configured, the URI tag of the http.client.request...

SpringBoot Provide a constant for graceful shutdown's smart lifecycle phase

Upon graceful shutdown the application will wait for a configurable timeout before killing the webserver and continuing ...

SpringBoot Only allow io.micrometer.* classes to be used by code in org.springframework.boot.actuate

We have some dependencies in spring-boot-autoconfigure that have a transitive dependency on Micrometer. We should only d...

SpringBoot Autoconfiguring Mongo metrics listeners

Autoconfiguring Micrometer support for MongoDB, also autoconfiguring their tag provider support added in 1.7.0, see:- ht...

SpringBoot While running Spring batch from CommandLineJobRunner datasource Driver class not identifying

While running Spring batch from CommandLineJobRunner datasource Driver class not identifyingIam using the command java -...

SpringBoot spring.profiles.include is silently ignored when used in a profile-specific document

See https://github.com/spring-projects/spring-boot/issues/22693 for the introduction of failing hard and https://github....

SpringBoot Not able to set spring.profiles.active after spring boot upgrade to 2.4.3

I have three YAML files in my projectapplication-prod.yamlapplication-dev.yamlapplication.yamlspring.profiles.active not...

SpringBoot Easy opt-in AutoConfiguration

Hi,We have applications that have followed Spring Framework upgrades since version 3 up to version 5.There configuration...

SpringBoot Clarify the scope of DataSourceInitializer

Right now DataSourceInitializer runs regardless of the fact that we've auto-configured a DataSource or a custom one is a...

SpringBoot Support optional: prefix for DDL and DML script locations

At the moment classpath*:schema.sql and classpath*:data.sql are hardcoded fallback locations for DataSource initializati...

SpringBoot Move classes for DataSource initialization dependency detection into their own package

To make room for #25756, the DataSource dependency detection code that's in org.springframework.boot.jdbc.init should mo...

SpringBoot ActiveDirectoryPassword authentication does not work with mssql-jdbc 8.4.1

I am deploying an app in PCF and I'm using the 2.4.4 starter parent. I bound an instance the Spring Cloud Config Server ...

SpringBoot Deprecate environment fallback for Mustache variable resolution

MustacheEnvironmentCollector has some strange logic in it (which I probably wrote). It looks for the "native" collector ...

SpringBoot Schema and Data initialization for multiple databases is not working

In 2.4.3 if there are multiple databases in a spring boot app, and there are schema/data scripts specified for both of t...

SpringBoot Add support for auto-configuring a ReloadableResourceBundleMessageSource

See https://github.com/spring-projects/spring-boot/pull/13377 for the original proposal which was merged and then revert...

SpringBoot Spring boot 2.3.4 compression level for Tomcat can't be changed using configuration properties

Spring boot version is 2.3.4.RELEASEGood day , for some particular reasons I can't enable Gzip compression in reverse pr...

SpringBoot When deploying as a WAR, "Bad Credentials" error from Spring Security uses container error page instead of Spring error handler

Steps to reproduce:1. Get this sample application: https://github.com/spring-guides/gs-convert-jar-to-war-maven/tree/ma...
上一页 下一页
.