This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to annotated tag japicmp-base-0.14.3 in repository https://gitbox.apache.org/repos/asf/commons-vfs.git.
*** WARNING: tag japicmp-base-0.14.3 was deleted! *** tag was c5a6ef3 This change permanently discards the following revisions: discard 691fbb0 [maven-release-plugin] prepare release japicmp-base-0.14.3 discard 3f813b2 upgraded version in *.md files to 0.14.3 discard bef7bef Updated ReleaseNotes.md discard 6f774e3 #253: METHOD_REMOVED_IN_SUPERCLASS is no longer reported if method is moved from superclass to superclass of superclass discard d3547f0 Merge branch 'master' of https://github.com/siom79/japicmp discard 95b53ec Merge branch 'kingle-methodaddedtoclass' discard 97028d0 Merge branch 'methodaddedtoclass' of https://github.com/kingle/japicmp into kingle-methodaddedtoclass discard f3f9037 Merge pull request #252 from twogee/local-repo discard f6f8152 migration from oraclejdk9 to openjdk9 due to certificate issue on travis (see https://travis-ci.community/t/java-9-build-failing-with-https-certificate-exception/4364) discard cef14b5 Belt and suspenders… discard 3655d71 [maven-release-plugin] prepare for next development iteration discard d483719 [maven-release-plugin] prepare release japicmp-base-0.14.2 discard ad7c84e upgraded version in *.md files to 0.14.2 discard d06c505 Removed oraclejdk8 from .travis.yml discard a3b20d5 Update Release Notes and added Properties section to MavenPlugin.md discard b4d60d3 Merge branch 'tdegueul-issue-247' discard a5990ff [OutputFilter] When using 'outputOnlyModifications', do not filter out classes that only have their modifiers changed discard 07f54de Bump up maven-plugin-plugin version discard 8798a6f Add METHOD_ADDED_TO_PUBLIC_CLASS to doc discard b5bba09 resolves #241 added METHOD_ADDED_TO_PUBLIC_CLASS discard ac729c6 Merge branch 'kingle-userpropsbreak' discard a718724 Use booleans where appropriate discard 71b1d1f resolves #240 allowing user properties discard 23d1827 [maven-release-plugin] prepare for next development iteration discard b0a2e50 [maven-release-plugin] prepare release japicmp-base-0.14.1 discard fcd9ecd upgraded version in *.md files to 0.14.1 discard 197c198 Updated ReleaseNotes.md discard 458e0fc #236 added new option reportLinkName that allows to define a name for the report link in site reports if using report sets discard f008ea5 [maven-release-plugin] prepare for next development iteration discard ba912be [maven-release-plugin] prepare release japicmp-base-0.14.0 discard 3f01f13 upgraded version in *.md files to 0.14.0 discard e28d30c upgraded version in *.md files to 0.14.0 discard 6989768 Update ReleaseNotes.md discard 39ac34a #233 changed link to javassist site discard 11fa518 #232 changeg getName() and getOutputName() such that it generates different names for different reports discard 1bcae37 removed two unnecessary diff files discard aea81e4 #230 optional dependencies are included, but can be excluded using the new option ignoreMissingOptionalDependency discard 52699fd Merge branch 'master' of https://github.com/siom79/japicmp discard fa6bea2 #232 initialize Mojo correctly if getDescription() gets called before execute() discard 3706925 Merge pull request #229 from swankjesse/jwilson.0320.effectively_final discard 3ef4e65 Teach japicmp about 'effectively final' discard 6e59aa7 Merge pull request #228 from aponhcet/master discard f8b71a2 Fixed ant task to use settings.localRepository instead of user.home. Increase setup compatibility discard 66e7bf5 Fixed logger Fixed ErrorOnSemanticIncompatibilityForMajorVersionZero discard 3a9fb79 java.source and java.target is now 1.8, removed openjdk7 from travis build: javassist 3.24.0 does no longer support java 1.7 discard 47efc3f update to javassist 3.24.0-GA discard 13898a0 japicmp compiles with openjdk-11.0.2 discard 187c49a update to maven-site-plugin 3.7.1, removed modules section from site discard 98a078a [maven-release-plugin] prepare for next development iteration discard 3607f94 [maven-release-plugin] prepare release japicmp-base-0.13.1 discard 967af2c upgraded version in *.md files to 0.13.1 discard 8888f29 Merge pull request #223 from rhierlmeier/master discard ee1f6c5 CompatiblityChanges.isImplemented works now correctly discard 6625149 Endless loop in CompatibilityChanges#isImplemented fixed. discard a81abda Issue #222: Fixed the problem in CompatibilityChanges. discard 794f76c Issue #222: Added a JUnit test to reproduce the error discard a349901 [maven-release-plugin] prepare for next development iteration discard 98033eb [maven-release-plugin] prepare release japicmp-base-0.13.0 discard 25d03c1 [maven-release-plugin] rollback the release of japicmp-base-0.13.0 discard 48c18d2 [maven-release-plugin] prepare release japicmp-base-0.13.0 discard bc0cf05 upgraded version in *.md files to 0.13.0 discard dc96b51 Update ReleaseNotes.md discard 4d50ee9 Merge pull request #217 from twogee/sync-version discard 382d609 #219 semantic version level is initialized with default value if not configured by user discard 3e96c29 Update contributor list discard 14cc8ab Sync Javassist version and untabify discard e67685a Bumped javassist version to 3.23.1-GA discard bff91db #216 merge PR 216: CLI support to error on incompatibilities discard 84620f7 Merged changes from PR #215 discard dd8117e Fix imports and use Java 7+ syntax discard 8531ab2 Fix Ant task and its tests discard 89eafc5 Update Maven plugins discard 074817e Site doc for ant task compatibility checking discard c3da50a Compatibility checking for the ant task discard 3bf96ee Any isOnError* should enable IncompatibleErrorOutput discard 920a20d Add IncompatibleErrorOutput test for SemVer discard e49835b Make a start on a test for IncompatibleErrorOutput discard 243904b Fix site CLI usage discard d7c888d Add --help support and switch to --no-error-on-exclusion-incompatibility since it will error by default discard 2a0d7a4 Fix PR review comments discard 1c34a7c Add CLI suport to error on incompatibilities discard 0cac7d7 #210 use MavenParameters to obtain mavenProject in isPomModuleNeedingSkip() discard 5ac85a4 #213 CompatibilityChanges only detects ANNOTATION_DEPRECATED_ADDED if the annoation has change status NEW or MODIFIED discard 3e5e613 #213 added test cases for the compatibility rule ANNOTATION_DEPRECATED_ADDED discard 0b8529d #215 japicmp-maven-plugin writes now errors to the console if an incompatible change is detected discard 92e6009 Typo fixed discard 3cfe11c 213: discard 4498e77 #213 added configuration option <semanticVersionLevel/> to <overrideCompatibilityChangeParameter/> discard e415556 #201 the two compatibility changes METHOD_NEW_DEFAULT and METHOD_ADDED_TO_INTERFACE are not set simultaneously discard 63a399f #177 added maven dependency on javax.activation, upgraded failsafe plugin to 2.21.0 discard 77b0422 [maven-release-plugin] prepare for next development iteration discard 5d951ea [maven-release-plugin] prepare release japicmp-base-0.12.0 discard 99a7614 [maven-release-plugin] rollback the release of japicmp-base-0.11.1 discard f8491ad [maven-release-plugin] prepare release japicmp-base-0.11.1 discard 5a89f0b #177 added jax-b as maven dependency discard 3fce4ee added JarArchiveComparatorTest discard 939223d upgraded version in *.md files to 0.12.0 discard c5b159d updated ReleaseNotes.md discard 519333f added Rob Tompkins and zhostasa as contributors to pom.xml discard e3956a1 Merge pull request #202 from zhostasa/exclusve_filters_fix discard 0ce04ae Merge pull request #205 from johnjohndoe/patch-1 discard 8b8fd5a Merge pull request #208 from chtompki/master discard 00d57cf #209 if a change is evaluated as binary or source incompatible can be configured discard a3e511f parameters -> pluginParameters discard e801c44 fixes #207, adding in skip to report and for isPomModule when skipPomModule set discard 5ced136 Enable syntax highlighting for code snippets. discard 2f2e207 Merge pull request #203 from rsvoboda/npeFix discard 0552b74 extractExceptions changes to prevent NPE discard be182da Fixed ommision of exclusive filters in second while cycle discard 55c6999 #200 'Could not load ...' exception is thrown only if class could not be loaded from old and new classpath if specified separately discard 17896fb updated site.xml to the latest site plugin standard discard 3b6edd4 [maven-release-plugin] prepare for next development iteration discard b595f74 [maven-release-plugin] prepare release japicmp-base-0.11.1 discard b6dbad8 upgraded version in *.md files to 0.11.1 discard f0bc822 [maven-release-plugin] prepare for next development iteration discard 7f8f9b2 [maven-release-plugin] prepare release japicmp-base-0.11.1 discard a23bc8b skip webapp for site and javadoc plugin discard b8cfa66 [maven-release-plugin] prepare for next development iteration discard e67e0e2 [maven-release-plugin] prepare release japicmp-base-0.11.1 discard 723a40f upgraded version in *.md files to 0.11.1 discard c95e7a9 Update ReleaseNotes.md discard 43b7dc6 #194 if interface/class has been removed/added, the class file format version is printed as 'n.a.' discard c44ef2b Merge pull request #196 from twogee/no-file-no-cry discard f1f458c Merge pull request #197 from twogee/travis discard a39b870 Merge pull request #180 from twogee/html-whitespace discard 04ad832 #201 addition of a default method to an interface or making a previously abstract method to a default method is marked as incompatible discard a00aed9 If artefact is not yet an archive, no need to try and open it as one discard 893e5a6 Update Travis configuration (#186) discard 3af400d Merge pull request #192 from eldur/master discard 8e1a5be Added maven central badge discard d9143d9 Merge branch 'bkulatun-fix_version' discard 9090cfd Fix missing numbers in major version number. discard a07f958 Reduce extraneous whitespace in the generated HTML report discard 97df033 started japicmp-webapp discard c313669 #181 removed javax-api dependency discard 91601dd #182 japicmp can be build under Oracle JDK 9.0.1 discard 80a5549 [maven-release-plugin] prepare for next development iteration discard fa72757 [maven-release-plugin] prepare release japicmp-base-0.11.0 discard 6b594db upgraded version in *.md files to 0.11.0 discard 75b908b update ReleaseNotes.md discard f347b22 #182 update README.md discard f40dc7e #182 japicmp can be build under jdk 1.9 discard 218adfc Merge pull request #181 from twogee/exclusive-selection discard e4ce02a First stab at adding exclusive selectors to Ant and Maven tasks (#173) discard 0fa6c9a upgrade to javassist 3.22.0-GA discard bc142ff Merge branch 'twogee-ant-task' discard 8d4dcf6 merge of pull request #171 discard 06f51ee #176 squared brackets are escaped in regular expression for behavior matching discard 06bc44b removed dependency on airline cli parser discard 5e515b9 removed dependency on airline cli parser discard 67efdb6 Refresh pom.xml and adjust field modifiers discard 18d5833 Clean up code discard e8414ea Merge pull request #175 from UnasZole/fixIgnoreMissingCheck discard 295e384 #171 merge branch twogee-ant-task discard baa40b5 #171 applied patches for documentation of ant task and refactoring of toModifier() by twogee send by email discard ed1c9b3 Fix ignoreMissingOldVersion and NewVersion check discard 4476a32 #168 fixed build for JDK 1.7 discard 5ae7a0b #168 changed class file format version is reported as MODIFIED in diff and HTML report discard adef740 #171 enhanced documentation discard df583c8 #171 aligned naming in AntTask to maven-plugin and CLI tool, fixed problem with build discard 616e70a #171 added japicmp-test-ant-task discard 4f899d7 Merge branch 'master' of https://github.com/siom79/japicmp discard 39281e0 #170 added zhostasa as contributor to base pom.xml discard 0bfaa9d Merge pull request #170 from zhostasa/exclusive_filters discard 662ce79 #171 further documentation, added twogee as contributor discard 3698379 #171 added markdown documentation discard f16132f #171 added japicmp-ant-task module discard 0f08a6f added japicmp-ant-task to base pom.xml discard 0bbf565 * jUnit tests * documentation update discard 65a866b Added exclusive filters discard 4d9205a [maven-release-plugin] prepare for next development iteration discard fd4438c [maven-release-plugin] prepare release japicmp-base-0.10.0 discard f6d57bd upgraded version in *.md files to 0.10.0 discard 9b63517 update ReleaseNotes.md discard ffac27f changed markdown for headers discard 17b9bdf #167 method throwing in new version RuntimeException is no longer reported to be source incompatible discard 25d05a0 #165 the maven plugin relaxes the semantic versioning check for 0.x.x versions, it can be enabled with the option breakBuildBasedOnSemanticVersioningForMajorVersionZero discard 87846b4 #164 moved class VersionChange from maven plugin to core discard b22ba56 add io7m as contributor in base pom.xml discard 4e16775 Merge pull request #163 from io7m/master discard f932d3f #164 the XML report contains now the old and new version of the two archives compared discard 365f76d Allow skipping via a property discard f835d2d #162 SemverOut now returns 0.0.0 in case no JApiClass(es) are there discard 9c5bd94 added link to sonar-japicmp-plugin to README.md discard cbe25e6 #161 removed unnecessary XML element titleOptional from report discard 2dbaec5 [maven-release-plugin] prepare for next development iteration