Nineya
Home
Blog
SpringBoot R2DBC ConnectionFactory bean silently not created when enabling pooling through R2DBC URL and properties
2025-01-07 01:35:25
9149
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
2025-01-07 01:35:22
14173
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
2025-01-07 01:35:18
9070
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
2025-01-07 01:35:08
8821
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
2025-01-07 01:35:04
3206
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
2025-01-07 01:35:00
6313
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
2025-01-07 01:34:56
38129
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
2025-01-07 01:34:53
97
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
2025-01-07 01:34:48
369
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
2025-01-07 01:34:43
185
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
2025-01-07 01:34:40
563
Resolves #26766. As mentioned in the issue, AuthenticationManagerResolver was added to the ConditionalOnMissingBean in t...
SpringBoot Upgrade to Flyway 7.15.0
2025-01-07 01:34:36
201
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
2025-01-07 01:34:30
1110
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
2025-01-07 01:34:26
477
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
2025-01-07 01:34:22
2232
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
2025-01-07 01:34:18
39790
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
2025-01-07 01:34:15
2285
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
2025-01-07 01:34:11
809
Comment From: mp911deProject Dependencies Spring Data 2021.1.0-RC1Cassandra Driver (com.datastax.oss:java-driver-bom): 4...
SpringBoot @WebFilter support @Order
2025-01-07 01:34:06
3081
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
2025-01-07 01:34:02
343
https://github.com/spring-projects/spring-framework/issues/27289 in Framework 5.3.10 will allow us to check if the user'...
上一页
下一页
1
…
1996
1997
1998
1999
2000
…
2246
.