[jira] [Commented] (MJAR-205) Compatibility with JDK9 requires an update of plexus-archiver

2016-01-31 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MJAR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15125367#comment-15125367
 ] 

Hudson commented on MJAR-205:
-

FAILURE: Integrated in maven-plugins #5046 (See 
[https://builds.apache.org/job/maven-plugins/5046/])
[MJAR-205] Compatibility with JDK9 requires an update of plexus-archiver 
(khmarbaise: [http://svn.apache.org/viewvc/?view=rev=1727826])
* maven-jar-plugin/pom.xml


> Compatibility with JDK9 requires an update of plexus-archiver
> -
>
> Key: MJAR-205
> URL: https://issues.apache.org/jira/browse/MJAR-205
> Project: Maven JAR Plugin
>  Issue Type: Bug
>Affects Versions: 2.6
>Reporter: Sanne Grinovero
>Assignee: Karl Heinz Marbaise
>  Labels: java9
> Fix For: 3.0.0
>
>
> The Maven Jar plugin will fail when running on Java 9 since preview build 95 
> (since inclusion of project Verona) because of a small issue in the used 
> version of plexus-archiver.
> See also:
>  - https://github.com/codehaus-plexus/plexus-archiver/issues/13
> The trivial fix was merged:
>  - https://github.com/codehaus-plexus/plexus-archiver/pull/12
> This is to track the need for an update to a `plexus-archiver` version 
> including  the above patches. Would love to see a Maven release including 
> this too, so that we can use our project's existing testsuites to test for 
> Java9 compatibility ASAP.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MJAR-205) Compatibility with JDK9 requires an update of plexus-archiver

2015-12-11 Thread Karl Heinz Marbaise (JIRA)

[ 
https://issues.apache.org/jira/browse/MJAR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052697#comment-15052697
 ] 

Karl Heinz Marbaise commented on MJAR-205:
--

Just waiting for plexus-archiver release...so i can start the release process 
for maven-jar-plugin which is prepared

> Compatibility with JDK9 requires an update of plexus-archiver
> -
>
> Key: MJAR-205
> URL: https://issues.apache.org/jira/browse/MJAR-205
> Project: Maven JAR Plugin
>  Issue Type: Bug
>Affects Versions: 2.6
>Reporter: Sanne Grinovero
>  Labels: java9
> Fix For: 3.0.0
>
>
> The Maven Jar plugin will fail when running on Java 9 since preview build 95 
> (since inclusion of project Verona) because of a small issue in the used 
> version of plexus-archiver.
> See also:
>  - https://github.com/codehaus-plexus/plexus-archiver/issues/13
> The trivial fix was merged:
>  - https://github.com/codehaus-plexus/plexus-archiver/pull/12
> This is to track the need for an update to a `plexus-archiver` version 
> including  the above patches. Would love to see a Maven release including 
> this too, so that we can use our project's existing testsuites to test for 
> Java9 compatibility ASAP.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MJAR-205) Compatibility with JDK9 requires an update of plexus-archiver

2015-12-11 Thread Kristian Rosenvold (JIRA)

[ 
https://issues.apache.org/jira/browse/MJAR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052708#comment-15052708
 ] 

Kristian Rosenvold commented on MJAR-205:
-

There's a couple of other issues that need to be fixed in archiver, give it a 
few days :)

> Compatibility with JDK9 requires an update of plexus-archiver
> -
>
> Key: MJAR-205
> URL: https://issues.apache.org/jira/browse/MJAR-205
> Project: Maven JAR Plugin
>  Issue Type: Bug
>Affects Versions: 2.6
>Reporter: Sanne Grinovero
>  Labels: java9
> Fix For: 3.0.0
>
>
> The Maven Jar plugin will fail when running on Java 9 since preview build 95 
> (since inclusion of project Verona) because of a small issue in the used 
> version of plexus-archiver.
> See also:
>  - https://github.com/codehaus-plexus/plexus-archiver/issues/13
> The trivial fix was merged:
>  - https://github.com/codehaus-plexus/plexus-archiver/pull/12
> This is to track the need for an update to a `plexus-archiver` version 
> including  the above patches. Would love to see a Maven release including 
> this too, so that we can use our project's existing testsuites to test for 
> Java9 compatibility ASAP.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MJAR-205) Compatibility with JDK9 requires an update of plexus-archiver

2015-12-11 Thread Karl Heinz Marbaise (JIRA)

[ 
https://issues.apache.org/jira/browse/MJAR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052723#comment-15052723
 ] 

Karl Heinz Marbaise commented on MJAR-205:
--

Sure no problem...I will just simply wait for it...

> Compatibility with JDK9 requires an update of plexus-archiver
> -
>
> Key: MJAR-205
> URL: https://issues.apache.org/jira/browse/MJAR-205
> Project: Maven JAR Plugin
>  Issue Type: Bug
>Affects Versions: 2.6
>Reporter: Sanne Grinovero
>  Labels: java9
> Fix For: 3.0.0
>
>
> The Maven Jar plugin will fail when running on Java 9 since preview build 95 
> (since inclusion of project Verona) because of a small issue in the used 
> version of plexus-archiver.
> See also:
>  - https://github.com/codehaus-plexus/plexus-archiver/issues/13
> The trivial fix was merged:
>  - https://github.com/codehaus-plexus/plexus-archiver/pull/12
> This is to track the need for an update to a `plexus-archiver` version 
> including  the above patches. Would love to see a Maven release including 
> this too, so that we can use our project's existing testsuites to test for 
> Java9 compatibility ASAP.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)