From 2990a12cac243b62a0db9770725e579843e7788d Mon Sep 17 00:00:00 2001 From: "glenn.teillet" Date: Wed, 25 Nov 2020 09:08:01 -0500 Subject: [PATCH 1/3] Updated versions. Description of the Change: Updated the version 1.8 of JDK Updated dependencies to latest releases. Benefits: Will allow to be compiled with latest JDK as 6 and 7 are no longer supported. Will allow to use JDK 8 features such as streams Less bugs in later releases (in theory) Possible Drawbacks: Legacy application using jdk 6 will not longer work with this version, hoever JDK 6 was EOL in 2018. Applicable Issues: None. --- pom.xml | 19 +++++++++++-------- pull_request.md | 15 +++++++++++++++ 2 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 pull_request.md diff --git a/pom.xml b/pom.xml index d1ba06a..fa0d419 100644 --- a/pom.xml +++ b/pom.xml @@ -44,8 +44,8 @@ UTF-8 - 1.6 - 1.6 + 1.8 + 1.8 @@ -91,7 +91,7 @@ org.apache.maven.plugins maven-source-plugin - 2.4 + 3.2.1 attach-sources @@ -104,7 +104,10 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.2.0 + + 8 + attach-javadocs @@ -126,7 +129,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.8 true ossrh @@ -137,7 +140,7 @@ maven-compiler-plugin - 3.5.1 + 3.8.1 ${maven-compiler-plugin.source} ${maven-compiler-plugin.target} @@ -162,14 +165,14 @@ junit junit - 4.12 + 4.13.1 test org.assertj assertj-core - 2.8.0 + 3.18.1 test diff --git a/pull_request.md b/pull_request.md new file mode 100644 index 0000000..e68058b --- /dev/null +++ b/pull_request.md @@ -0,0 +1,15 @@ +Description of the Change: + +Updated the version 1.8 of JDK +Updated dependencies to latest releases. + +Benefits: +Will allow to be compiled with latest JDK as 6 and 7 are no longer supported. +Will allow to use JDK 8 features such as streams +Less bugs in later releases (in theory) + +Possible Drawbacks: +Legacy application using jdk 6 will not longer work with this version, hoever JDK 6 was EOL in 2018. + +Applicable Issues: +None. \ No newline at end of file From bbeebd7a3e54c1603fd1c9fba1d1281ca3819608 Mon Sep 17 00:00:00 2001 From: "glenn.teillet" Date: Wed, 25 Nov 2020 09:13:34 -0500 Subject: [PATCH 2/3] Updated changelog and release version --- CHANGELOG.md | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4aff3a..5f178c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,5 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ### Added - *FF1 implementation* @jdvr +## [1.0.1] Updated dependencies and Minimum JDK to 1.8 + diff --git a/pom.xml b/pom.xml index fa0d419..8ca2a6c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.idealista format-preserving-encryption - 1.0.0 + 1.0.1 Format-Preserving Encryption Format-Preserving Encryption Implementation in Java From b8657bf328444ac2070c05bd8747820e581987e1 Mon Sep 17 00:00:00 2001 From: "glenn.teillet" Date: Wed, 25 Nov 2020 09:17:25 -0500 Subject: [PATCH 3/3] deleted pull_request file --- pull_request.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 pull_request.md diff --git a/pull_request.md b/pull_request.md deleted file mode 100644 index e68058b..0000000 --- a/pull_request.md +++ /dev/null @@ -1,15 +0,0 @@ -Description of the Change: - -Updated the version 1.8 of JDK -Updated dependencies to latest releases. - -Benefits: -Will allow to be compiled with latest JDK as 6 and 7 are no longer supported. -Will allow to use JDK 8 features such as streams -Less bugs in later releases (in theory) - -Possible Drawbacks: -Legacy application using jdk 6 will not longer work with this version, hoever JDK 6 was EOL in 2018. - -Applicable Issues: -None. \ No newline at end of file