Re: [ANN] Apache Maven JDeprScan Plugin 3.0.0-alpha-1 Released

2017-11-17 Thread Russell Gold
If you go to the project page https://maven.apache.org/plugins/maven-jdeprscan-plugin/, you will see more information, including how to check out the sources: svn checkout http://svn.apache.org/repos/asf/maven/plugins/tags/maven-jdeprscan-plugin-3.0.0-alpha-1 maven-jdeprscan-plugin and how

Re: [ANN] Apache Maven JDeprScan Plugin 3.0.0-alpha-1 Released

2017-11-17 Thread sebb
On 17 November 2017 at 09:27, Robert Scholte wrote: > The Apache Maven team is pleased to announce the first release of the Apache > Maven JDeprScan Plugin, version 3.0.0-alpha-1 > > The Maven JDeprScan plugin is used to scan class files for uses of > deprecated API elemen

[ANN] Apache Maven JDeprScan Plugin 3.0.0-alpha-1 Released

2017-11-17 Thread Robert Scholte
The Apache Maven team is pleased to announce the first release of the Apache Maven JDeprScan Plugin, version 3.0.0-alpha-1 The Maven JDeprScan plugin is used to scan class files for uses of deprecated API elements. It uses the jdeprscan tool as provided with Java 9. https

[RESULT] [VOTE] Release Apache Maven JDeprScan Plugin version 3.0.0-alpha-1

2017-11-15 Thread Robert Scholte
initial release of the Maven JDeprScan Plugin. It is a wrapper around the jdeprscan tool, available since Java 9: https://docs.oracle.com/javase/9/tools/jdeprscan.htm There are zero issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MJDEPRSCAN%20AND%20status%20%3D%20Open

Re: [VOTE] Release Apache Maven JDeprScan Plugin version 3.0.0-alpha-1

2017-11-15 Thread Olivier Lamy
rt Scholte > > > wrote: > > > > Hi, > >> > >> This is the initial release of the Maven JDeprScan Plugin. > >> > >> It is a wrapper around the jdeprscan tool, available since Java 9: > >> https://docs.oracle.com/javase/9/tools/jdep

Re: [VOTE] Release Apache Maven JDeprScan Plugin version 3.0.0-alpha-1

2017-11-15 Thread Arnaud Héritier
+1 On Wed, Nov 15, 2017 at 1:59 PM, Robert Scholte wrote: > Still wating for one Maven PMC vote. > > thanks, > Robert > > On Sun, 12 Nov 2017 16:15:07 +0100, Robert Scholte > wrote: > > Hi, >> >> This is the initial release of the Maven JDeprScan P

Re: [VOTE] Release Apache Maven JDeprScan Plugin version 3.0.0-alpha-1

2017-11-15 Thread Robert Scholte
Still wating for one Maven PMC vote. thanks, Robert On Sun, 12 Nov 2017 16:15:07 +0100, Robert Scholte wrote: Hi, This is the initial release of the Maven JDeprScan Plugin. It is a wrapper around the jdeprscan tool, available since Java 9: https://docs.oracle.com/javase/9/tools

Re: [VOTE] Release Apache Maven JDeprScan Plugin version 3.0.0-alpha-1

2017-11-15 Thread Robert Scholte
release of the Maven JDeprScan Plugin. It is a wrapper around the jdeprscan tool, available since Java 9: https://docs.oracle.com/javase/9/tools/jdeprscan.htm There are zero issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D% 20MJDEPRSCAN%20AND%20status%20%3D%20Open%20ORDER

Re: [VOTE] Release Apache Maven JDeprScan Plugin version 3.0.0-alpha-1

2017-11-14 Thread Hervé BOUTEMY
novembre 2017, 16:15:07 CET Robert Scholte a écrit : > Hi, > > This is the initial release of the Maven JDeprScan Plugin. > > It is a wrapper around the jdeprscan tool, available since Java 9: > https://docs.oracle.com/javase/9/tools/jdeprscan.htm > > There are zero issu

Re: [VOTE] Release Apache Maven JDeprScan Plugin version 3.0.0-alpha-1

2017-11-14 Thread Robert Scholte
+1 On Sun, 12 Nov 2017 16:15:07 +0100, Robert Scholte wrote: Hi, This is the initial release of the Maven JDeprScan Plugin. It is a wrapper around the jdeprscan tool, available since Java 9: https://docs.oracle.com/javase/9/tools/jdeprscan.htm There are zero issues left in JIRA: https

Re: [VOTE] Release Apache Maven JDeprScan Plugin version 3.0.0-alpha-1

2017-11-13 Thread Martijn Verburg
Non binding but it works well for me on Latest 3.5.2 and Java 9.0.1 Cheers, Martijn On 12 November 2017 at 15:15, Robert Scholte wrote: > Hi, > > This is the initial release of the Maven JDeprScan Plugin. > > It is a wrapper around the jdeprscan tool, available since

[VOTE] Release Apache Maven JDeprScan Plugin version 3.0.0-alpha-1

2017-11-12 Thread Robert Scholte
Hi, This is the initial release of the Maven JDeprScan Plugin. It is a wrapper around the jdeprscan tool, available since Java 9: https://docs.oracle.com/javase/9/tools/jdeprscan.htm There are zero issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MJDEPRSCAN%20AND

Re: Maven JDeprScan Plugin

2017-11-01 Thread Brian Fox
All set. On Sat, Oct 28, 2017 at 9:48 AM, Robert Scholte wrote: > Hi, > > I'd like to prepare an alpha release of the Maven JDeprScan Plugin > It is a wrapper around the jdeprscan tool[1], available since Java 9. > > You use the jdeprscan tool as a static analysis tool

Re: Maven JDeprScan Plugin

2017-10-30 Thread Martijn Verburg
I can confirm it works well in my testing. Cheers, Martijn On 28 October 2017 at 13:46, Robert Scholte wrote: > Hi, > > I'd like to prepare an alpha release of the Maven JDeprScan Plugin > It is a wrapper around the jdeprscan tool[1], available since Java 9. > > You us

Maven JDeprScan Plugin

2017-10-28 Thread Robert Scholte
Hi, I'd like to prepare an alpha release of the Maven JDeprScan Plugin It is a wrapper around the jdeprscan tool[1], available since Java 9. You use the jdeprscan tool as a static analysis tool that scans a jar file (or some other aggregation of class files) for uses of deprecate

Maven JDeprScan Plugin

2017-10-28 Thread Robert Scholte
Hi, I'd like to prepare an alpha release of the Maven JDeprScan Plugin It is a wrapper around the jdeprscan tool[1], available since Java 9. You use the jdeprscan tool as a static analysis tool that scans a jar file (or some other aggregation of class files) for uses of deprecate