You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/04/16 13:52:18 UTC

[GitHub] [maven-archetype] elharo opened a new pull request #42: [MARCHETYPE-595] update xmlunit

elharo opened a new pull request #42: [MARCHETYPE-595] update xmlunit
URL: https://github.com/apache/maven-archetype/pull/42
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [maven-archetype] elharo commented on issue #42: [MARCHETYPE-596] update xmlunit

Posted by GitBox <gi...@apache.org>.
elharo commented on issue #42: [MARCHETYPE-596] update xmlunit
URL: https://github.com/apache/maven-archetype/pull/42#issuecomment-614819854
 
 
   Curious how this gives a red build AND "Test Result (no failures)"

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [maven-archetype] rfscholte commented on issue #42: [MARCHETYPE-596] update xmlunit

Posted by GitBox <gi...@apache.org>.
rfscholte commented on issue #42: [MARCHETYPE-596] update xmlunit
URL: https://github.com/apache/maven-archetype/pull/42#issuecomment-614826701
 
 
   It was not a test that failed. 
   
   [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ archetype-common ---
   [INFO] Restricted to JDK 1.7 yet javax.xml.bind:jaxb-api:jar:2.3.0:test contains META-INF/versions/9/javax/xml/bind/ModuleUtil.class targeted to JDK 1.9
   [WARNING] Rule 0: org.apache.maven.plugins.enforcer.EnforceBytecodeVersion failed with message:
   Found Banned Dependency: javax.xml.bind:jaxb-api:jar:2.3.0
   Use 'mvn dependency:tree' to locate the source of the banned dependencies.
   
   On 16-4-2020 20:24:47, Elliotte Rusty Harold <no...@github.com> wrote:
   Curious how this gives a red build AND "Test Result (no failures)"
   —
   You are receiving this because you are subscribed to this thread.
   Reply to this email directly, view it on GitHub [https://github.com/apache/maven-archetype/pull/42#issuecomment-614819854], or unsubscribe [https://github.com/notifications/unsubscribe-auth/AABE3UCW2IG3Q5A2GKWLOYLRM5EOXANCNFSM4MJWENXA].

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [maven-archetype] elharo commented on issue #42: [MARCHETYPE-596] update xmlunit

Posted by GitBox <gi...@apache.org>.
elharo commented on issue #42: [MARCHETYPE-596] update xmlunit
URL: https://github.com/apache/maven-archetype/pull/42#issuecomment-614888422
 
 
   Updating enforcer rules worked.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [maven-archetype] elharo commented on issue #42: [MARCHETYPE-596] update xmlunit

Posted by GitBox <gi...@apache.org>.
elharo commented on issue #42: [MARCHETYPE-596] update xmlunit
URL: https://github.com/apache/maven-archetype/pull/42#issuecomment-614830007
 
 
   Hmm, shouldn't that be an ERROR, not a WARNING then?
   In either case, is our test here to strict? The problematic byte code is hidden in inside a multi-release jar so it should be OK for any VM that sees it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [maven-archetype] elharo merged pull request #42: [MARCHETYPE-596] update xmlunit

Posted by GitBox <gi...@apache.org>.
elharo merged pull request #42: [MARCHETYPE-596] update xmlunit
URL: https://github.com/apache/maven-archetype/pull/42
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [maven-archetype] rfscholte commented on issue #42: [MARCHETYPE-596] update xmlunit

Posted by GitBox <gi...@apache.org>.
rfscholte commented on issue #42: [MARCHETYPE-596] update xmlunit
URL: https://github.com/apache/maven-archetype/pull/42#issuecomment-614831898
 
 
   my guess: the rule is set to failOnWarning.
   AFAIK most recent version of this rule understands multirelease jar.
   On 16-4-2020 20:44:45, Elliotte Rusty Harold <no...@github.com> wrote:
   Hmm, shouldn't that be an ERROR, not a WARNING then?
   In either case, is our test here to strict? The problematic byte code is hidden in inside a multi-release jar so it should be OK for any VM that sees it.
   —
   You are receiving this because you commented.
   Reply to this email directly, view it on GitHub [https://github.com/apache/maven-archetype/pull/42#issuecomment-614830007], or unsubscribe [https://github.com/notifications/unsubscribe-auth/AABE3UBN5D332G6ATUQJ4BLRM5GZPANCNFSM4MJWENXA].

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services