Nineya
Home
Blog
SpringBoot Script-based database initialization should not check the database's type unless it has scripts to apply
2025-01-07 00:45:28
300
When using embedded initialization mode, we currently check that the database is an embedded database and then see if th...
SpringBoot SQL initialization in 2.5 does not handle connection errors gracefully anymore
2025-01-07 00:45:25
16967
Dear Spring Boot team,after the upgrade to Spring Boot 2.5.1, the application startup fails if a database connection to ...
SpringBoot Misleading type information reported by BeanNotOfRequiredTypeFailureAnalyzer
2025-01-07 00:45:20
1307
Related to https://github.com/spring-projects/spring-retry/issues/214When using spring-retry with JPA repositories, the ...
SpringBoot ConditionalOnBean does not search all other Configuration classes for the bean and hence ignores the Bean creation .
2025-01-07 00:45:17
1327
I have Three configuration @Configuration files , e.g. CrrConfig, (CrrWsConfig extends ParentCrrWsConfig) ParentCrrWsco...
SpringBoot Provide a How-To for customizing WebClient's TcpClient
2025-01-07 00:45:08
30295
Description:Spring webflux internals break during devtools restart when WebClient bean is customized with a custom clien...
SpringBoot Move away from Gradle's ConfigureUtil in buildSrc
2025-01-07 00:45:02
2891
Hi,Gradle 7.1 deprecated or moved some classes in org.gradle.util. One of those being ConfigureUtil that is used in both...
SpringBoot Stop using ConfigureUtil in our internal bom extension
2025-01-07 00:44:58
153
While we're building with Gradle 6.9 at the moment and ConfigureUtil has only been deprecated in Gradle 7.1, it doesn't ...
SpringBoot When there is one datasource bean (but is extend AbstractRoutingDataSource ), SqlInitializationAutoConfiguration(version: 2.5.1) ,throw exception
2025-01-07 00:44:55
4151
the springboot version is 2.5.1 When there is one datasource bean (but is extend AbstractRoutingDataSource ), meet th...
SpringBoot do not allow the user to call /error directly
2025-01-07 00:44:50
4544
Hi folks,maybe I've missed something, but the current implementation of BasicErrorController (method errorHtml) do not p...
SpringBoot DevTools' LiveReload support's HTTP header handling is case sensitive
2025-01-07 00:44:46
813
Attempted fix for https://github.com/spring-projects/spring-boot/issues/26811The livereload functionality should not be ...
SpringBoot App fails to start when using Flyway or Liquibase with a spring.flyway.url or spring.liquibase.url without spring-jdbc on the classpath
2025-01-07 00:44:40
11523
The most likely situation where this will occur is when using R2DBC but still using JDBC and Flyway or Liquibase for dat...
SpringBoot How to access oauth2 access token and user information
2025-01-07 00:44:37
29023
Hai,I am trying to consume fitbit data using oauth2 springboot,in this process I could able to get the authorization cod...
SpringBoot Add property for Mongo auto index creation
2025-01-07 00:44:33
3171
As of Spring Data MongoDB 2.2.x, using @Indexed on a @Document causes the following message to appear in the logs:WARN 1...
SpringBoot Update Spring Boot 2.5 release notes
2025-01-07 00:44:30
374
Hi!I just noticed the following detail on the Wiki page for the Spring Boot 2.5 release notes:This wiki page mentions Li...
SpringBoot Automatically exclude the annotation processors we know about
2025-01-07 00:44:26
3428
The Spring ecosystem has a number of annotation processors that are usually added as an optional dependency to the Maven...
SpringBoot Spring boot live reload not working in vs code
2025-01-07 00:44:22
892
I'm a newbie to spring boot. I have added spring boot dev-tools dependency for making server auto restart whenever I cha...
SpringBoot How to set actuator url case not sensitive?
2025-01-07 00:44:15
642
hi, I want to set the actuator url case not sensitive.but in AbstractWebMvcEnpointHandlerMapping, getBuilderConfig metho...
SpringBoot Smoke tests no longer create fat JARs
2025-01-07 00:44:12
2222
The smoke test jars created by Gradle are no longer fat. This makes it hard to use them for testing.Comment From: wilkin...
SpringBoot Unable to obtain the expected name of xxx.jar by calling the jar.archiveFileName method. Return xxx-plain.jar
2025-01-07 00:44:08
2819
Current version (with problems)springboot version 2.5.0gradle version 7.0.2In the custom gradle plugin, jar.archiveFileN...
SpringBoot Spring Boot and Kubernetes for (H/V) Pod Autoscaling
2025-01-07 00:44:04
1771
Hello Spring Boot Team,I would like to raise a small enhancement request please.As mentioned during Spring One, a lot of...
上一页
下一页
1
…
2028
2029
2030
2031
2032
…
2246
.