Commit graph

455 commits

Author SHA1 Message Date
50e994ddb3 README.md: add missing version values 2017-02-09 14:42:43 +00:00
dd9cd1239f pom.xml: upgrade spring cloud Camden.SR5 2017-02-09 14:42:24 +00:00
e6d05e9a33 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).
2017-02-09 14:39:41 +00:00
80d3439639 pom.xml: upgrade maven-compiler-plugin to 3.6.1 2017-02-09 14:35:16 +00:00
4726251ade Merge pull request #50 from kemitix/clean-up
Clean up
2017-02-09 14:32:34 +00:00
e275ab502c pom.xml: upgrade kemitix-checkstyle-ruleset to 2.1.2
Includes checkstyle 7.5.1, so remove custom configuration.
2017-02-09 12:20:50 +00:00
f28a0f2db4 pom.xml: specify dependency management versions as properties 2017-02-09 12:19:43 +00:00
ee2c489ca2 README.md: update documentation 2017-01-18 12:05:55 +00:00
2516a17851 README.md: use kemitix-checkstyle-ruleset-maven-plugin 2017-01-18 12:04:44 +00:00
8347c8962a pom.xml: highwheel runs after compile
highwheel uses the compiled class files, so needs to be run after the
compile phase.
2017-01-18 12:03:03 +00:00
62452ff463 README.md: update versions to match pom.xml 2017-01-18 12:02:16 +00:00
22c3cbc9ac pom.xml: add digraph-dependency-maven-plugin (again)
This time use the digraph-dependency.basePackage to configure the plugin.
2017-01-18 12:01:16 +00:00
bff18a5b8f pom.xml: remove the findbugs plugin
Replaced by Huntbugs
2017-01-18 11:59:27 +00:00
3c1f06534b Merge branch 'release/2.3.0' into develop
* release/2.3.0:
  pom.xml: version set to 2.4.0-SNAPSHOT
  CHANGELOG
  pom.xml: version set to 2.3.0
2017-01-15 15:08:54 +00:00
d6b6e50fd6 pom.xml: version set to 2.4.0-SNAPSHOT 2017-01-15 15:08:03 +00:00
524892461f Merge branch release/2.3.0 into master
Merge in kemitix-spring-parent 2.2.0 (with upgrades)
Provide lombok (1.16.12)
Use the kemitix-checkstyle-ruleset-maven-plugin (2.0.4)
2017-01-15 15:08:02 +00:00
c3d6394893 CHANGELOG 2017-01-15 15:08:02 +00:00
44afdc9d8f pom.xml: version set to 2.3.0 2017-01-15 15:08:02 +00:00
70f21044b7 Merge pull request #49 from kemitix/include-kemitix-spring-parent
pom.xml: include configuration from kemitix-spring-parent
2017-01-15 15:06:06 +00:00
d30cae23ac pom.xml: include configuration from kemitix-spring-parent 2017-01-15 15:00:13 +00:00
39f7c4a95a Merge pull request #48 from kemitix/provide-lombok
pom.xml: provide lombok 1.6.12
2017-01-15 14:57:30 +00:00
9e05efad8c pom.xml: provide lombok 1.6.12 2017-01-15 14:49:39 +00:00
17a4de23a5 Merge pull request #47 from kemitix/kemitix-checkstyle-ruleset-maven-plugin
Use the Kemitix Checkstyle Ruleset maven plugin
2017-01-15 14:48:04 +00:00
973c63ed5a pom.xml: configure kemitix-checkstyle-ruleset-maven-plugin to use checkstyle 7.4 2017-01-15 14:41:55 +00:00
1505b95a91 pom.xml: upgrade kemitix-checkstyle-ruleset to 2.0.4 2017-01-15 14:41:22 +00:00
4ddb764829 pom.xml: Upgrade to the kemitix-checkstyle-ruleset 2.0.0 maven-plugin 2017-01-14 17:32:35 +00:00
38a060e1e6 .idea,*.iml: remove intellij project files 2017-01-14 16:23:29 +00:00
93c9fe5d31 Merge pull request #46 from kemitix/upgrade-sevntu-checkstyle-to-1.23.0
pom.xml: Upgrade sevntu-checkstyle to 1.23.0
2016-12-12 09:26:54 +00:00
c5dc78d523 pom.xml: Upgrade sevntu-checkstyle to 1.23.0 2016-12-12 09:20:33 +00:00
8e7e221a16 Merge pull request #45 from kemitix/upgrade-checkstyle-to-7.3
Upgrade checkstyle to 7.3
2016-12-01 10:20:02 +00:00
16330bcd59 Upgrade checkstyle to 7.3
Release notes: http://checkstyle.sourceforge.net/releasenotes.html#Release_7.3
2016-12-01 09:45:51 +00:00
07dfd01fe5 Merge pull request #44 from kemitix/release/2.2.0
Release 2.2.0 for 2.3.0
2016-11-22 20:31:02 +00:00
8cd10198c1 pom.xml: version set to 2.3.0-SNAPSHOT 2016-11-22 20:27:58 +00:00
78a250b40c Merge pull request #43 from kemitix/release/2.2.0
Release 2.2.0
2016-11-22 20:27:07 +00:00
3cc474f3af Merge branch 'master' into release/2.2.0 2016-11-22 20:23:17 +00:00
b9a38221e0 pom.xml: version set to 2.2.0 2016-11-22 20:20:29 +00:00
486585d0f9 CHANGELOG 2016-11-22 20:20:01 +00:00
23606e5e3b Merge pull request #42 from kemitix/upgrade-maven-pmd-plugin-to-3.7
pom.xml: Upgrade maven-pmd-plugin to 3.7
2016-11-20 19:17:51 +00:00
3c383275ca pom.xml: Upgrade maven-pmd-plugin to 3.7 2016-11-20 19:15:08 +00:00
0a4827a10e Merge pull request #41 from kemitix/upgrade-sevntu-checkstyle-to-1.22.0
pom.xml: Upgrade sevntu-checkstyle to 1.22.0
2016-11-20 19:14:31 +00:00
5343efe0ca pom.xml: Upgrade sevntu-checkstyle to 1.22.0 2016-11-20 19:07:33 +00:00
914f342847 Merge pull request #40 from kemitix/upgrade-maven-compiler-plugin-to-3.6.0
pom.xml: Upgrade maven-compiler-plugin to 3.6.0
2016-11-09 12:17:26 +00:00
c2f949158d pom.xml: Upgrade maven-compiler-plugin to 3.6.0 2016-11-09 12:15:00 +00:00
21bbb91d75 Merge pull request #39 from kemitix/add-huntbugs.0.0.11
pom.xml: add huntbugs 0.0.11
2016-11-09 09:59:41 +00:00
009f432f5e Merge branch 'develop' into add-huntbugs.0.0.11 2016-11-09 09:56:57 +00:00
78f01ec510 Merge pull request #38 from kemitix/upgrade-sevntu-checkstyle-to-1.21.1
pom.xml: Upgrade sevntu-checkstyle to 1.21.1
2016-11-09 09:56:37 +00:00
eb9ed76f33 Merge branch 'develop' into upgrade-sevntu-checkstyle-to-1.21.1 2016-11-09 09:48:33 +00:00
3761697f4c Merge pull request #37 from kemitix/upgrade-checkstyle-to-7.2
pom.xml: Upgrade checkstyle to 7.2
2016-11-09 09:47:57 +00:00
b8d2051129 pom.xml: add huntbugs 0.0.11
Findbugs is dead, adding huntbugs as replacement. Findbugs will
*eventually* be removed.
2016-11-09 09:42:29 +00:00
c3a8d874a5 pom.xml: Upgrade sevntu-checkstyle to 1.21.1 2016-11-09 09:41:06 +00:00