You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/04/12 15:34:48 UTC

svn commit: r26309 - /dev/commons/commons-parent/

Author: chtompki
Date: Thu Apr 12 15:34:48 2018
New Revision: 26309

Log:
Staging commons-parent-46-RC3

Added:
    dev/commons/commons-parent/RELEASE-NOTES.txt
    dev/commons/commons-parent/commons-parent-46-src.tar.gz   (with props)
    dev/commons/commons-parent/commons-parent-46-src.tar.gz.asc
    dev/commons/commons-parent/commons-parent-46-src.tar.gz.md5
    dev/commons/commons-parent/commons-parent-46-src.tar.gz.sha1
    dev/commons/commons-parent/commons-parent-46-src.zip   (with props)
    dev/commons/commons-parent/commons-parent-46-src.zip.asc
    dev/commons/commons-parent/commons-parent-46-src.zip.md5
    dev/commons/commons-parent/commons-parent-46-src.zip.sha1
    dev/commons/commons-parent/site.zip   (with props)

Added: dev/commons/commons-parent/RELEASE-NOTES.txt
==============================================================================
--- dev/commons/commons-parent/RELEASE-NOTES.txt (added)
+++ dev/commons/commons-parent/RELEASE-NOTES.txt Thu Apr 12 15:34:48 2018
@@ -0,0 +1,219 @@
+              Apache Commons Parent 46
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the commons-parent-46 release!
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Updates plugins and generally requires Java 7.
+
+Plugin updates
+
+Notes on japicmp usage in 46
+----------------------------
+For japicmp to work when running 'mvn site', we must first run package
+because japicmp needs a built artifact to which to compare the previous
+version. Thus, we run 'mvn package site' to get an appropriate japicmp
+report. Further, during project build we see the following warning and
+stacktrace during site generation:
+
+[debug] No packaging support defined, no filtering
+[info] Skipping execution because packaging of this module is 'pom'.
+[debug] Searching for versions in versionRange: (,46)
+[info] Unable to find a previous version of the project in the repository.
+[warn] No new version specified and file '/..../commons-parent/pom.xml' of artifact could not be opened as jar archive: error in opening zip file
+
+java.util.zip.ZipException: error in opening zip file
+        at java.util.zip.ZipFile.open(Native Method)
+        at java.util.zip.ZipFile.<init>(ZipFile.java:225)
+        at java.util.zip.ZipFile.<init>(ZipFile.java:155)
+        at java.util.jar.JarFile.<init>(JarFile.java:166)
+        at java.util.jar.JarFile.<init>(JarFile.java:130)
+        at japicmp.maven.JApiCmpMojo.populateArchivesListsFromParameters(JApiCmpMojo.java:345)
+        at japicmp.maven.JApiCmpMojo.getOptions(JApiCmpMojo.java:708)
+        at japicmp.maven.JApiCmpReport.getOptions(JApiCmpReport.java:108)
+        at japicmp.maven.JApiCmpReport.getDescription(JApiCmpReport.java:127)
+        at org.apache.maven.plugins.site.render.CategorySummaryDocumentRenderer.renderDocument(CategorySummaryDocumentRenderer.java:155)
+
+
+
+
+Changes in this version include:
+
+New features:
+o Add java-1.10 profile
+o Add java-1.11 profile
+
+
+Changes:
+o japicmp-maven-plugin 0.11.0 -> 0.11.1
+o maven-surefire-report-plugin 2.20.1 -> 2.21.0
+o jacoco-maven-plugin 0.8.0 -> 0.8.1
+o commons-build-plugin 1.7 -> 1.8
+o commons-release-plugin 1.1 -> 1.2
+o japicmp-maven-plugin: oldVersionPattern=\d+\.\d+\.\d*
+o maven-assembly-plugin: 3.0.0 -> 3.1.0
+
+Removed:
+o Prerequisites tag; should only be used for maven-plugins, using maven-enforcer-plugin instead.
+
+
+Historical list of changes: http://commons.apache.org/commons-parent-pom.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+http://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
+
+              Apache Commons Parent 45
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the commons-parent-45 release!
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Updates plugins and generally requires Java 7.
+
+
+Changes in this version include:
+
+
+Changes:
+o Rearranging plugin order in -Prelease, removing commons-release-plugin from build>pluginManagement
+
+
+Historical list of changes: http://commons.apache.org/commons-parent-pom.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+http://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
+
+              Apache Commons Parent 44
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 44
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Updates plugins and generally requires Java 7.
+
+Notes on Building version 44.
+-----------------------------
+When building, because of an issue with japicmp, we have an erroneous non-failing stacktrace
+that occurs. Specifically, we see:
+
+[warn] No new version specified and file './commons-parent/pom.xml' of artifact could not be opened as
+      jar archive: error in opening zip file
+java.util.zip.ZipException: error in opening zip file
+
+mainly caused by an error in
+japicmp.maven.JApiCmpMojo.populateArchivesListsFromParameters(JApiCmpMojo.java:341).
+
+We have asked for this to be addressed in the github issue: https://github.com/siom79/japicmp/issues/195
+
+Changes in this version include:
+--------------------------------
+New features:
+o new profile module-name to add 'Automatic-Module-Name' entry to the manifest
+o COMMONSSITE-105: Add commons-release-plugin version 1.1
+o COMMONSSITE-106: Add spotbugs-maven-plugin version 3.1.3
+
+
+Changes:
+o felix:maven-bundle-plugin 3.4.0 -> 3.5.0.
+o build artifacts -test.jar, -sources.jar and -test-sources.jar always, not only at release time
+o maven-enforcer-plugin set version to 3.0.0-M1 and update Maven requirement from 3.0.0 to 3.0.5 (the latest 3.0.x.)
+o jacoco-maven-plugin 0.7.9 -> 0.8.0.
+o Fix japicmp config: add to reporting section and define ignoreMissingNewVersion explicitly
+o org.apache:apache 18 -> 19
+o maven-surefire-plugin 2.20.1 -> 2.21.0
+o maven-failsafe-plugin 2.20.1 -> 2.21.0
+
+
+Historical list of changes: http://commons.apache.org/commons-parent-pom.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+http://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
+
+              Apache Commons Parent 43
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 43
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Updates plugins and generally requires Java 7.
+
+Changes in this version include:
+
+Changes:
+o maven-compiler-plugin 3.6.1 -> 3.6.2.
+o maven-compiler-plugin 3.6.2 -> 3.7.0.
+o jacoco-maven-plugin 0.7.7.201606060606 -> 0.7.9.
+o maven-javadoc-plugin 2.10.4 -> 3.0.0 (Java 9 compatibility.)
+o Update japicmp 0.9.3 -> 0.10.0.
+o animal-sniffer-maven-plugin 1.15 -> 1.16.
+o commons.findbugs.version 3.0.3 -> 3.0.5 (requires Java 7.)
+o commons.clirr.version 2.7 -> 2.8.
+o maven-surefire-plugin 2.19.1 -> 2.20.1.
+o Add maven-failsafe-plugin 2.20.1 (to along with surefire.)
+o felix:maven-bundle-plugin 3.0.1 -> 3.4.0 (requires Java 7.
+o versions-maven-plugin 2.3 -> 2.5.
+o japicmp-maven-plugin 0.10.0 -> 0.11.0.
+o build-helper-maven-plugin 1.10 -> 3.0.0 (requires Maven 3 and Java 7.)
+o wagon-ssh 2.10 -> 3.0.0.
+o maven-site-plugin 3.6 -> 3.7 (fixes Java 9 builds; for migrating from 3.4 to 3.5.1, see https://maven.apache.org/components/plugins/maven-site-plugin/migrate.html)
+
+
+Historical list of changes: http://commons.apache.org/commons-parent-pom.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+http://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
+
+              Apache Commons Parent 42
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 42
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Changes in this version include:
+
+New features:
+o new profiles to run coveralls coverage
+  reports via Travis using Jacoco or Cobertura respectively
+
+Changes:
+o maven-site-plugin 3.4 -> 3.6 (for migrating from 3.4 to 3.5.1, see https://maven.apache.org/components/plugins/maven-site-plugin/migrate.html)
+o jacoco-maven-plugin : 0.7.6.201602180812 -> 0.7.7.201606060606
+o commons-build-plugin : 1.6 -> 1.7
+o maven-changes-plugin : 2.12 -> 2.12.1
+o Update japicmp: 0.8.0 -> 0.9.1
+o maven-compiler-plugin : 3.5.1 -> 3.6.0
+o japicmp plugin no longer fail on "mvn site" (it requires target/*jar), use "mvn package site -Pjapicmp" to include its report
+o japicmp-maven-plugin : 0.8.0 -> 0.9.3
+o new property
+  commons.japicmp.breakBuildOnBinaryIncompatibleModifications
+  controls the breakBuildOnBinaryIncompatibleModifications
+  setting of japicmp
+
+
+Historical list of changes: http://commons.apache.org/commons-parent-pom.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+http://commons.apache.org/commons-parent-pom.html

Added: dev/commons/commons-parent/commons-parent-46-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/commons-parent/commons-parent-46-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/commons-parent/commons-parent-46-src.tar.gz.asc
==============================================================================
--- dev/commons/commons-parent/commons-parent-46-src.tar.gz.asc (added)
+++ dev/commons/commons-parent/commons-parent-46-src.tar.gz.asc Thu Apr 12 15:34:48 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlrPfCYACgkQP6rSzV7L
+sxTpAQ//bMWWJDlu3Q+8Gtn5KrRXjys7wc8GDFIuFJLxwNG/CFNVWMjpe6Xze1CB
+WvhweyN/AjyZ8xHaPWnw1pM8v+RebCI+jCy70Al3/b0awGhVbZ8wMksu7Hsv8w02
+hSPi672VWOoeexDArQQfOkvKWe2LsXPNUe3YD+x/eh195Q5NMKG/zIqvrdCurYTd
+NkOLZsrqNVy1QRy5Zbd/IkbSnus2Bhtf1NTiClU6zoFU8xxG/XFjzCK/6w+tDt+F
+HHDKR19gQkGZzFqfzyRUe6lEE4FpatSGGiQb5TkFKa10RifWbp9P3LMIK+0v5jKr
+xM/g0gEoYc5XPY4ZsXHS8E3tfek7zUP9FPlci1OxGlfFDHSfNfhU3U9pdA0vWhjr
+w7lTP2qoeoSm094H9Z5tH2Qum6ORzkbmx8sNULQ0tao98tDG1Pmci8nBBr7yZXKK
+9f9aj4r1IO1NzhYLn+oTXgZqBHQ5seP3lBNqOUyFTrdae7RkYej2nnH9gnDkB8vB
+h5VS1u9j0dSkbOto25djukcRkQ6PL9lGMgVq/1RoGYCROCU2Z/glJSECFEATl6M+
+WrhBQsJ7Se72Gbhs22HsjLiyQFG+EdaT3T2VsqNQd6pOE9ByROCJ7JvsfaZKMuAY
+0diJPDrDVDvhhj3raRq688Xog6gno9LszfpufY0AsI7Epxvn2B4=
+=Io9k
+-----END PGP SIGNATURE-----

Added: dev/commons/commons-parent/commons-parent-46-src.tar.gz.md5
==============================================================================
--- dev/commons/commons-parent/commons-parent-46-src.tar.gz.md5 (added)
+++ dev/commons/commons-parent/commons-parent-46-src.tar.gz.md5 Thu Apr 12 15:34:48 2018
@@ -0,0 +1 @@
+015c628c342958e9ace6661d3d106c2e

Added: dev/commons/commons-parent/commons-parent-46-src.tar.gz.sha1
==============================================================================
--- dev/commons/commons-parent/commons-parent-46-src.tar.gz.sha1 (added)
+++ dev/commons/commons-parent/commons-parent-46-src.tar.gz.sha1 Thu Apr 12 15:34:48 2018
@@ -0,0 +1 @@
+dc6d7fe92c737a55679507e95a99b347234d8844

Added: dev/commons/commons-parent/commons-parent-46-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/commons-parent/commons-parent-46-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/commons-parent/commons-parent-46-src.zip.asc
==============================================================================
--- dev/commons/commons-parent/commons-parent-46-src.zip.asc (added)
+++ dev/commons/commons-parent/commons-parent-46-src.zip.asc Thu Apr 12 15:34:48 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEtuc9hOpPzEcWYIclP6rSzV7LsxQFAlrPfCYACgkQP6rSzV7L
+sxRtPw/+KN38CacMrJHoYH+7/FnJWG1FfIJarZxxCuAx5C8Wj3Pdz356iR+ShT8H
+ec6V0tJTR385SAhzbIjjChj/GpSdoGW6HomTuif7c6m0FGOl/epRqvfUhSU3u0ry
+842v+b+7zpUFW5ZoUI9JgrDcQmavIHP0Fx7FNvKyAjDz2M9n/l9x78bBx+GN/64d
+I23fv/YyRoeZtjljOHnptPhjVlgaa10egDFteQrUx+hhy7UpdszQfc6K5DWAGnF1
+tQT5/tFPD5jsKadVTARhhOwNkC18ngpWPxcgF08/t8WKWIbrovqjC393CsTXYEEN
+ErlEaaHZL7OLTijfdQuxR4YJUmQp1WAD1xJ+lrzHUGWJiAq5jud9hgHMxj1Dsnp5
+dN0cYWoO7Ja8aEflftKGpSolENjm/doC60u7gK55cV2eMJ2oDlFvM/0UDO/MwjNH
+2tKNS7LzIrSqqIjPAdB9vBKBhdoDIxkIusAZhudPT3GLV7mD7OonCsGgnzVx1zVd
+VwCtxW0fbAS3dC9FSNeR9gXI3zGnOb4Odk02gE3V4p0kS3lylYe5HTDryv5l7QO9
+qYUEIMu2g1mRh6A9Do2llatyl+RCtaxBIGpiYHfAHqLtM+XiDO/QqjAOG0fXt0g/
+GMVsNtTGdDRmTctkBrkB0V/tLMei+xA7rJtF8zfz3GklmHXeym8=
+=UDlb
+-----END PGP SIGNATURE-----

Added: dev/commons/commons-parent/commons-parent-46-src.zip.md5
==============================================================================
--- dev/commons/commons-parent/commons-parent-46-src.zip.md5 (added)
+++ dev/commons/commons-parent/commons-parent-46-src.zip.md5 Thu Apr 12 15:34:48 2018
@@ -0,0 +1 @@
+53ec99605dd70c40a97d9a53c748e916

Added: dev/commons/commons-parent/commons-parent-46-src.zip.sha1
==============================================================================
--- dev/commons/commons-parent/commons-parent-46-src.zip.sha1 (added)
+++ dev/commons/commons-parent/commons-parent-46-src.zip.sha1 Thu Apr 12 15:34:48 2018
@@ -0,0 +1 @@
+34b4f78afc7d24efc94649286d7c9bfea9ceb83f

Added: dev/commons/commons-parent/site.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/commons-parent/site.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream