SpringBoot Issue with 2.2.6.RELEASE

Hi,I was using the below parent in the pom.<parent><groupId>org.springframework.boot</groupId><arti...

SpringBoot Webclient- First Request very slow when cpu constraint

Spring boot version - 2.4.5, the first request takes a lot of time.Here is the link to the sample project I created.http...

SpringBoot Restore support for binding configuration properties from RandomValuePropertySource

env : macOS 11 jdk 11.10.5 springboot 2.5.0-RC1application.ymlserver: port: ${random.int[9680,9682]}spring: applica...

SpringBoot @EnableAutoConfiguration and @ImportAutoConfiguration use different class loaders to find candidate configurations

@EnableAutoConfiguration uses the bean class loader. @ImportAutoConfiguration uses the class loader of ImportAutoConfigu...

SpringBoot Junit 4 test case failing after upgrading Spring boot from 2.3.6.RELEASE to 2.4.4

Hi ,We are getting the below error while executing one of the Junit test classjava.lang.NoClassDefFoundError: org/spring...

SpringBoot 'spring.web.resources.cache.use-last-modified=false' doesn't work with Spring MVC

We're using Spring Boot 2.4.4 with Spring MVC to build an application that serves static resources. We noticed that alth...

SpringBoot Upgrade to Flyway 7.2.x in Spring Boot 2.4.x

Spring Boot 2.4.x is currently using Flyway 7.1.1 (https://github.com/spring-projects/spring-boot/blob/2.4.x/spring-boot...

SpringBoot PropertiesLauncher Problems with using ClassLoader

Use lib to separate the packaging structureThe package structure is as followstargetlibbinconfigThe main package is in t...

SpringBoot Not fully consistent ordering in spring-configuration-metadata.json

Current comparator implementation produces not consistent order for special case, when a codebase contains multiple clas...

SpringBoot Multiple actuator endpoint beans resolve

While trying to provide my own implementation of threaddump endpoint the application fails to start: Found two endpoints...

SpringBoot 2.3.x

Comment From: pivotal-issuemaster@feierte Please sign the Contributor License Agreement!Click here to manually synchroni...

SpringBoot 2.5.0-RC1 NPE when activating netty access log and http2

I am on Spring Boot 2.5.0-RC1 with jdk 11 and hence the http2 support with netty is documented to be supported.When acti...

SpringBoot In some cases, Module Bean of jackson didn't work.

@Configuration@AutoConfigureAfter(JacksonAutoConfiguration.class)public class JacksonConfig { private final ObjectMap...

SpringBoot Make the program execution consistent with the default configuration indicated by the document

The current situation is as follows:When integrating redis, you choose lettuce client, if you want to use it's pool, you...

SpringBoot How to set Spring active profile while running in WebLogic

I want to set spring active profile in weblogic settings.I have three properties in src/main/resources. For examp : appl...

SpringBoot Document server specific ConfigurableServletWebServerFactory variants

I am using undertow as embedded server with Spring Boot 2.0.1.When I run the application, i see 2 warnings in the consol...

SpringBoot Expose configuration property for Cassandra's control queries timeout

While trying to use spring-data-cassandra with 2.3.5.RELEASE when trying to connect to cassandra getting below errorCaus...

SpringBoot Failed to bind properties under 'spring.cloud.gateway.routes[0].uri' to java.net.URI:

Running Spring Boot v2.2.6 And on docker run I get the below error Error starting ApplicationContext. To display the con...

SpringBoot Test Maven plugin against latest Maven versions

Maven version 3.8.1 is only bug fixes for 3.6.3 so can be used in it tests instead of 3.6.2https://maven.apache.org/docs...

SpringBoot Unresolved runApplication Springboot Kotlin

After project generation on spring.io When opening with intellij RunApplication in mainApplication is always unresolve C...
上一页 下一页
.