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.git


    from 128fc5e  upgraded to latest log4j
     new 4a1493e  Add `.gitattributes`
     new 27e90ab  Add Maven Wrapper
     new d73125b  Upgrade Spring Boot to version 2.7.17

The 3 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:
 .gitignore => .gitattributes                       |  23 +-
 .gitignore                                         |   1 +
 .mvn/wrapper/maven-wrapper.properties              |  18 ++
 log4j-audit/log4j-audit-api/pom.xml                |   3 +-
 .../logging/log4j/audit/AuditLoggerTest.java       |  12 +-
 .../apache/logging/log4j/audit/BaseEventTest.java  |   2 +-
 .../apache/logging/log4j/audit/TransferTest.java   |  11 +-
 log4j-audit/log4j-audit-war/pom.xml                |   6 +-
 log4j-catalog/log4j-catalog-api/pom.xml            |   4 +
 .../logging/log4j/catalog/AuditCatalogEditor.java  |   2 +-
 log4j-catalog/log4j-catalog-git/pom.xml            |   3 +-
 log4j-catalog/log4j-catalog-jpa/pom.xml            |   3 +-
 .../log4j/catalog/jpa/dao/BaseRepository.java      |   8 +-
 .../service/AbstractPagingAndSortingService.java   |  10 +-
 mvnw                                               | 308 +++++++++++++++++++++
 mvnw.cmd                                           | 205 ++++++++++++++
 pom.xml                                            |  72 +----
 .../.1.x.x/upgrade_spring-framework-bom.xml        |  26 ++
 18 files changed, 618 insertions(+), 99 deletions(-)
 copy .gitignore => .gitattributes (80%)
 create mode 100644 .mvn/wrapper/maven-wrapper.properties
 create mode 100755 mvnw
 create mode 100644 mvnw.cmd
 create mode 100644 src/changelog/.1.x.x/upgrade_spring-framework-bom.xml

Reply via email to