• Madhura Bhave's avatar
    Disable auditing infrastructure by default · 07d6eb63
    Madhura Bhave authored
    Prior to this commit, the audit auto-configuration provided
    an `InMemoryAuditEventRepository` bean. This commit changes the auto-config
    so that an `AuditEventRepository` is not provided and instead the auto-config
    is conditional on the presence of a `AuditEventRepository` bean. This is done
    to encourage the use of a custom implementation of `AuditEventRepository`
    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-16110
    07d6eb63
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...