• 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
..
src Loading commit data...
pom.xml Loading commit data...