SpringBoot Devtools always triggers restart if build with gradle

Spring Boot version: 2.2.4.RELEASEGradle version: 6.0.1Clean project created inside IntelliJ IDEA (2019.3) via the initi...

SpringBoot Use HttpSessionOAuth2AuthorizedClientRepository instead of AuthenticatedPrincipalOAuth2AuthorizedClientRepository as bean.

Don't merge! Just a sample. Comment From: philwebbThis will unfortunately break back-compatibility. Let's continue the d...

SpringBoot Contributing and unit tests

The "Code Conventions and Housekeeping" section of CONTRIBUTING.adoc says,"A few unit tests would help a lot as well -- ...

SpringBoot HA/Failover support with Artemis

I am trying to use spring-boot-starter-artemis in my application so that I can utilize auto-configuration, as well as an...

SpringBoot Gradle project with Kotlin and Spring REST Docs does not build

When generating a new Spring Boot project using the web Spring Boot Initializer, with the Kotlin language, the generated...

SpringBoot Enable forking for spring-boot:run if devtools is present

Devtools does not work if the app is started on the command line unless forking is enabled. Since we want a smooth exper...

SpringBoot Change request: multi-module maven/gradle project generation

🎁 Dear Spring Boot team, first of all thank you for your outstanding job!May I add a request for the feature I miss almo...

SpringBoot OriginTrackedPropertiesLoader#isNewDocument has wrong visibility

OriginTrackedPropertiesLoader#isNewDocument doesn't seem likean intended part of the class' public interface,and it is n...

SpringBoot Gradle plugin produces build failure

Hey, after updating from 2.3.5.RELEASE to 2.4.0 I get the following error:$ ./gradlew build FAILURE: Build failed wit...

SpringBoot mvn spring-boot:build-image downloads JDK at every run

Is there some caching mechanism?Comment From: bclozelI'm afraid we're delegating that part to the Paketo Java buildpack....

SpringBoot MockMvc actually works with RANDOM_PORT environment

Hi, I have folowing setup for test:@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)@AutoConfi...

SpringBoot WebFlux.fn router function not invoked on Tomcat

It seems that the routes are not being correctly registered when runing with default Tomcat in version 2.4.0Sample code:...

SpringBoot Invalid ErrorAttributesOptions#getInclude Javadoc

The JavaDoc return description of ErrorAttributeOptions.getIncludes reads the same as isIncluded's return description.Th...

SpringBoot Dependency management for ojdbc8-observability refers to a BOM that does not exist on Maven Central

The following dependency in Spring Boot 2.4.0 <dependency> <groupId>com.oracle.database.jd...

SpringBoot Dependency convergence error for org.ow2.asm:asm:5.0.4

Hello folks,We're facing dependency convergence error when using spring-boot-starter-test and spring-cloud-starter-contr...

SpringBoot No ServletContext set with undertow

Using undertow with this project https://github.com/ddezoysa/keycloak-springboot-microservice from this tutorial Securin...

SpringBoot IntegrationFlowRegistration NPE when RuntimeException thrown from deadly handler

I'm using Spring Boot 2.2.7.RELEASEI am getting a NPE when using IntegrationFlowRegistration for a File based Flow, wit...

SpringBoot Allow more detailed customization of Jackson's ObjectMapper while retaining auto-configuration

Jackson2ObjectMapperBuilderCustomizer allows us to customize part of Jackson and its ObjectMapper. However, this customi...

SpringBoot Ensure the WebClient to be present before enabling the WebTestClientContextCustomizer

Our @SpringBootTest in a SERVLET SpringApplication fails with the stacktrace below after an upgrade from Spring-Boot 2.3...

SpringBoot Fix typo in TomcatWebServer Javadoc

Comment From: pivotal-issuemaster@joca-bt Please sign the Contributor License Agreement!Click here to manually synchroni...
上一页 下一页
.