From 80d3439639ffa4583f83faf10e6c52b54388aaf9 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 9 Feb 2017 14:35:16 +0000 Subject: [PATCH 1/5] pom.xml: upgrade maven-compiler-plugin to 3.6.1 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40b3e0b..0679874 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ maven-gpg-plugin.version|1.6 maven-deploy-plugin.version|2.8.2 kemitix-checkstyle-ruleset.version|2.1.2 digraph-dependency.version|0.7.0 -maven-compiler-plugin.version|3.6.0 +maven-compiler-plugin.version|3.6.1 maven-surefire-plugin.version|2.19.1 maven-failsafe-plugin.version|2.19.1 maven-pmd-plugin.version|3.7 diff --git a/pom.xml b/pom.xml index fa8a251..7c62fa0 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 3.0.1 1.6 2.8.2 - 3.6.0 + 3.6.1 2.19.1 2.19.1 3.7 From e6d05e9a33fc8b1e0d7acd4efb7b6d169bbc8531 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 9 Feb 2017 14:39:41 +0000 Subject: [PATCH 2/5] pom.xml: upgrade jacoco-maven-plugin to 0.7.9 Release 0.7.9 (2017/02/05) Fixed Bugs "java.lang.ClassFormatError: Short length on BootstrapMethods in class file" caused by bug in ASM library (GitHub #462). Do not recompute frames in case of large methods, otherwise java.lang.ClassNotFoundException might be thrown (GitHub #177). ExecutionDataWriter.FORMAT_VERSION is not a compile-time constant (GitHub #474). Maven goal "prepare-agent" should not overwrite existing property value if execution was skipped (GitHub #486). API Changes JaCoCo.ASM_API_VERSION removed (GitHub #474). Non-functional Changes JaCoCo now depends on ASM 5.2. OSGi metadata now generated automatically and additionally include uses directives, Require-Capability attribute, and export of all internal packages with x-internal:=true directive (GitHub #211). Removed OSGi attributes that were mistakenly added in version 0.6.1 into jacocoant.jar that contains all dependencies (GitHub #211). Release 0.7.8 (2016/12/09) New Features User property jacoco.dataFile for parameter dataFile of Maven report goal (GitHub #322). Fixed Bugs Use RoundingMode#FLOOR instead of RoundingMode#HALF_EVEN for percentages in HTML report, so that "99.5" is displayed as "99%", not as "100%" (GitHub #452). Do not add useless members into Java 8 interfaces that have only interface initialization and abstract methods (GitHub #441). Fix instrumentation to not violate Java Virtual Machine Specification regarding initialization of final fields, otherwise IllegalAccessError will be thrown starting from OpenJDK 9 EA b127 (GitHub #434). Fix instrumentation of interfaces with default methods to not create incorrect constant pool entries, which lead to IncompatibleClassChangeError starting from OpenJDK 9 EA b122 (GitHub #428). Add Maven goal report-aggregate to lifecycle-mapping-metadata.xml (GitHub #427). Non-functional Changes Released JaCoCo JARs are not signed any more. Signed versions of JaCoCo are now available from the Eclipse Orbit project (GitHub #466). Simplified numbering of versions - JaCoCo JARs in Maven Central repository do not have qualifier any more (GitHub #468). --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0679874..18edbe4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ maven-surefire-plugin.version|2.19.1 maven-failsafe-plugin.version|2.19.1 maven-pmd-plugin.version|3.7 huntbugs.version|0.0.11 -jacoco-maven-plugin.version|0.7.7.201606060606 +jacoco-maven-plugin.version|0.7.9 highwheel-maven.version|1.2 maven-project-info-reports-plugin.version|2.9 maven-jxr-plugin.version|2.5 diff --git a/pom.xml b/pom.xml index 7c62fa0..38ad43c 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ 2.19.1 3.7 0.0.11 - 0.7.7.201606060606 + 0.7.9 1.2 2.9 2.5 From dd9cd1239f003942e6ba829df5a048c718f843c7 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 9 Feb 2017 14:42:24 +0000 Subject: [PATCH 3/5] pom.xml: upgrade spring cloud Camden.SR5 --- README.md | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18edbe4..2bf813b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ property|value project.build.sourceEncoding|UTF-8 project.reporting.outputEncoding|UTF-8 kemitix.build.directory|target +spring-cloud|Camden.SR5 maven-javadoc-plugin.version|2.10.4 maven-source-plugin.version|3.0.1 maven-gpg-plugin.version|1.6 diff --git a/pom.xml b/pom.xml index 38ad43c..81bd26b 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ 1.16.12 Athens-SR2 - Camden.SR4 + Camden.SR5 0.7.0 (UNSET:basePackage) From 50e994ddb3582918bd9ed4c9255e6ae46e7163d0 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 9 Feb 2017 14:42:43 +0000 Subject: [PATCH 4/5] README.md: add missing version values --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2bf813b..690a9d8 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ property|value project.build.sourceEncoding|UTF-8 project.reporting.outputEncoding|UTF-8 kemitix.build.directory|target +lombok|1.16.12 +spring-platform|Athens-SR2 spring-cloud|Camden.SR5 maven-javadoc-plugin.version|2.10.4 maven-source-plugin.version|3.0.1 From 2b9742d053b00a5f5c1a3437d783cdfba372ff7c Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 9 Feb 2017 14:45:06 +0000 Subject: [PATCH 5/5] pom.xml: upgrade spring-platform to Athens.SR3 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 690a9d8..8cd30aa 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ project.build.sourceEncoding|UTF-8 project.reporting.outputEncoding|UTF-8 kemitix.build.directory|target lombok|1.16.12 -spring-platform|Athens-SR2 +spring-platform|Athens-SR3 spring-cloud|Camden.SR5 maven-javadoc-plugin.version|2.10.4 maven-source-plugin.version|3.0.1 diff --git a/pom.xml b/pom.xml index 81bd26b..dfce04b 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ 5-complexity 1.16.12 - Athens-SR2 + Athens-SR3 Camden.SR5 0.7.0