SpringBoot Use resource loader's class loader in config loading

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

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

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()

This PR fixes StandardConfigDataLocationResolver.resolvePatternEmptyDirectories() by adding a missing negation as it see...

SpringBoot Springboot 2.5.0 - Regression - Swagger3 RuntimeException

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

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

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

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

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

Hello!It seems that the newly introduced RepositoryMetricsAutoConfiguration (Spring Boot 2.5.0) triggers the creation of...

SpringBoot Update Jersey to 2.34

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

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

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

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

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

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

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

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)}"

Hi,@Modifying @Query(value = &quot;{call **{h-schema}**INSERT_BAGIDPROCESS(:sUserId,:iClientno,:iSiteno,:sStartdate,:...

SpringBoot Fat jars cause classloading problems with JDK11 and Security Manager

Forward port of issue #17796 to 2.2.7.Comment From: davidHaunschmiedHello!With 2.2.7 we now face a problem with the secu...
上一页 下一页
.