You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2020/03/31 14:20:58 UTC

[qpid-proton-j] branch master updated (a4ff2bc -> 02998b3)

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

robbie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git.


    from a4ff2bc  PROTON-2179: pass the cause exception when throwing the IAE
     new 20c9943  PROTON-2158: Adding automatic module name entry.
     new 02998b3  PROTON-2158: suppress automatic entries reintroduced with jar plugin addition in previous commit

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:
 proton-j/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-proton-j] 01/02: PROTON-2158: Adding automatic module name entry.

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

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit 20c9943086678159d3776ebab03516eb11ed0f4a
Author: Connie <co...@microsoft.com>
AuthorDate: Thu Mar 19 07:12:50 2020 -0700

    PROTON-2158: Adding automatic module name entry.
    
    This closes #37
---
 proton-j/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index 852760d..0c0f0dd 100644
--- a/proton-j/pom.xml
+++ b/proton-j/pom.xml
@@ -61,6 +61,17 @@
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Automatic-Module-Name>org.apache.qpid.proton.j</Automatic-Module-Name>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-proton-j] 02/02: PROTON-2158: suppress automatic entries reintroduced with jar plugin addition in previous commit

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

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit 02998b382967b997ac86a6b1ea2d507bfd9a862f
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Mar 31 15:13:46 2020 +0100

    PROTON-2158: suppress automatic entries reintroduced with jar plugin addition in previous commit
---
 proton-j/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index 0c0f0dd..0b2fa07 100644
--- a/proton-j/pom.xml
+++ b/proton-j/pom.xml
@@ -69,6 +69,10 @@
             <manifestEntries>
               <Automatic-Module-Name>org.apache.qpid.proton.j</Automatic-Module-Name>
             </manifestEntries>
+            <manifest>
+              <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
+              <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
+            </manifest>
           </archive>
         </configuration>
       </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org