This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit-sample.git
from 85c87c4 Remove erroneous distribution management
new b171907 Add `logging-parent`
new b1aaa70 Add Maven Wrapper
new c6bdef4 Spotless
new 71b31bd Bump JDK to Java 17
new 669cb48 Add Github Actions
new b98fadb Fix upper bound deps requirement
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitattributes | 21 ++
.github/dependabot.yaml | 29 ++
.github/workflows/build.yaml | 40 +++
.github/workflows/merge-dependabot.yaml | 42 +++
.gitignore | 38 ++-
.mvn/jvm.config | 11 +
.mvn/wrapper/maven-wrapper.properties | 18 +
README.md | 4 +
audit-service-api/pom.xml | 21 +-
audit-service-war/pom.xml | 20 +-
.../log4j/audit/service/RequestContext.java | 10 +-
.../service/config/RequestContextInitializer.java | 20 +-
audit-service-war/src/main/resources/log4j2.xml | 32 +-
audit-service/pom.xml | 36 +-
.../apache/logging/log4j/audit/AuditService.java | 11 +-
audit-service/src/main/resources/log4j2.xml | 32 +-
mvnw | 308 +++++++++++++++++
mvnw.cmd | 205 ++++++++++++
pom.xml | 370 ++++-----------------
sample-app/pom.xml | 23 +-
.../org/apache/logging/audit/RequestContext.java | 10 +-
.../java/org/apache/logging/audit/SampleApp.java | 10 +-
sample-app/src/main/resources/log4j2.xml | 32 +-
23 files changed, 925 insertions(+), 418 deletions(-)
create mode 100644 .gitattributes
create mode 100644 .github/dependabot.yaml
create mode 100644 .github/workflows/build.yaml
create mode 100644 .github/workflows/merge-dependabot.yaml
create mode 100644 .mvn/jvm.config
create mode 100644 .mvn/wrapper/maven-wrapper.properties
create mode 100755 mvnw
create mode 100644 mvnw.cmd