Nineya
Home
Blog
SpringBoot Use resource loader's class loader in config loading
2025-01-07 00:34:49
330
If possible back patch the changes for https://github.com/spring-projects/spring-boot/issues/26126 to older versions of ...
SpringBoot Use resource loader's class loader in config loading
2025-01-07 00:34:45
554
Previously, classes involved in config loading used a variety ofpotentially different class loaders when calling SpringF...
SpringBoot Lettuce bug(RedisCommandTimeoutException) in spring-boot-autoconfigure 2.3.10
2025-01-07 00:34:41
7073
Redis version:4.0springboot-data-redis:2.3.9.REALESElettuce version:5.3.7.REALESEThe lettuce is default redis client. Au...
SpringBoot Fix StandardConfigDataLocationResolver.resolvePatternEmptyDirectories()
2025-01-07 00:34:37
581
This PR fixes StandardConfigDataLocationResolver.resolvePatternEmptyDirectories() by adding a missing negation as it see...
SpringBoot Springboot 2.5.0 - Regression - Swagger3 RuntimeException
2025-01-07 00:34:33
19667
Hi,After upgrade from 2.4.6 to 2.5.0, I get an InvalidDefinitionException error when calling the endpoint:http://localho...
SpringBoot ApplicationAvailabilityBean should log at debug level
2025-01-07 00:34:29
1707
We added more logging in #23098 at INFO but I wonder if DEBUG might be better.Comment From: snicollOn a command-line app...
SpringBoot Flyway and Liquibase custom datasource without an url leads to java.lang.ClassCastException
2025-01-07 00:34:25
2835
After upgrade to Spring Boot 2.5 a java.lang.ClassCastException is raised during application initialization:Caused by: o...
SpringBoot UnsupportedDataSourcePropertyException is thrown when attempting to set driverClassName for H2
2025-01-07 00:34:22
2683
After upgrading to 2.5.0, this data source configuration:spring: datasource: type: org.h2.jdbcx.JdbcDataSource ur...
SpringBoot UnsupportedDataSourcePropertyException is thrown when attempting to set URL for SQL Server
2025-01-07 00:34:18
431
Spring Boot: 2.5.0Datasource type: com.microsoft.sqlserver.jdbc.SQLServerDataSourceSpring boot fails to determine setter...
SpringBoot MeterRegistryCustomizer not called if Spring Data is in the classpath
2025-01-07 00:34:14
1363
Hello!It seems that the newly introduced RepositoryMetricsAutoConfiguration (Spring Boot 2.5.0) triggers the creation of...
SpringBoot Update Jersey to 2.34
2025-01-07 00:34:10
1086
Address CVE-2021-28168Comment From: snicollThanks for the PR but the template states the following for dependency upgrad...
SpringBoot Returning a Page<MyClass> does not work with pageable queries using $nearSphere or $Where
2025-01-07 00:34:06
1502
Here is my query@Query(value = "{ 'status' : 'A', 'locPt' : { $nearSphere : { $geometry: {type : 'P...
SpringBoot Custom global ObjectMapper does not deserialize into Kotlin object-s properly when used with RestTemplate
2025-01-07 00:34:02
3042
Spring Boot version: 2.5.0DetailsI have custom ObjectMapper defined as:@Bean@Primarypublic ObjectMapper jacksonMapper() ...
SpringBoot Leave jar and war tasks enabled by default and differentiate their output locations from those of bootJar and bootWar by configuring them with a classifier
2025-01-07 00:33:59
15601
I cannot publish my spring boot jar to our maven repository (which is helpful when creating a package to go on our custo...
SpringBoot Document spring.profiles.default property
2025-01-07 00:33:55
912
Hello spring boot team,I wanted to have default fallback profile when no profile is specified. I found out (from a Baeld...
SpringBoot Problem with prometheus metrics on 2.5.0 and mongodb autostarter include
2025-01-07 00:33:50
6284
Dear Spring Boot team,I wanted to test the new feature from Spring Boot 2.5.0 MongdDB metrics.Unfortunately after upgrad...
SpringBoot No subdirectories found for mandatory directory location 'file:./config/*/' is thrown when config dir exists
2025-01-07 00:33:33
12092
Create a new project from start.spring.io then add a config dir next to the POM.java.lang.IllegalStateException: Failed ...
SpringBoot OSIV connection pool starvation warning
2025-01-07 00:33:30
401
Issue https://github.com/spring-projects/spring-boot/issues/26638Comment From: philwebbThanks for the pull-request but t...
SpringBoot Stored procedure call with schema name "{call {h-schema}INSERT_BAGIDPROCESS(:sUserId,:iClientno,:iSiteno,:sStartdate,:sEnddate)}"
2025-01-07 00:33:26
1033
Hi,@Modifying @Query(value = "{call **{h-schema}**INSERT_BAGIDPROCESS(:sUserId,:iClientno,:iSiteno,:sStartdate,:...
SpringBoot Fat jars cause classloading problems with JDK11 and Security Manager
2025-01-07 00:33:23
3642
Forward port of issue #17796 to 2.2.7.Comment From: davidHaunschmiedHello!With 2.2.7 we now face a problem with the secu...
上一页
下一页
1
…
2035
2036
2037
2038
2039
…
2246
.