Skip to content

Commit e3c31f7

Browse files
author
Jesse S
authored
Merge pull request #9 from citrusleaf/TOOLS-1888-update-log4j-to-2.15
Tools 1888 update log4j to 2.15
2 parents f55e921 + 4d80291 commit e3c31f7

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Following dependencies are downloaded automatically:
4040
* Aerospike Java client 4.3.0 or greater
4141
* Apache commons cli 1.2
42-
* Log4j 2.11.1
42+
* Log4j 2.15.0
4343
* Junit 4.4
4444
* Json-simple 1.1.1
4545

build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#! /usr/bin/env bash
12
# Build Java projects with Maven.
23
# Maven and Java must be installed prior to running this script.
34

doc/releasenotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@
4444
- Fixed data upload counters.
4545
- Fix docs related to json/geojson spec.
4646
- Fix examples for GeoJSON object.
47+
48+
## Aerospike Loader [2.4] Release Date [19 Oct 2021]
49+
### New features:
50+
- Add shebang to run_loader script to allow execution from non-bash based shells.
51+
52+
## Aerospike Loader [2.4.1] Release Date [13 Dec 2021]
53+
### Fix/Changes:
54+
- Update log4j to version 2.15.0.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aerospike</groupId>
55
<artifactId>aerospike-load</artifactId>
6-
<version>2.3.5</version>
6+
<version>2.4.1</version>
77
<name>Aerospike DSV Loader</name>
88
<packaging>jar</packaging>
99

@@ -44,12 +44,12 @@
4444
<dependency>
4545
<groupId>org.apache.logging.log4j</groupId>
4646
<artifactId>log4j-api</artifactId>
47-
<version>2.11.1</version>
47+
<version>2.15.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.apache.logging.log4j</groupId>
5151
<artifactId>log4j-core</artifactId>
52-
<version>2.11.1</version>
52+
<version>2.15.0</version>
5353
</dependency>
5454
<!-- junit -->
5555
<dependency>

pom.xml.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aerospike</groupId>
55
<artifactId>aerospike-load</artifactId>
6-
<version>2.3.5</version>
6+
<version>2.4.1</version>
77
<name>Aerospike DSV Loader</name>
88
<packaging>jar</packaging>
99

0 commit comments

Comments
 (0)