• Paweł Doleciński's avatar
    Fix propagation of local.mongo.port up the context hierarchy · 8f5a753e
    Paweł Doleciński authored
    Previously, a StackOverflowError would occur when using a random port
    for embedded mongo as the logic for propagating the property up the
    context hierarchy would repeatedly use the leaf context's parent.
    
    This commit updates the logic to look to see if the current context
    has a parent, only calling the method again if it does.
    
    Closes gh-3956
    8f5a753e
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...