Re: Using "annotationProcessorPaths" together with version ranges

2017-08-17 Thread Mark Derricutt
On 17 Aug 2017, at 19:33, Cristian Spiescu wrote: > When using maven-compiler-plugin with "annotationProcessorPaths", and I > specify a dependency with a version range: it doesn't seem to work. I have > done some debugging, and I see that the general dependency solving mechanism > (that does I

Re: Building a Java9 project just using JDK9

2017-08-17 Thread Tibor Digana
I am going to run the build with --add-modules java.se.ee If this will work for me then pls confirm that I can commit it to master. On Thu, Aug 17, 2017 at 11:18 PM, Enrico Olivelli wrote: > On mer 16 ago 2017, 08:19 Tibor Digana > wrote: > > > Still I do not understand what is the difference

Re: Building a Java9 project just using JDK9

2017-08-17 Thread Bernd Eckenfels
You recreate a limited modules JRE with jlink. Haven't tried it but maybe you can generate an image with Java.se.ee as root that way, too. Gruss Bernd -- http://bernd.eckenfels.net From: Tibor Digana Sent: Wednesday, August 16, 2017 8:28:02 AM To: Maven Developer

Re: Building a Java9 project just using JDK9

2017-08-17 Thread Enrico Olivelli
On mer 16 ago 2017, 08:19 Tibor Digana wrote: > Still I do not understand what is the difference between *all_system* > and *java.se.ee > *. > Is it a bug that proprietary package *jdk.incubator.httpclient* is in the > warning? It looks like it wants to be exposed out of the jd

[RESULT] [VOTE] Release Apache Maven EJB Plugin version 3.0.0

2017-08-17 Thread Karl Heinz Marbaise
i, The vote has passed with the following result: +1 : Tibor Digana, Anders Hammar, Karl Heinz Marbaise PMC quorum: reached. I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise - To unsubscribe

Re: [VOTE] Release Apache Maven EJB Plugin version 3.0.0

2017-08-17 Thread Karl Heinz Marbaise
Hi, +1 from me... Kind regards Karl Heinz Marbaise On 13/08/17 17:02, Karl Heinz Marbaise wrote: Hi, We solved 29 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317421&version=12330676 There are still a couple of issues left in JIRA: https://issues.apache.org/j

Re: [VOTE] Release Apache Maven EJB Plugin version 3.0.0

2017-08-17 Thread Anders Hammar
+1 (binding) Tested with Maven 3.3.3 and IBM JDK 7.1. I did find some minor text bugs on the site which I filed tickets for [1] [2] [3]. [1] https://issues.apache.org/jira/browse/MEJB-115 [2] https://issues.apache.org/jira/browse/MEJB-116 [3] https://issues.apache.org/jira/browse/MEJB-117 /Ande

Using "annotationProcessorPaths" together with version ranges

2017-08-17 Thread Cristian Spiescu
Hello, I think I have spotted a bug, but I'm not 100% sure. When using maven-compiler-plugin with "annotationProcessorPaths", and I specify a dependency with a version range: it doesn't seem to work. I have done some debugging, and I see that the general dependency solving mechanism (that doe