You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Andy Wilkinson 1652c27b3c Apply additional sources once when using SpringApplication.from()
Previously, when using SpringApplication.from() any additional
sources configured using with() would be applied to every
SpringApplication that was created within the scope of the call to
run(). This caused problems with Spring Cloud's bootstrap context
where the additional sources would be applied to both the user's
application and to the boostrap context's application.

This commit updates the hook that's used to apply the additional
sources so that it's only applied once. This results in the
additional sources only being added to the first SpringApplication
that is run.

Closes gh-35873
1 year ago
..
spring-boot Apply additional sources once when using SpringApplication.from() 1 year ago
spring-boot-actuator Merge branch '3.0.x' into 3.1.x 1 year ago
spring-boot-actuator-autoconfigure Merge branch '3.0.x' into 3.1.x 1 year ago
spring-boot-autoconfigure Merge branch '3.0.x' into 3.1.x 1 year ago
spring-boot-dependencies Upgrade to Reactor Bom 2022.0.8 1 year ago
spring-boot-devtools Merge branch '3.0.x' into 3.1.x 1 year ago
spring-boot-docker-compose Set authSource in MongoDB Docker Compose connection details 1 year ago
spring-boot-docs Merge branch '3.0.x' into 3.1.x 1 year ago
spring-boot-parent Provide dependency management for Testcontainers 2 years ago
spring-boot-starters Merge branch '3.0.x' into 3.1.x 1 year ago
spring-boot-test Merge branch '3.0.x' 2 years ago
spring-boot-test-autoconfigure Merge branch '3.0.x' 2 years ago
spring-boot-testcontainers Polish 1 year ago
spring-boot-tools Polish "Test Gradle plugin against Gradle 8.2-rc-1" 1 year ago