You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <kh...@gmx.de> on 2019/03/01 09:38:53 UTC

Re: [VOTE] Release Apache Maven Resolver version 1.3.2

Hi,

+1 from me.

Kind regards
Karl Heinz Marbaise
On 23.02.19 17:20, Karl Heinz Marbaise wrote:
> Hi to all,
> 
> We solved 3 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12344318 
> 
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC%2C%20updated%20DESC 
> 
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1488
> 
> https://repository.apache.org/content/repositories/maven-1488/org/apache/maven/resolver/maven-resolver/1.3.2/maven-resolver-1.3.2-source-release.zip 
> 
> 
> Source release checksum(s):
> maven-resolver-1.3.2-source-release.zip sha1: 
> 44c0b4f5c97cabe790ef27b7e74fadf554d6506a
> 
> maven-resolver-1.3.2-source-release.zip sha512: 
> 4a795e63c896e75bb6cfd1aab276a4ab8099be42b2e6091c58df9f5a992e045c263231350ac0218d64954937cbd9691c2a880992e36c52d3378f30e29914a582 
> 
> 
> Staging site:
> http://maven.apache.org/resolver-archives/resolver-LATEST/
> 
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for at least 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> Kind regards
> Karl Heinz Marbaise

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Apache Maven Resolver version 1.3.2

Posted by Michael Osipov <mi...@apache.org>.
Am 2019-03-01 um 16:48 schrieb Thiebaud, Christophe:
> [FYI]
> 
> 
> 
> Got
> 
> 
> 
> java.lang.NoSuchMethodError: java.nio.ByteBuffer.rewind()Ljava/nio/ByteBuffer;
> 
> 
> 
> When running my tools<https://github.com/aequologica/quintessence/blob/develop/quintessence-core/src/main/java/net/aequologica/neo/quintessence/jaxrs/Resource.java> with java8 and the maven-resolver 1.3.2<https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver/1.3.2/pom>
> 
> 
> 
> Google says :
> 
> 
> 
> “compiling with a java 9 compiler (using -source 1.8 -target
> 
> 1.8 like our build does), then the resulting jar file cannot actually
> 
> be used with a java 8 JVM.
> 
> 
> 
> The reason is, in java 9 ByteBuffer.class got some new covariant overrides:
> 
> e.g. ByteBuffer.java has position(int) that returns ByteBuffer, but
> 
> this does not exist on java 8 (the position method is only in
> 
> Buffer.java returning Buffer).”
> 
> 
> 
> Is compatibility with java 8 dropped ?

Snaps, I have seens this already somewhere. The outcome was to typecast 
explicitly to get correct bytecode.

@Karl, did you compile with JDK 8 only?

Michael


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: [VOTE] Release Apache Maven Resolver version 1.3.2

Posted by "Thiebaud, Christophe" <ch...@sap.com>.
[FYI]



Got



java.lang.NoSuchMethodError: java.nio.ByteBuffer.rewind()Ljava/nio/ByteBuffer;



When running my tools<https://github.com/aequologica/quintessence/blob/develop/quintessence-core/src/main/java/net/aequologica/neo/quintessence/jaxrs/Resource.java> with java8 and the maven-resolver 1.3.2<https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver/1.3.2/pom>



Google says :



“compiling with a java 9 compiler (using -source 1.8 -target

1.8 like our build does), then the resulting jar file cannot actually

be used with a java 8 JVM.



The reason is, in java 9 ByteBuffer.class got some new covariant overrides:

e.g. ByteBuffer.java has position(int) that returns ByteBuffer, but

this does not exist on java 8 (the position method is only in

Buffer.java returning Buffer).”



Is compatibility with java 8 dropped ?



Thank

Christophe



-----Original Message-----
From: Grzegorz Grzybek <gr...@gmail.com>
Sent: Freitag, 1. März 2019 11:05
To: Maven Developers List <de...@maven.apache.org>
Subject: Re: [VOTE] Release Apache Maven Resolver version 1.3.2



+1 (not binding)



regards

Grzegorz Grzybek



pt., 1 mar 2019 o 10:39 Karl Heinz Marbaise <kh...@gmx.de>> napisał(a):



> Hi,

>

> +1 from me.

>

> Kind regards

> Karl Heinz Marbaise

> On 23.02.19 17:20, Karl Heinz Marbaise wrote:

> > Hi to all,

> >

> > We solved 3 issues:

> >

> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12344318

> >

> >

> > There are still a couple of issues left in JIRA:

> >

> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC%2C%20updated%20DESC

> >

> >

> > Staging repo:

> > https://repository.apache.org/content/repositories/maven-1488

> >

> >

> https://repository.apache.org/content/repositories/maven-1488/org/apache/maven/resolver/maven-resolver/1.3.2/maven-resolver-1.3.2-source-release.zip

> >

> >

> > Source release checksum(s):

> > maven-resolver-1.3.2-source-release.zip sha1:

> > 44c0b4f5c97cabe790ef27b7e74fadf554d6506a

> >

> > maven-resolver-1.3.2-source-release.zip sha512:

> >

> 4a795e63c896e75bb6cfd1aab276a4ab8099be42b2e6091c58df9f5a992e045c263231350ac0218d64954937cbd9691c2a880992e36c52d3378f30e29914a582

>

> >

> >

> > Staging site:

> > http://maven.apache.org/resolver-archives/resolver-LATEST/

> >

> > Guide to testing staged releases:

> > https://maven.apache.org/guides/development/guide-testing-releases.html

> >

> > Vote open for at least 72 hours.

> >

> > [ ] +1

> > [ ] +0

> > [ ] -1

> >

> > Kind regards

> > Karl Heinz Marbaise

>

> ---------------------------------------------------------------------

> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org<ma...@maven.apache.org>

> For additional commands, e-mail: dev-help@maven.apache.org<ma...@maven.apache.org>

>

>

Re: [VOTE] Release Apache Maven Resolver version 1.3.2

Posted by Grzegorz Grzybek <gr...@gmail.com>.
+1 (not binding)

regards
Grzegorz Grzybek

pt., 1 mar 2019 o 10:39 Karl Heinz Marbaise <kh...@gmx.de> napisał(a):

> Hi,
>
> +1 from me.
>
> Kind regards
> Karl Heinz Marbaise
> On 23.02.19 17:20, Karl Heinz Marbaise wrote:
> > Hi to all,
> >
> > We solved 3 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12344318
> >
> >
> > There are still a couple of issues left in JIRA:
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC%2C%20updated%20DESC
> >
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1488
> >
> >
> https://repository.apache.org/content/repositories/maven-1488/org/apache/maven/resolver/maven-resolver/1.3.2/maven-resolver-1.3.2-source-release.zip
> >
> >
> > Source release checksum(s):
> > maven-resolver-1.3.2-source-release.zip sha1:
> > 44c0b4f5c97cabe790ef27b7e74fadf554d6506a
> >
> > maven-resolver-1.3.2-source-release.zip sha512:
> >
> 4a795e63c896e75bb6cfd1aab276a4ab8099be42b2e6091c58df9f5a992e045c263231350ac0218d64954937cbd9691c2a880992e36c52d3378f30e29914a582
>
> >
> >
> > Staging site:
> > http://maven.apache.org/resolver-archives/resolver-LATEST/
> >
> > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for at least 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > Kind regards
> > Karl Heinz Marbaise
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>