SpringBoot R2DBC ConnectionFactory bean silently not created when enabling pooling through R2DBC URL and properties

When enabling connection pooling for R2DBC through both, the URL (spring.r2dbc.url=r2dbc:pool:mysql:…) and by setting t...

SpringBoot Spring Retry causes RetryListener beans to be initialised early, making them and their dependencies ineligible for post-processing

Hello,I have encountered a case where I would like to send retry metrics to MeterRegistry with the help of StatisticsLis...

SpringBoot Health endpoint fails with Spring Session when redis is down

Health endpoint (in my case /manage/health) fails when I shut down the redis instance with Whitelabel Error Page and exc...

SpringBoot Application fails to start with excluded health endpoint when JMX is enabled

Starting from Spring Boot 2.6.0-M2, the Spring Boot Actuator fails during the application startup when the health endpoi...

SpringBoot Add smoke tests for Spring Session Redis/Mongo

Add smoke tests that verify the correct behavior of the sessionsendpoint when using Spring Session with MongoDB and Redi...

SpringBoot Allow individual build info properties to be excluded

At present, BuildPropertiesWriter can fail with a NPE if build properties (group, artifact, name, version) are set to nu...

SpringBoot Devtools restart fails with in-memory R2DBC database and SQL initialization scripts

I have reached out to the r2dbc team and they redirected me here, this is the original issue: https://github.com/spring-...

SpringBoot Fix typo in EnvironmentPostProcessor's class-level javadoc

Comment From: wilkinsona@fml2 Thanks very much for making your first contribution to Spring Boot.

SpringBoot Revert resource logging workaround once we're building against Framework 5.3.12

We should be able to revert the following three commits once we're building against Framework 5.3.12:b32a38a8147ccc84cfd...

SpringBoot Remove obsolete info about Spring Integration's metrics support

The DefaultMetricsFactory was removed from Spring Integration starting with version 5.4The Micrometer is only an engine ...

SpringBoot Do not auto-configure a UserDetailsService when an AuthenticationManagerResolver bean is present

Resolves #26766. As mentioned in the issue, AuthenticationManagerResolver was added to the ConditionalOnMissingBean in t...

SpringBoot Upgrade to Flyway 7.15.0

Comment From: hisener@snicoll, I saw you created a bunch of upgrade PRs today. Is Flyway 8.0.0 on your radar? :)For othe...

SpringBoot Misleading failure analysis when jOOQ's DSLContext is unavailable due to R2DBC taking precedence over JDBC

We'll improve this in 2.6 by requiring both the R2DBC SPI and a ConnectionProvider on the classpath before R2DBC is auto...

SpringBoot Provide a configuration property for enabling/disabling Spring Integration's default logging

To let end-user to avoid unconventional way tomanage configuration via extra @Enable... annotationdeclaration expose res...

SpringBoot Getting a bootstrap error on adoptopenjdk/openjdk8:alpine after migrating to 2.5.5

After migrating from Spring Boot 2.3 to 2.5, I am getting an error when running the fatjar of the app as packaged by JKu...

SpringBoot @WebMvcTest fails with @EnableFeignClients

HiProblemIn my app I've got a service which makes a rest call to an external API using Feign. I want to mock this extern...

SpringBoot Add smoke tests for Spring Session with MongoDB and Redis

Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...

SpringBoot Upgrade to Spring Data 2021.1.0-RC1

Comment From: mp911deProject Dependencies Spring Data 2021.1.0-RC1Cassandra Driver (com.datastax.oss:java-driver-bom): 4...

SpringBoot @WebFilter support @Order

Hi, I do something in order to @WebFilter support @Order hereBut, due toprivate void org.springframework.boot.web.servle...

SpringBoot Improve action in failure analysis of BeanCurrentlyInCreationException when user has already allowed circular references

https://github.com/spring-projects/spring-framework/issues/27289 in Framework 5.3.10 will allow us to check if the user'...
上一页 下一页
.