File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 3939Following 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
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
12# Build Java projects with Maven.
23# Maven and Java must be installed prior to running this script.
34
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments