SpringBoot Stop using or fix usage of LazyPublishArtifact for upcoming changes

Spring Boot Gradle Plugin 2.6.1 uses the constructor LazyPublishArtifact(Provider<?>), which is soon to be depreca...

SpringBoot Refactor code to avoid internal LazyPublishArtifact

This fixes #29074 by allow ArtifactHandler to create the PublishArtifact objects, and instead taking in a TaskProvider s...

SpringBoot Document that the minimum supported version of Kotlin is now 1.6

Hi, I deployed a project made with https://start.spring.io / 17 in Java, Kotlin.The following problem arose, after the g...

SpringBoot bootWar is configured eagerly

While reviewing #30209, I noticed that bootWar is configured eagerly. This is due to querying the extension of its artif...

SpringBoot Update jaxws-ri to version which is supported by maven 3.8

Building a spring boot application with jaxws-ri with maven 3.8 fails. The failure is caused by the usage of an http rep...

SpringBoot Actuator fails to start when deploying a WebFlux application as a war file to Tomcat

I have an existing WebFlux application that runs still on a standalone tomcat9 application server.Problem: I'm trying to...

SpringBoot An error occurred while registering beans using two classloaders

Is this a bug?fun main(args: Array<String>) { var application = runApplication<SpringDemoApplication&...

SpringBoot The following method did not exist: redis.clients.jedis.JedisPoolConfig.setMaxWait(Ljava/time/Duration;)V

In order to fix bug for spring cloud gateway 3.x,I need to upgrade spring cloud version, from Finchley.SR1 to 2021.0.1....

SpringBoot Custom TypeIncludeFilter do not take effect

@Component@Order(value = Ordered.HIGHEST_PRECEDENCE)public class MyTypeIncludeFilter extends TypeExcludeFilter { @Ove...

SpringBoot Is there anyway to override FilterBeanRegistrations associated with ServletContext?

We have existing couple of Spring applications which extends SpringBootServletInitializer and define their own filters. ...

SpringBoot Jackson 2.13.x compatibility

jackson-databind before 2.13.0 allows a Java StackOverflow exception and denial of service via a large depth of nested o...

SpringBoot Circleci project setup

Comment From: pivotal-cla@suyama-hiroyoshi Please sign the Contributor License Agreement!Click here to manually synchron...

SpringBoot Add option to pass configured Docker host to the image builder container

When the Docker host used for building images in the build plugins is configured using the DOCKER_HOST environment varia...

SpringBoot Support podman for building images

Add support for podman as an alternative to Docker Engine when building images with the Maven plugin spring-boot:build-i...

SpringBoot Tests that use Cassandra are flaky

We have a number of tests that use a Cassandra Testcontainer. They are flaky, sometimes timing out as query does not com...

SpringBoot when the configuration file in the project exists application.xml, it will fail to start

When application.xml and application.yaml exist in the configuration file, the startup fails。When the application.xml is...

SpringBoot NullBean check in ApplicationContextAssert.doesNotHaveBean(String)

getApplicationContext().getBean(name) may return a org.springframework.beans.factory.support.NullBean bean and does not ...

SpringBoot Use local docker mirror for test containers

We might be able to use the local docker mirror that is configured in concourse for test containers. I think we'd need a...

SpringBoot Include default Dev Tools properties in the reference documentation

At the moment Dev Tools are configuring the following properties:https://github.com/spring-projects/spring-boot/blob/fe8...

SpringBoot Wrong Content-Type in WebFlux WebTestClient test with mocked WebClient response

I mock a WebClient response with response header MediaType.APPLICATION_JSON_VALUE, and statuscode 400.When I run the tes...
上一页 下一页
.