spring-boot/spring-boot-project
Madhura Bhave 07d6eb6397 Disable auditing infrastructure by default
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
2019-05-03 13:48:29 -07:00
..
spring-boot Merge branch '2.1.x' 2019-05-02 09:18:21 +02:00
spring-boot-actuator Polish "Allow configuration of auto-timed metrics" 2019-05-01 08:17:06 +02:00
spring-boot-actuator-autoconfigure Disable auditing infrastructure by default 2019-05-03 13:48:29 -07:00
spring-boot-autoconfigure Fix DefaultErrorWebExceptionHandler test 2019-05-02 10:14:08 +02:00
spring-boot-cli Use consistent javadoc style for annotation links 2019-04-24 19:37:59 -07:00
spring-boot-dependencies Move to Reactor Dysprosium snapshots 2019-04-30 17:09:40 -07:00
spring-boot-devtools Use consistent javadoc style for annotation links 2019-04-24 19:37:59 -07:00
spring-boot-docs Disable auditing infrastructure by default 2019-05-03 13:48:29 -07:00
spring-boot-parent Polish "Separate compound properties in appendices" 2019-04-30 15:32:26 +02:00
spring-boot-properties-migrator Merge branch '2.1.x' 2019-03-20 16:55:10 +00:00
spring-boot-starters Update WebFlux starter to depend on validation starter 2019-04-18 10:29:42 +01:00
spring-boot-test Merge branch '2.1.x' 2019-04-24 19:50:41 -07:00
spring-boot-test-autoconfigure Use consistent javadoc style for annotation links 2019-04-24 19:37:59 -07:00
spring-boot-tools Raise minimum supported version of Gradle to 4.10 and encourage use of 5.x 2019-05-03 13:07:15 +01:00
pom.xml Update build and setup configuration to use HTTPS 2019-03-19 16:58:31 +00:00