• Madhura Bhave's avatar
    Disable HttpTrace infrastructure by default · de128fed
    Madhura Bhave authored
    Prior to this commit, the http trace auto-configuration provided
    an `InMemoryHttpTraceRepository` bean. This commit changes the auto-config
    so that an `HttpTraceRepository` is not provided and instead the auto-config
    is conditional on the presence of a `HttpTraceRepository` bean. This is done
    to encourage the use of a custom implementation of `HttpTraceRepository`
    since the in-memory one is quite limited and not suitable for production.
    A flag is available if the auto-configuration needs to be turned off even
    in the presence of a bean.
    
    Closes gh-15039
    de128fed
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...