You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Matt Benson <mb...@apache.org> on 2014/06/10 17:39:06 UTC

[VOTE] Release Apache Commons Weaver 1.1 based on RC2

I would like to release the [weaver] component.

Apache Commons Weaver 1.1 RC2 is available for review at:
  https://dist.apache.org/repos/dist/dev/commons/weaver/ (r5555).

Maven artifacts are at:
  https://repository.apache.org/content/repositories/orgapachecommons-1034/
 .

Tested with Oracle JDKs 6, 7 and 8.

The Subversion tag is:
  http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC2/
 (r1601619).

Site (note some links are broken; this will be fixed when the site is
deployed):
  http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/index.html

RAT Report:
  http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/rat-report.html

Quality Reports (CLIRR/PMD/Checkstyle/Findbugs):
  http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
-processor/project-reports.html
  http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
-modules-parent/commons-weaver-privilizer-parent/commons-weaver
-privilizer-api/project-reports.html
  http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
-modules-parent/commons-weaver-privilizer-parent/commons-weaver
-privilizer/project-reports.html
  http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
-modules-parent/commons-weaver-normalizer-parent/commons-weaver
-normalizer/project-reports.html
  http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
-maven-plugin/project-reports.html
  http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
-antlib-parent/commons-weaver-antlib/project-reports.html

Keys: https://dist.apache.org/repos/dist/release/commons/KEYS

Please review the release candidate and vote.
  This vote will close no sooner than 72 hours from now, i.e. after 1545UTC
13-June 2014

  [ ] +1 Release these artifacts
  [ ] +0 OK, but...
  [ ] -0 OK, but really should fix...
  [ ] -1 I oppose this release because...

  Thanks!

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC2

Posted by Jörg Schaible <jo...@gmx.de>.
Hi Matt,

Matt Benson wrote:

> I would like to release the [weaver] component.
> 
> Apache Commons Weaver 1.1 RC2 is available for review at:
>   https://dist.apache.org/repos/dist/dev/commons/weaver/ (r5555).
> 
> Maven artifacts are at:
>   
https://repository.apache.org/content/repositories/orgapachecommons-1034/
>  .
> 
> Tested with Oracle JDKs 6, 7 and 8.
> 
> The Subversion tag is:
>   http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC2/
>  (r1601619).
> 
> Site (note some links are broken; this will be fixed when the site is
> deployed):
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/index.html
> 
> RAT Report:
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/rat-report.html
> 
> Quality Reports (CLIRR/PMD/Checkstyle/Findbugs):
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -processor/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> -privilizer-api/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> -privilizer/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -modules-parent/commons-weaver-normalizer-parent/commons-weaver
> -normalizer/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -maven-plugin/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -antlib-parent/commons-weaver-antlib/project-reports.html
> 
> Keys: https://dist.apache.org/repos/dist/release/commons/KEYS
> 
> Please review the release candidate and vote.
>   This vote will close no sooner than 72 hours from now, i.e. after
>   1545UTC
> 13-June 2014
> 
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
> 
>   Thanks!

I've tried to build the release from the source tarball with my compiler 
zoo.

Build succeeds with:
- icedtea6 (OpenJDK)
- icedtea7 (OpenJDK)
- Sun JDK 6
- Oracle Java 7

Build fails with (see below):
- Java 8 (just as Greg already reported)
- IBM JDK 6 fails due to test failure in "Build Tools" (even if built with 
Sun Java 6)
- IBM JDK 7 fails due to test failure in "Normalizer Example" (even if built 
with Oracle Java 7)

Minor documentation nits:
- BUILDING.TXT: The only file with uppercase extension, unfriendly for Unix
- None of the *.txt files contain the minimal supported runtime: Java 6

Cheers,
Jörg


Test failure IBM JDK 6 (Build Tools):
==================== %< ========================
Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.421 sec 
<<< FAILURE! - in org.apache.commons.weaver.FinderTest
testObjectMethods(org.apache.commons.weaver.FinderTest)  Time elapsed: 0.363 
sec  <<< ERROR!
java.lang.ClassCastException: [D incompatible with 
java.lang.annotation.Annotation
        at 
org.apache.commons.weaver.utils.Annotations$1.invoke(Annotations.java:62)
        at $Proxy2.equals(Unknown Source)
        at java.util.WeakHashMap.isEqual(WeakHashMap.java:737)
        at java.util.WeakHashMap.getEntry(WeakHashMap.java:493)
        at java.util.WeakHashMap.containsKey(WeakHashMap.java:285)
        at 
org.apache.commons.lang3.builder.ToStringStyle.isRegistered(ToStringStyle.java:173)
        at 
org.apache.commons.lang3.builder.ToStringStyle.appendInternal(ToStringStyle.java:471)
        at 
org.apache.commons.lang3.builder.ToStringStyle.append(ToStringStyle.java:445)
        at 
org.apache.commons.lang3.builder.ToStringBuilder.append(ToStringBuilder.java:848)
        at 
org.apache.commons.lang3.AnnotationUtils.toString(AnnotationUtils.java:202)
        at 
org.apache.commons.lang3.AnnotationUtils$1.appendDetail(AnnotationUtils.java:93)
        at 
org.apache.commons.lang3.builder.ToStringStyle.appendInternal(ToStringStyle.java:559)
        at 
org.apache.commons.lang3.builder.ToStringStyle.append(ToStringStyle.java:445)
        at 
org.apache.commons.lang3.builder.ToStringBuilder.append(ToStringBuilder.java:848)
        at 
org.apache.commons.lang3.AnnotationUtils.toString(AnnotationUtils.java:202)
        at 
org.apache.commons.weaver.utils.Annotations$1.invoke(Annotations.java:68)
        at $Proxy3.toString(Unknown Source)
        at 
org.apache.commons.weaver.FinderTest.testObjectMethods(FinderTest.java:257)
==================== %< ========================


Test failure IBM JDK 7 (Normalizer Example):
==================== %< ========================
Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec 
<<< FAILURE! - in 
org.apache.commons.weaver.privilizer.example.UsingBlueprintsTest
testMoreGetTopStackElementClassName(org.apache.commons.weaver.privilizer.example.UsingBlueprintsTest)  
Time elapsed: 0.006 sec  <<< FAILURE!
org.junit.ComparisonFailure: 
expected:<[org.apache.commons.weaver.privilizer.example.Utils$More]> but 
was:<[java.lang.Thread]>
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.commons.weaver.privilizer.example.UsingBlueprintsTest.testMoreGetTopStackElementClassName(UsingBlueprintsTest.java:74)
==================== %< ========================



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


Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC2

Posted by Benedikt Ritter <br...@apache.org>.
... working through my e-mails after vacation...

Matt, what is the state of this vote?


2014-06-17 5:45 GMT+02:00 Matt Benson <gu...@gmail.com>:

> On Jun 16, 2014 10:08 PM, "Gary Gregory" <ga...@gmail.com> wrote:
> >
> > Is this vote still on-going, canceled, or being tallied up?
> >
>
> Yes.
>
> Matt
>
> > Gary
> >
> >
> > On Tue, Jun 10, 2014 at 11:39 AM, Matt Benson <mb...@apache.org>
> wrote:
> >
> > > I would like to release the [weaver] component.
> > >
> > > Apache Commons Weaver 1.1 RC2 is available for review at:
> > >   https://dist.apache.org/repos/dist/dev/commons/weaver/ (r5555).
> > >
> > > Maven artifacts are at:
> > >
> > >
> https://repository.apache.org/content/repositories/orgapachecommons-1034/
> > >  .
> > >
> > > Tested with Oracle JDKs 6, 7 and 8.
> > >
> > > The Subversion tag is:
> > >   http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC2/
> > >  (r1601619).
> > >
> > > Site (note some links are broken; this will be fixed when the site is
> > > deployed):
> > >   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/index.html
> > >
> > > RAT Report:
> > >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/rat-report.html
> > >
> > > Quality Reports (CLIRR/PMD/Checkstyle/Findbugs):
> > >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -processor/project-reports.html
> > >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> > > -privilizer-api/project-reports.html
> > >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> > > -privilizer/project-reports.html
> > >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -modules-parent/commons-weaver-normalizer-parent/commons-weaver
> > > -normalizer/project-reports.html
> > >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -maven-plugin/project-reports.html
> > >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -antlib-parent/commons-weaver-antlib/project-reports.html
> > >
> > > Keys: https://dist.apache.org/repos/dist/release/commons/KEYS
> > >
> > > Please review the release candidate and vote.
> > >   This vote will close no sooner than 72 hours from now, i.e. after
> 1545UTC
> > > 13-June 2014
> > >
> > >   [ ] +1 Release these artifacts
> > >   [ ] +0 OK, but...
> > >   [ ] -0 OK, but really should fix...
> > >   [ ] -1 I oppose this release because...
> > >
> > >   Thanks!
> > >
> >
> >
> >
> > --
> > E-Mail: garydgregory@gmail.com | ggregory@apache.org
> > Java Persistence with Hibernate, Second Edition
> > <http://www.manning.com/bauer3/>
> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> > Spring Batch in Action <http://www.manning.com/templier/>
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
>



-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC2

Posted by Matt Benson <gu...@gmail.com>.
On Jun 16, 2014 10:08 PM, "Gary Gregory" <ga...@gmail.com> wrote:
>
> Is this vote still on-going, canceled, or being tallied up?
>

Yes.

Matt

> Gary
>
>
> On Tue, Jun 10, 2014 at 11:39 AM, Matt Benson <mb...@apache.org> wrote:
>
> > I would like to release the [weaver] component.
> >
> > Apache Commons Weaver 1.1 RC2 is available for review at:
> >   https://dist.apache.org/repos/dist/dev/commons/weaver/ (r5555).
> >
> > Maven artifacts are at:
> >
> >
https://repository.apache.org/content/repositories/orgapachecommons-1034/
> >  .
> >
> > Tested with Oracle JDKs 6, 7 and 8.
> >
> > The Subversion tag is:
> >   http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC2/
> >  (r1601619).
> >
> > Site (note some links are broken; this will be fixed when the site is
> > deployed):
> >   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/index.html
> >
> > RAT Report:
> >
http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/rat-report.html
> >
> > Quality Reports (CLIRR/PMD/Checkstyle/Findbugs):
> >
http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -processor/project-reports.html
> >
http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> > -privilizer-api/project-reports.html
> >
http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> > -privilizer/project-reports.html
> >
http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -modules-parent/commons-weaver-normalizer-parent/commons-weaver
> > -normalizer/project-reports.html
> >
http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -maven-plugin/project-reports.html
> >
http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -antlib-parent/commons-weaver-antlib/project-reports.html
> >
> > Keys: https://dist.apache.org/repos/dist/release/commons/KEYS
> >
> > Please review the release candidate and vote.
> >   This vote will close no sooner than 72 hours from now, i.e. after
1545UTC
> > 13-June 2014
> >
> >   [ ] +1 Release these artifacts
> >   [ ] +0 OK, but...
> >   [ ] -0 OK, but really should fix...
> >   [ ] -1 I oppose this release because...
> >
> >   Thanks!
> >
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
Is this vote still on-going, canceled, or being tallied up?

Gary


On Tue, Jun 10, 2014 at 11:39 AM, Matt Benson <mb...@apache.org> wrote:

> I would like to release the [weaver] component.
>
> Apache Commons Weaver 1.1 RC2 is available for review at:
>   https://dist.apache.org/repos/dist/dev/commons/weaver/ (r5555).
>
> Maven artifacts are at:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1034/
>  .
>
> Tested with Oracle JDKs 6, 7 and 8.
>
> The Subversion tag is:
>   http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC2/
>  (r1601619).
>
> Site (note some links are broken; this will be fixed when the site is
> deployed):
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/index.html
>
> RAT Report:
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/rat-report.html
>
> Quality Reports (CLIRR/PMD/Checkstyle/Findbugs):
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -processor/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> -privilizer-api/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> -privilizer/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -modules-parent/commons-weaver-normalizer-parent/commons-weaver
> -normalizer/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -maven-plugin/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -antlib-parent/commons-weaver-antlib/project-reports.html
>
> Keys: https://dist.apache.org/repos/dist/release/commons/KEYS
>
> Please review the release candidate and vote.
>   This vote will close no sooner than 72 hours from now, i.e. after 1545UTC
> 13-June 2014
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
>   Thanks!
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC2

Posted by Matt Benson <gu...@gmail.com>.
On Jun 12, 2014 12:31 PM, "Gary Gregory" <ga...@gmail.com> wrote:
>
> mvn clean package
> works with:
>
> Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
> 08:51:28-0500)
> Maven home: C:\Java\apache-maven-3.0.5
> Java version: 1.7.0_55, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_55\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>
> but *not* with Java 8:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:javadoc
> (create-javadoc-jar) on project commons-weaver-processor: An error has
> occurred in JavaDocs report generation:
> [ERROR] Exit code: 1 - javadoc: warning - Error fetching URL:
> http://docs.oracle.com/javase/6/docs/api
> [ERROR] javadoc: warning - Error fetching URL:
> http://docs.oracle.com/javaee/6/api
> [ERROR]
>
C:\temp\rc\commons-weaver-1.1-src\processor\src\main\java\org\apache\commons\weaver\model\ScanResult.java:49:
> error: unexpected end tag: </p>
> [ERROR] * </p><p>
> [ERROR] ^
>
> Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
> 08:51:28-0500)
> Maven home: C:\Java\apache-maven-3.0.5
> Java version: 1.8.0_20-ea, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.8.0_20\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
>
> I fixed that one in SVN

Thanks.

but there are also problems in HelpMojo with Java 8
> which comes from generated code. Who generates this code?
>

The normal instrumentation around a maven plugin.

> The BUILDING.txt file does not contain instructions for building the site

The section labeled "Antlib Test module" through the end of the document is
intended to give you what you need, namely:

mvn -P-antlib-test clean site site:stage

With the documented permgen settings in MAVEN_OPTS. The extra site:stage
goal is documented in the commons-wide site generation documentation.

Thanks for looking,
Matt

> (which is needed since 'mvn clean site' breaks because this is a
> multi-module build).
>
> Gary
>
>
>
> On Thu, Jun 12, 2014 at 11:06 AM, Matt Benson <mb...@apache.org> wrote:
>
> > On Tue, Jun 10, 2014 at 10:39 AM, Matt Benson <mb...@apache.org>
wrote:
> >
> > > I would like to release the [weaver] component.
> > >
> > > Apache Commons Weaver 1.1 RC2 is available for review at:
> > >   https://dist.apache.org/repos/dist/dev/commons/weaver/ (r5555).
> > >
> > > Maven artifacts are at:
> > >
> > >
> >
https://repository.apache.org/content/repositories/orgapachecommons-1034/
> > >  .
> > >
> > > Tested with Oracle JDKs 6, 7 and 8.
> > >
> > > The Subversion tag is:
> > >   http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC2/
> > >  (r1601619).
> > >
> > > Site (note some links are broken; this will be fixed when the site is
> > > deployed):
> > >   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/index.html
> > >
> > > RAT Report:
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/rat-report.html
> > >
> > > Quality Reports (CLIRR/PMD/Checkstyle/Findbugs):
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -processor/project-reports.html
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> > > -privilizer-api/project-reports.html
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> > > -privilizer/project-reports.html
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -modules-parent/commons-weaver-normalizer-parent/commons-weaver
> > > -normalizer/project-reports.html
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -maven-plugin/project-reports.html
> > >
> > http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > > -antlib-parent/commons-weaver-antlib/project-reports.html
> > >
> > > Keys: https://dist.apache.org/repos/dist/release/commons/KEYS
> > >
> > > Please review the release candidate and vote.
> > >   This vote will close no sooner than 72 hours from now, i.e. after
> > > 1545UTC 13-June 2014
> > >
> > >   [ ] +1 Release these artifacts
> > >   [ ] +0 OK, but...
> > >   [ ] -0 OK, but really should fix...
> > >   [ ] -1 I oppose this release because...
> > >
> > > My own +1.
> >
> > Matt
> >
> >
> > >   Thanks!
> > >
> >
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
mvn clean package
works with:

Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
08:51:28-0500)
Maven home: C:\Java\apache-maven-3.0.5
Java version: 1.7.0_55, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_55\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

but *not* with Java 8:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:javadoc
(create-javadoc-jar) on project commons-weaver-processor: An error has
occurred in JavaDocs report generation:
[ERROR] Exit code: 1 - javadoc: warning - Error fetching URL:
http://docs.oracle.com/javase/6/docs/api
[ERROR] javadoc: warning - Error fetching URL:
http://docs.oracle.com/javaee/6/api
[ERROR]
C:\temp\rc\commons-weaver-1.1-src\processor\src\main\java\org\apache\commons\weaver\model\ScanResult.java:49:
error: unexpected end tag: </p>
[ERROR] * </p><p>
[ERROR] ^

Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
08:51:28-0500)
Maven home: C:\Java\apache-maven-3.0.5
Java version: 1.8.0_20-ea, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_20\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"

I fixed that one in SVN but there are also problems in HelpMojo with Java 8
which comes from generated code. Who generates this code?

The BUILDING.txt file does not contain instructions for building the site
(which is needed since 'mvn clean site' breaks because this is a
multi-module build).

Gary



On Thu, Jun 12, 2014 at 11:06 AM, Matt Benson <mb...@apache.org> wrote:

> On Tue, Jun 10, 2014 at 10:39 AM, Matt Benson <mb...@apache.org> wrote:
>
> > I would like to release the [weaver] component.
> >
> > Apache Commons Weaver 1.1 RC2 is available for review at:
> >   https://dist.apache.org/repos/dist/dev/commons/weaver/ (r5555).
> >
> > Maven artifacts are at:
> >
> >
> https://repository.apache.org/content/repositories/orgapachecommons-1034/
> >  .
> >
> > Tested with Oracle JDKs 6, 7 and 8.
> >
> > The Subversion tag is:
> >   http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC2/
> >  (r1601619).
> >
> > Site (note some links are broken; this will be fixed when the site is
> > deployed):
> >   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/index.html
> >
> > RAT Report:
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/rat-report.html
> >
> > Quality Reports (CLIRR/PMD/Checkstyle/Findbugs):
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -processor/project-reports.html
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> > -privilizer-api/project-reports.html
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> > -privilizer/project-reports.html
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -modules-parent/commons-weaver-normalizer-parent/commons-weaver
> > -normalizer/project-reports.html
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -maven-plugin/project-reports.html
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -antlib-parent/commons-weaver-antlib/project-reports.html
> >
> > Keys: https://dist.apache.org/repos/dist/release/commons/KEYS
> >
> > Please review the release candidate and vote.
> >   This vote will close no sooner than 72 hours from now, i.e. after
> > 1545UTC 13-June 2014
> >
> >   [ ] +1 Release these artifacts
> >   [ ] +0 OK, but...
> >   [ ] -0 OK, but really should fix...
> >   [ ] -1 I oppose this release because...
> >
> > My own +1.
>
> Matt
>
>
> >   Thanks!
> >
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC2

Posted by Matt Benson <mb...@apache.org>.
On Tue, Jun 10, 2014 at 10:39 AM, Matt Benson <mb...@apache.org> wrote:

> I would like to release the [weaver] component.
>
> Apache Commons Weaver 1.1 RC2 is available for review at:
>   https://dist.apache.org/repos/dist/dev/commons/weaver/ (r5555).
>
> Maven artifacts are at:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1034/
>  .
>
> Tested with Oracle JDKs 6, 7 and 8.
>
> The Subversion tag is:
>   http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC2/
>  (r1601619).
>
> Site (note some links are broken; this will be fixed when the site is
> deployed):
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/index.html
>
> RAT Report:
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/rat-report.html
>
> Quality Reports (CLIRR/PMD/Checkstyle/Findbugs):
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -processor/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> -privilizer-api/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> -privilizer/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -modules-parent/commons-weaver-normalizer-parent/commons-weaver
> -normalizer/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -maven-plugin/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -antlib-parent/commons-weaver-antlib/project-reports.html
>
> Keys: https://dist.apache.org/repos/dist/release/commons/KEYS
>
> Please review the release candidate and vote.
>   This vote will close no sooner than 72 hours from now, i.e. after
> 1545UTC 13-June 2014
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> My own +1.

Matt


>   Thanks!
>

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC2

Posted by Romain Manni-Bucau <rm...@gmail.com>.
+1



Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-06-10 17:41 GMT+02:00 Matt Benson <mb...@apache.org>:

> Changes since RC1:
>  - Generated 1.1 release notes
>  - Navigability improvements to the site
>  - Linked building.md from site into root as BUILDING.TXT
>  - Moved quality reports into a profile that can be disabled in order to
> build with Maven 3.2.x
>
> Thanks!
>
>
> On Tue, Jun 10, 2014 at 10:39 AM, Matt Benson <mb...@apache.org> wrote:
>
> > I would like to release the [weaver] component.
> >
> > Apache Commons Weaver 1.1 RC2 is available for review at:
> >   https://dist.apache.org/repos/dist/dev/commons/weaver/ (r5555).
> >
> > Maven artifacts are at:
> >
> >
> https://repository.apache.org/content/repositories/orgapachecommons-1034/
> >  .
> >
> > Tested with Oracle JDKs 6, 7 and 8.
> >
> > The Subversion tag is:
> >   http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC2/
> >  (r1601619).
> >
> > Site (note some links are broken; this will be fixed when the site is
> > deployed):
> >   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/index.html
> >
> > RAT Report:
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/rat-report.html
> >
> > Quality Reports (CLIRR/PMD/Checkstyle/Findbugs):
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -processor/project-reports.html
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> > -privilizer-api/project-reports.html
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> > -privilizer/project-reports.html
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -modules-parent/commons-weaver-normalizer-parent/commons-weaver
> > -normalizer/project-reports.html
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -maven-plugin/project-reports.html
> >
> http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> > -antlib-parent/commons-weaver-antlib/project-reports.html
> >
> > Keys: https://dist.apache.org/repos/dist/release/commons/KEYS
> >
> > Please review the release candidate and vote.
> >   This vote will close no sooner than 72 hours from now, i.e. after
> > 1545UTC 13-June 2014
> >
> >   [ ] +1 Release these artifacts
> >   [ ] +0 OK, but...
> >   [ ] -0 OK, but really should fix...
> >   [ ] -1 I oppose this release because...
> >
> >   Thanks!
> >
>

Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC2

Posted by Oliver Heger <ol...@oliver-heger.de>.
+1

Thanks, Matt!

Oliver

Am 10.06.2014 17:41, schrieb Matt Benson:
> Changes since RC1:
>  - Generated 1.1 release notes
>  - Navigability improvements to the site
>  - Linked building.md from site into root as BUILDING.TXT
>  - Moved quality reports into a profile that can be disabled in order to
> build with Maven 3.2.x
> 
> Thanks!
> 
> 
> On Tue, Jun 10, 2014 at 10:39 AM, Matt Benson <mb...@apache.org> wrote:
> 
>> I would like to release the [weaver] component.
>>
>> Apache Commons Weaver 1.1 RC2 is available for review at:
>>   https://dist.apache.org/repos/dist/dev/commons/weaver/ (r5555).
>>
>> Maven artifacts are at:
>>
>> https://repository.apache.org/content/repositories/orgapachecommons-1034/
>>  .
>>
>> Tested with Oracle JDKs 6, 7 and 8.
>>
>> The Subversion tag is:
>>   http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC2/
>>  (r1601619).
>>
>> Site (note some links are broken; this will be fixed when the site is
>> deployed):
>>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/index.html
>>
>> RAT Report:
>>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/rat-report.html
>>
>> Quality Reports (CLIRR/PMD/Checkstyle/Findbugs):
>>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
>> -processor/project-reports.html
>>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
>> -modules-parent/commons-weaver-privilizer-parent/commons-weaver
>> -privilizer-api/project-reports.html
>>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
>> -modules-parent/commons-weaver-privilizer-parent/commons-weaver
>> -privilizer/project-reports.html
>>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
>> -modules-parent/commons-weaver-normalizer-parent/commons-weaver
>> -normalizer/project-reports.html
>>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
>> -maven-plugin/project-reports.html
>>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
>> -antlib-parent/commons-weaver-antlib/project-reports.html
>>
>> Keys: https://dist.apache.org/repos/dist/release/commons/KEYS
>>
>> Please review the release candidate and vote.
>>   This vote will close no sooner than 72 hours from now, i.e. after
>> 1545UTC 13-June 2014
>>
>>   [ ] +1 Release these artifacts
>>   [ ] +0 OK, but...
>>   [ ] -0 OK, but really should fix...
>>   [ ] -1 I oppose this release because...
>>
>>   Thanks!
>>
> 

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


Re: [VOTE] Release Apache Commons Weaver 1.1 based on RC2

Posted by Matt Benson <mb...@apache.org>.
Changes since RC1:
 - Generated 1.1 release notes
 - Navigability improvements to the site
 - Linked building.md from site into root as BUILDING.TXT
 - Moved quality reports into a profile that can be disabled in order to
build with Maven 3.2.x

Thanks!


On Tue, Jun 10, 2014 at 10:39 AM, Matt Benson <mb...@apache.org> wrote:

> I would like to release the [weaver] component.
>
> Apache Commons Weaver 1.1 RC2 is available for review at:
>   https://dist.apache.org/repos/dist/dev/commons/weaver/ (r5555).
>
> Maven artifacts are at:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1034/
>  .
>
> Tested with Oracle JDKs 6, 7 and 8.
>
> The Subversion tag is:
>   http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC2/
>  (r1601619).
>
> Site (note some links are broken; this will be fixed when the site is
> deployed):
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/index.html
>
> RAT Report:
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/rat-report.html
>
> Quality Reports (CLIRR/PMD/Checkstyle/Findbugs):
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -processor/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> -privilizer-api/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -modules-parent/commons-weaver-privilizer-parent/commons-weaver
> -privilizer/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -modules-parent/commons-weaver-normalizer-parent/commons-weaver
> -normalizer/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -maven-plugin/project-reports.html
>   http://people.apache.org/~mbenson/commons-weaver-1.1-rc2/commons-weaver
> -antlib-parent/commons-weaver-antlib/project-reports.html
>
> Keys: https://dist.apache.org/repos/dist/release/commons/KEYS
>
> Please review the release candidate and vote.
>   This vote will close no sooner than 72 hours from now, i.e. after
> 1545UTC 13-June 2014
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
>   Thanks!
>