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/05/16 19:06:06 UTC

[commons-weaver] branch master updated (3809773 -> 12bbfdd)

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 3809773  Java 8 only for travis
     new 954f4bf  ws
     new 12bbfdd  merge duplicate plugin declaration

The 2 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:
 build-tools/pom.xml                                        | 14 +++++---------
 .../commons/weaver/privilizer/BlueprintingVisitor.java     |  2 +-
 2 files changed, 6 insertions(+), 10 deletions(-)

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

[commons-weaver] 02/02: merge duplicate plugin declaration

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 12bbfdd0ac4428b7fd2b1227c73fc8af657cf79c
Author: Matt Benson <mb...@apache.org>
AuthorDate: Wed May 16 14:06:02 2018 -0500

    merge duplicate plugin declaration
---
 build-tools/pom.xml | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index a0d142b..aadf121 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -55,6 +55,11 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/*</exclude>
+          </excludes>
+        </configuration>
         <executions>
           <execution>
             <id>create-javadoc-jar</id>
@@ -62,15 +67,6 @@ under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/*</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>

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

[commons-weaver] 01/02: ws

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 954f4bf531d7eab2224a9a2fe4ba525b27ad11db
Author: Matt Benson <mb...@apache.org>
AuthorDate: Thu May 10 17:47:33 2018 -0500

    ws
---
 .../java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.java
index e6c6226..ac3b1ce 100644
--- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.java
+++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.java
@@ -301,7 +301,7 @@ class BlueprintingVisitor extends Privilizer.PrivilizerClassVisitor {
         final Pair<Type, Method> methodKey;
         final Type owner;
 
-        NestedMethodInvocationHandler(final MethodVisitor mvr, final Pair<Type,Method> methodKey) {
+        NestedMethodInvocationHandler(final MethodVisitor mvr, final Pair<Type, Method> methodKey) {
             super(mvr);
             this.methodKey = methodKey;
             this.owner = methodKey.getLeft();

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