This is an automated email from the ASF dual-hosted git repository.

shadow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git.


    from e894440  add missing license headers
     add 2c61d29  LOG4J2-2579: don't normalize dynamic events
     add 998525c  LOG4J2-2579: add a @EventName to the generated Java event 
interfaces and use it, if available, to generate the event name
     add 7f312d2  LOG4J2-2579: add changelog entry
     new 9479508  Merge pull request #20 from apache/LOG4J2-2579

The 1 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:
 .../logging/log4j/audit/AbstractEventLogger.java   |  7 ++---
 .../logging/log4j/audit/LogEventFactory.java       | 33 ++++++++++++++--------
 .../logging/log4j/audit/annotation/EventName.java  | 15 ++++++++++
 .../logging/log4j/audit/annotation/MaxLength.java  |  2 +-
 .../log4j/audit/generator/InterfacesGenerator.java |  3 ++
 .../logging/log4j/audit/AuditLoggerTest.java       | 10 +++----
 .../audit/{LoginTest.java => LogoutTest.java}      | 14 ++++-----
 .../apache/logging/log4j/audit/TransferTest.java   |  1 +
 .../log4j/audit/event/{Login.java => Logout.java}  |  4 ++-
 src/changes/changes.xml                            |  3 ++
 10 files changed, 62 insertions(+), 30 deletions(-)
 create mode 100644 
log4j-audit/log4j-audit-api/src/main/java/org/apache/logging/log4j/audit/annotation/EventName.java
 rename 
log4j-audit/log4j-audit-api/src/test/java/org/apache/logging/log4j/audit/{LoginTest.java
 => LogoutTest.java} (82%)
 rename 
log4j-audit/log4j-audit-api/src/test/java/org/apache/logging/log4j/audit/event/{Login.java
 => Logout.java} (87%)

Reply via email to