SpringBoot server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework

For a Spring Boot webmvc application, when the property server.tomcat.use-relative-redirects is set to true and the serv...

SpringBoot Gradle tests fail with OOM error when trying to run multiple integration tests

Hi,I am facing a weird problem that I am unable to debug or understand why is it manifesting.When I am running my integr...

SpringBoot Provide dependency management for RxJava 3 in place of 1.x and 2.x

As a follow up of spring-projects/spring-framework#27443, we should drop support for RxJava 1.x and RxJava 2.x and only ...

SpringBoot Spring Boot 2.6 - Spring JPA - Hibernate Batch Insert not working

I am upgrading from Spring Boot 2.5 to 2.6 and before that the batch insert was working properly using the properties be...

SpringBoot Warn about the dangers of early bean initialization when using @ConditionalOnExpression

Fix #28771added a note on using beans in @ConditionalOnExpression in the Javadoc and .adocComment From: snicoll@mihailco...

SpringBoot Suggestion for improving Logging documentation

After reading https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features.logging, I am not sure how ...

SpringBoot Support SameSite attributes on session Cookies for Servlet-based applications

This issue is about configuring the SameSite attribute in a consistent way for session cookies in Servlet-based applicat...

SpringBoot Enforce using BDDMockito

Replace Mockito.verify*() with BDDMockito.then()Replace Mockito.doReturn() with BDDMockito.willReturn()Adjust checkstyle...

SpringBoot Tomcat IOException: Duplicate accept detected. This is a known OS bug. Please consider reporting that you are affected:

Versionspring boot v2.6.2 and spring cloud v2021.0.0EnvironmentLinux alpine image on a pod.JDK 11ProblemI get this excep...

SpringBoot spring-boot-gradle-plugin docs use deprecated Gradle API

The Spring Boot Gradle Reference Guide uses AbstractArchiveTask.classifier which is deprecated as of Gradle 5.1 and repl...

SpringBoot Typo in method return documentation - DefaultOAuth2AccessToken.html#isExpired()

Typo in documentation for the Returns: description of this DefaultOAuth2AccessToken.html#isExpired() method here:https:/...

SpringBoot Gradle building build-properties under BOOT-INFO rather than META-INF

Having issues pulling in buildInfo in autoconfig as gradle is placing buildInfo in BOOT-INF with a META-INF rather than ...

SpringBoot Spring Boot logging management not working for testcontainers

Testcontainers run with noisy DEBUG logs everywhere. I tried to silence them withlogging: level: com.github.dockerja...

SpringBoot Custom ObjectMapper not used in 2.6.3 and spring-boot-starter-webflux

I am using Java 17, spring-boot 2.6.3 and spring-webflux and I have set up a repository in order to demonstrate that eve...

SpringBoot ConfigurationProperties does not support yml if its file name is NOT application.yml

spring boot v2.6.3I notice that the ConfigurationProperties only worked for yaml if and only if the file name is applica...

SpringBoot (kotlin) spring-boot-starter-data-jdbc and jackson-module-kotlin causes odd side effect

When spring-boot-starter-data-jdbc and jackson-module-kotlin are both present in my gradle.build.kts kotlin.time.Duratio...

SpringBoot Goal Build-info does not generate build-info.properties

I have issues with usage of build properties generated by spring-boot-maven-plugin, goal build-info. This goal does not ...

SpringBoot Provide some guidance on identifying and resolving Devtools classloading issues

If you encounter the problem of the two classloaders in Devtools, there's no hint that there are two classloaders and th...

SpringBoot Allow @DataNeo4jTest to autoconfigure an embedded test instance

https://github.com/spring-projects/spring-data-neo4j/issues/2316#issuecomment-873918857reading https://docs.spring.io/sp...

SpringBoot Reduce reflection and annotation usage in ConfigData infrastructure

I hope there are many places we can improve this. Let's start with a simple one.ConfigDataProperties is a value object, ...
上一页 下一页
.