Nineya
Home
Blog
SpringBoot Deprecate HSQL in EmbeddedDatabaseConnection and add HSQLDB as its preferred replacement
2025-01-06 19:13:11
916
ProblemWe have to enums related to databases and their JDBC drivers, EmbeddedDatabaseConnection and DatabaseDriver. Both...
SpringBoot Provide a way to add details in pre-existing HealthIndicators
2025-01-06 19:13:04
649
To help my company monitoring team, I would like to add some details on the datasourceHealthIndicator (eg jdbc connectio...
SpringBoot Provide an image layout for Sidecar-based deployments
2025-01-06 19:12:57
8260
Our applications follow a sidecar-based deployment, which looks more or less like:jar -xf $APP.jarjava -cp '.:BOOT-INF/l...
SpringBoot Add configuration properties for Flyway 7.0's new configuration options
2025-01-06 19:12:51
151
cherryPick (Teams only)jdbcProperties (Teams only)oracleKerberosCacheFile and oracleKerberosConfigFile (Teams only)skipE...
SpringBoot Avoid unnecessary reflection in builders
2025-01-06 19:12:45
151
There is a similar pattern to #23107 in WebServiceTemplateBuilder and RestTemplateBuilder (the default could be an imper...
SpringBoot Document that spring-boot-devtools.properties is no longer considered in integration tests
2025-01-06 19:12:39
844
Spring-boot version: 2.3.4It seems this happened since 2.2, there is a stackoverflow post regarding this as well:https:/...
SpringBoot Add configuration option to customize RSocketServer's fragment size
2025-01-06 19:12:32
2869
The documentation is not clear how to set the max frame payload size, all questions are pointing to cloud gateway. Curre...
SpringBoot Fix Undertow do not preserve path of forward request by default
2025-01-06 19:12:25
1142
Access requests forwarded to async results will cause thread race. By default, after the Undertow task thread preserve t...
SpringBoot Fix Undertow do not preserve path of forward request by default
2025-01-06 19:12:18
265
Access requests forwarded to async results will cause thread race. By default, after the Undertow task thread preserve t...
SpringBoot Cross-Origin Request Blocked even if I have set CorsConfigurationSource for CORS
2025-01-06 19:12:12
4413
@Configuration@EnableWebSecuritypublic class SecurityConfiguration extends WebSecurityConfigurerAdapter { @Override ...
SpringBoot spring boot + jpa +Scheduled transaction error
2025-01-06 19:12:06
1261
I have a project that uses spring boot1.5+spring data jpa. If the method is called in @Scheduled, javax.persistence.Tran...
SpringBoot ApplicationReadyEvent not listened to when declaring @ComponentScan for library package.
2025-01-06 19:11:27
975
@ComponentScan({"com.test.cloud"})@SpringBootApplicationpublic class TestClass { public static void main(S...
SpringBoot @ResponseStatus no effect????
2025-01-06 19:11:20
1113
@RequestMapping(value = "test4") public String test4() throws LoginException { System.out.printl...
SpringBoot Polish empty string checks
2025-01-06 19:11:13
958
isEmpty() gives 20-40% more performance than "".equals().String equals source code, public boolean equals(Object anObjec...
SpringBoot Reflection in HttpMessageConverters might be avoidable
2025-01-06 19:11:07
1948
I probably wrote this code expecting one day to be able to remove it. Maybe it's time now? All it would need would be a ...
SpringBoot MongoClientFactorySupport .validateConfiguration throws IllegalStateException
2025-01-06 19:11:00
529
Unable to create a MongoClient because of the following line in MongoClientFactorySupport#77private void validateConfigu...
SpringBoot Fix invalid assert on MongoClientFactorySupport.validateConfiguration
2025-01-06 19:10:54
433
Fix an issue where if this.properties.getUri() returns a non null value it will throw IllegalStateException complaining ...
SpringBoot Module names Conflicts come with few maven dependencies of Spring boot release 2.3.1
2025-01-06 19:10:47
3501
I use Spring Boot release 2.3.1 and openJDK11 for my project wich is modular application.My pom declares spring-boot-sta...
SpringBoot Support incremental annotation processing with Gradle
2025-01-06 19:10:41
922
See #16603 for background. The actual fix will be slightly more complex as we'll need to unwrap some Gradle types.Commen...
SpringBoot Breaking dependency change in spring-boot-starter-parent-v2.3.4 (nimbus-jose-jwt)
2025-01-06 19:10:34
1453
I encountered the following runtime error after bumping spring-boot-starter-parent from 2.3.3.RELEASE to 2.3.4.RELEASE, ...
上一页
下一页
1
…
2111
2112
2113
2114
2115
…
2246
.