You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2018/06/17 16:54:17 UTC

[commons-weaver] branch master updated (fc323c8 -> fb1c27d)

This is an automated email from the ASF dual-hosted git repository.

mbenson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git.


    from fc323c8  adding proper gitignore
     new efd3694  bump japicmp version to latest
     new cb2eb7c  omit shaded classes from API compatibility reporting
     new 1f19f70  remove shading instructions for commons-io, which is no longer a dependency
     new fb1c27d  Merge remote-tracking branch 'origin/master'

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 modules/normalizer/pom.xml        | 18 +++++++++++++-----
 modules/privilizer/weaver/pom.xml | 13 +++++++++++++
 pom.xml                           |  2 +-
 3 files changed, 27 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
mbenson@apache.org.

[commons-weaver] 01/04: bump japicmp version to latest

Posted by mb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git

commit efd3694823475189fbcb12518d71374cb4fc1560
Author: Matt Benson <mb...@apache.org>
AuthorDate: Sun Jun 17 11:48:58 2018 -0500

    bump japicmp version to latest
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cf92b95..9c9f016 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@ under the License.
     <commons.site.path>commons-weaver</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
 
-    <commons.japicmp.version>0.11.1</commons.japicmp.version>
+    <commons.japicmp.version>0.12.0</commons.japicmp.version>
 
     <!-- most Java-related items are defined in parent/pom.xml;
          define these here for the animal-sniffer config of commons-parent: -->

-- 
To stop receiving notification emails like this one, please contact
mbenson@apache.org.

[commons-weaver] 02/04: omit shaded classes from API compatibility reporting

Posted by mb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git

commit cb2eb7c2caafa4807531d4c4bbc4c6f070611ee4
Author: Matt Benson <mb...@apache.org>
AuthorDate: Sun Jun 17 11:49:31 2018 -0500

    omit shaded classes from API compatibility reporting
---
 modules/normalizer/pom.xml        | 13 +++++++++++++
 modules/privilizer/weaver/pom.xml | 13 +++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/modules/normalizer/pom.xml b/modules/normalizer/pom.xml
index d6d408a..d2f60c8 100644
--- a/modules/normalizer/pom.xml
+++ b/modules/normalizer/pom.xml
@@ -151,6 +151,19 @@ under the License.
           </execution>
         </executions>
       </plugin>
+       <plugin>
+       	<groupId>com.github.siom79.japicmp</groupId>
+       	<artifactId>japicmp-maven-plugin</artifactId>
+       	<configuration>
+          <parameter>
+            <excludes>
+              <exclude>org.apache.commons.weaver.normalizer._asm</exclude>
+              <exclude>org.apache.commons.weaver.normalizer._io</exclude>
+              <exclude>org.apache.commons.weaver.normalizer._lang3</exclude>
+       	    </excludes>
+          </parameter>
+       	</configuration>
+       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
diff --git a/modules/privilizer/weaver/pom.xml b/modules/privilizer/weaver/pom.xml
index b8e9301..c2b0d97 100644
--- a/modules/privilizer/weaver/pom.xml
+++ b/modules/privilizer/weaver/pom.xml
@@ -174,6 +174,19 @@ under the License.
            </execution>
          </executions>
        </plugin>
+       <plugin>
+       	<groupId>com.github.siom79.japicmp</groupId>
+       	<artifactId>japicmp-maven-plugin</artifactId>
+       	<configuration>
+          <parameter>
+            <excludes>
+              <exclude>org.apache.commons.weaver.privilizer._asm</exclude>
+              <exclude>org.apache.commons.weaver.privilizer._io</exclude>
+              <exclude>org.apache.commons.weaver.privilizer._lang3</exclude>
+       	    </excludes>
+          </parameter>
+       	</configuration>
+       </plugin>
     </plugins>
   </build>
   <reporting>

-- 
To stop receiving notification emails like this one, please contact
mbenson@apache.org.

[commons-weaver] 04/04: Merge remote-tracking branch 'origin/master'

Posted by mb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git

commit fb1c27de7a1c0ddf3fdde335c69a47c33fd2e1a5
Merge: 1f19f70 fc323c8
Author: Matt Benson <mb...@apache.org>
AuthorDate: Sun Jun 17 11:53:51 2018 -0500

    Merge remote-tracking branch 'origin/master'

 .gitignore | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
mbenson@apache.org.

[commons-weaver] 03/04: remove shading instructions for commons-io, which is no longer a dependency

Posted by mb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git

commit 1f19f702d2f6bc708d479e9472970f53c39efc01
Author: Matt Benson <mb...@apache.org>
AuthorDate: Sun Jun 17 11:53:31 2018 -0500

    remove shading instructions for commons-io, which is no longer a dependency
---
 modules/normalizer/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/normalizer/pom.xml b/modules/normalizer/pom.xml
index d2f60c8..ffeb875 100644
--- a/modules/normalizer/pom.xml
+++ b/modules/normalizer/pom.xml
@@ -109,7 +109,6 @@ under the License.
               <artifactSet>
                 <includes>
                   <include>org.apache.commons:commons-lang3</include>
-                  <include>commons-io:commons-io</include>
                   <include>org.ow2.asm:*</include>
                 </includes>
               </artifactSet>
@@ -119,10 +118,6 @@ under the License.
                   <shadedPattern>org.apache.commons.weaver.normalizer._lang3.</shadedPattern>
                 </relocation>
                 <relocation>
-                  <pattern>org.apache.commons.io.</pattern>
-                  <shadedPattern>org.apache.commons.weaver.normalizer._io.</shadedPattern>
-                </relocation>
-                <relocation>
                   <pattern>org.objectweb.asm.</pattern>
                   <shadedPattern>org.apache.commons.weaver.normalizer._asm.</shadedPattern>
                 </relocation>

-- 
To stop receiving notification emails like this one, please contact
mbenson@apache.org.