SpringBoot Need compatibility chart for Spring Boot Gradle plugin with Gradle version

Gradle 4 introduces a completely new model of dependency management, as documented here. It appears that Spring Boot Gra...

SpringBoot Spring Boot 3.1.3 now analyses the Repository's method name for attributes although annotated with @Query

Hello,I'm trying to update from Spring Boot 3.1.2 to 3.1.3.While the following code works in 3.1.2 (Test&Prod), it n...

SpringBoot Spring Boot 3 CompletableFuture+ResourceLoader bug

https://github.com/khauser/spring-classpath-problemIn this project I get the following stacktrace:java.io.FileNotFoundEx...

SpringBoot Spring Boot Docker Compose support for Oracle looks for APP_PASSWORD but should look for APP_USER_PASSWORD

This commit contains a bug fix for #37036 The changes include updates to OracleEnvironment, where APP_PASSWORD has been ...

SpringBoot Tomcat Version updated to 10.1.13 due to CVE-2023-41080

Hi,I know this is against the TOS.Due to I don't know when the next Spring boot minor release is. Here is the fix for CV...

SpringBoot springboot docker-compose with docker-compose v1.x

springboot version: 3.1.3docker-compose version: 1.29.2In the class DockerCli (this line), which is the command: docker-...

SpringBoot Docker images produced by gradle bootBuildImage have no layer commands

Repro:https://start.spring.io/#!type=gradle-project&language=java&platformVersion=3.1.3&packaging=jar&jv...

SpringBoot @JdbcTest is not injecting JdbcClient

I am exploring JdbcClient API and realized while writing tests using @JdbcTest I am not able to inject JdbcClient.I had ...

SpringBoot https://github.com/spring-projects/spring-session/issues/2452

Please take a look : https://github.com/spring-projects/spring-session/issues/2452Comment From: bclozel@aaa2281002 the s...

SpringBoot @WebMvcTest is not picking @ControllerAdvice in spring boot 3.2.0-M2

After upgrading from spring boot 3.2.0-M1 to spring boot 3.2.0-M2 @WebMvcTest is unable to bind @ControllerAdvice .Sampl...

SpringBoot Use JOOQ functionality to determine dialect

Comment From: snicollThanks for making your first contribution to Spring Boot @ramilS. I've polished things a bit furthe...

SpringBoot Native images: error processing @AttributeBinderType annotation '@org.hibernate.annotations.TenantId()'

Error Log . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` ...

SpringBoot Embedded Database - Prevent automatic dropping of tables.

Referencing Issue #621 - there is an issue where Boot has made the decision that all tables in an embedded database shou...

SpringBoot the FIRST api call takes TOO LOOOOOOOONG when the project is deploying by a WAR package via springboot built-in tomcat

the FIRST api call takes TOO LOOOOOOOONG when the project is deploying by a WAR package via built-in tomcat, but this pr...

SpringBoot Add usability of username password for mongodb+srv

We use a mogodb cluster and therefore our URI is starting with mongodb+srv://.This unfortunately means, that we cannot u...

SpringBoot response time is high for some random get api requests, when i looked into newRelic logs i found out .doFilter is taking around 50-70% of the total api duration

We are calling an api lets say service_2 from service_1, in service_2 we are seeing high time consumption in our Filter ...

SpringBoot Add dependency management for Kotlin Serialization

Like Kotlin Coroutines, Kotlin Serialization publishes a BOM with org.jetbrains.kotlinx:kotlinx-serialization-bom coordi...

SpringBoot CacheMetricsRegistrarConfiguration fails to start if there is a request scoped cache manager in the context

Consider the following CacheManager:@Configurationpublic class RequestScopeCacheConfiguration { public static final S...

SpringBoot EntityManagerFactory is closed Exception on upgrading spring-boot-starter-parent version to 2.7.14

ERROR","loggerName":"org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler","message":"Unexpected error o...

SpringBoot Spring @ConfigurationProperties constructor binding not working for modules

I can't seem to get constructor binding to work for a properties file created with @ConfigurationProperties in my own au...
上一页 下一页
.