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.
1652c27b3c
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 | 1 year ago | |
spring-boot-actuator | 1 year ago | |
spring-boot-actuator-autoconfigure | 1 year ago | |
spring-boot-autoconfigure | 1 year ago | |
spring-boot-dependencies | 1 year ago | |
spring-boot-devtools | 1 year ago | |
spring-boot-docker-compose | 1 year ago | |
spring-boot-docs | 1 year ago | |
spring-boot-parent | 2 years ago | |
spring-boot-starters | 1 year ago | |
spring-boot-test | 2 years ago | |
spring-boot-test-autoconfigure | 2 years ago | |
spring-boot-testcontainers | 1 year ago | |
spring-boot-tools | 1 year ago |