You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Kristian Rosenvold <kr...@gmail.com> on 2012/12/23 01:52:09 UTC

[VOTE] Release Maven Surefire version 2.13, Take 2

Hi,

This is the "green plastic coathanger christmas tree" edition;
http://twitpic.com/bo9801

We solved 26 issues with a thriving community engagement:
https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18833&styleName=Html&projectId=10541

Notable changes are;
A) Much improved summary of what went wrong when tests failed
B) Reusable forks supported for parallel builds; forkMode="always" on stereoids
C) Stack trace trimming now works for JUnit4.x. The itch you didn't
know you had until it was scratched.
D) Includes and excludes can be read form file.
E) Nasty thread safey issue in parallel junit 4.x when class was
annotated with @Ignore. You wouldn't beliebe it.

There are still lots of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-075
https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-surefire-plugin/2.13/maven-surefire-plugin-2.13-sources.jar
https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-failsafe-plugin/2.13/maven-failsafe-plugin-2.13-sources.jar
Source: https://git-wip-us.apache.org/repos/asf/maven-surefire.git tag
surefire-2.13

Staging site:
http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-plugin/index.html
http://maven.apache.org/surefire-archives/surefire-2.13/maven-failsafe-plugin/index.html
http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-report-plugin/index.html


Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Kristian

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


Re: [VOTE] Release Maven Surefire version 2.13, Take 2

Posted by Mirko Friedenhagen <mf...@gmail.com>.
+1 (non-binding) tested with two projects (mvn clean verify site site:stage)

Regards Mirko

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


Re: [VOTE] Release Maven Surefire version 2.13, Take 2

Posted by Kristian Rosenvold <kr...@zenior.no>.
Yeah, I think that's been around for some time; file an issue for
that; it's cosmetic.

Kristian



Den 23. des. 2012 kl. 20:01 skrev Robert Scholte <rf...@apache.org>:

> Hi Kristian,
>
> It seems like you get 2 "Tests"-blocks with the following configuration:
>        <plugin>
>          <groupId>org.apache.maven.plugins</groupId>
>          <artifactId>maven-surefire-plugin</artifactId>
>          <version>2.13</version>
>          <configuration>
>            <forkMode>always</forkMode>
>          </configuration>
>        </plugin>
>
>
> btw, I noticed that 2.9 has already this issue...
>
> -Robert
>
> output:
>
>
> [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ qdox ---
> [INFO] Surefire report directory: E:\java-workspace\codehaus-qdox\qdox\target\su
> refire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running com.thoughtworks.qdox.AnnotationExpressionTest
> Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 sec
> Running com.thoughtworks.qdox.AnnotationsModelTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec
> Running com.thoughtworks.qdox.AnnotationsTest
> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec
> Running com.thoughtworks.qdox.builder.impl.EvaluatingVisitorTest
> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.258 sec
> Running com.thoughtworks.qdox.builder.impl.ModelBuilderTest
> Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 sec
> Running com.thoughtworks.qdox.ClassResolutionTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec
> Running com.thoughtworks.qdox.directorywalker.DirectoryScannerTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.726 sec
> Running com.thoughtworks.qdox.directorywalker.SuffixFilterTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec
> Running com.thoughtworks.qdox.EnumsModelTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec
> Running com.thoughtworks.qdox.EnumsTest
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec
> Running com.thoughtworks.qdox.FieldsTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec
> Running com.thoughtworks.qdox.GenericsTest
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.85 sec
> Running com.thoughtworks.qdox.JavaProjectBuilderTest
> Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.958 sec
> Running com.thoughtworks.qdox.JSR14Test
> Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.58 sec
> Running com.thoughtworks.qdox.library.AbstractClassLibraryTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> Running com.thoughtworks.qdox.library.ClassLoaderLibraryTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
> Running com.thoughtworks.qdox.library.JavaClassContextTest
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec
> Running com.thoughtworks.qdox.library.OrderedClassLibraryBuilderTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec
> Running com.thoughtworks.qdox.library.SortedClassLibraryBuilderTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
> Running com.thoughtworks.qdox.library.SourceLibraryTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
> Running com.thoughtworks.qdox.MethodsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 sec
> Running com.thoughtworks.qdox.model.expression.AddTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.612 sec
> Running com.thoughtworks.qdox.model.expression.AndTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
> Running com.thoughtworks.qdox.model.expression.AnnotationValueListTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.635 sec
> Running com.thoughtworks.qdox.model.expression.AssignmentTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec
> Running com.thoughtworks.qdox.model.expression.CastTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 sec
> Running com.thoughtworks.qdox.model.expression.ConstantTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
> Running com.thoughtworks.qdox.model.expression.DivideTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.56 sec
> Running com.thoughtworks.qdox.model.expression.EqualsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 sec
> Running com.thoughtworks.qdox.model.expression.ExclusiveOrTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 sec
> Running com.thoughtworks.qdox.model.expression.FieldRefTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 sec
> Running com.thoughtworks.qdox.model.expression.GreaterEqualsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.57 sec
> Running com.thoughtworks.qdox.model.expression.GreaterThanTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.644 sec
> Running com.thoughtworks.qdox.model.expression.LessEqualsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.739 sec
> Running com.thoughtworks.qdox.model.expression.LessThanTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 sec
> Running com.thoughtworks.qdox.model.expression.LogicalAndTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 sec
> Running com.thoughtworks.qdox.model.expression.LogicalNotTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 sec
> Running com.thoughtworks.qdox.model.expression.LogicalOrTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 sec
> Running com.thoughtworks.qdox.model.expression.MinusSignTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 sec
> Running com.thoughtworks.qdox.model.expression.MultiplyTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 sec
> Running com.thoughtworks.qdox.model.expression.NotEqualsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec
> Running com.thoughtworks.qdox.model.expression.NotTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 sec
> Running com.thoughtworks.qdox.model.expression.OrTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 sec
> Running com.thoughtworks.qdox.model.expression.ParenExpressionTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.63 sec
> Running com.thoughtworks.qdox.model.expression.PlusSignTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec
> Running com.thoughtworks.qdox.model.expression.PostDecrementTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 sec
> Running com.thoughtworks.qdox.model.expression.PostIncrementTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec
> Running com.thoughtworks.qdox.model.expression.PreDecrementTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 sec
> Running com.thoughtworks.qdox.model.expression.PreIncrementTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 sec
> Running com.thoughtworks.qdox.model.expression.QueryTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 sec
> Running com.thoughtworks.qdox.model.expression.RemainderTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 sec
> Running com.thoughtworks.qdox.model.expression.ShiftLeftTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 sec
> Running com.thoughtworks.qdox.model.expression.ShiftRightTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.565 sec
> Running com.thoughtworks.qdox.model.expression.SubtractTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
> Running com.thoughtworks.qdox.model.expression.UnsignedShiftRightTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 sec
> Running com.thoughtworks.qdox.model.impl.AbstractJavaEntityTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 sec
> Running com.thoughtworks.qdox.model.impl.DefaultDocletTagTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
> Running com.thoughtworks.qdox.model.impl.DefaultJavaClassTest
> Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.97 sec
> Running com.thoughtworks.qdox.model.impl.DefaultJavaConstructorTest
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 sec
> Running com.thoughtworks.qdox.model.impl.DefaultJavaFieldTest
> Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 sec
> Running com.thoughtworks.qdox.model.impl.DefaultJavaMethodTest
> Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 sec
> Running com.thoughtworks.qdox.model.impl.DefaultJavaPackageTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 sec
> Running com.thoughtworks.qdox.model.impl.DefaultJavaParameterTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 sec
> Running com.thoughtworks.qdox.model.impl.DefaultJavaSourceTest
> Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
> Running com.thoughtworks.qdox.model.impl.DefaultTypeTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
> Running com.thoughtworks.qdox.model.util.TagParserTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
> Running com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexerTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
> Running com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParserTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 sec
> Running com.thoughtworks.qdox.parser.LexerTest
> Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec
> Running com.thoughtworks.qdox.parser.ParseExceptionTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
> Running com.thoughtworks.qdox.parser.ParserTest
> Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 sec
> Running com.thoughtworks.qdox.traversal.TraversalTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
> Running com.thoughtworks.qdox.writer.impl.DefaultModelWriterTest
> Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.744 sec
> Running com.thoughtworks.qdox.writer.impl.IndentBufferTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
>
> Results :
>
> Tests run: 893, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> Op Sun, 23 Dec 2012 01:52:09 +0100 schreef Kristian Rosenvold <kr...@gmail.com>:
>
>> Hi,
>>
>> This is the "green plastic coathanger christmas tree" edition;
>> http://twitpic.com/bo9801
>>
>> We solved 26 issues with a thriving community engagement:
>> https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18833&styleName=Html&projectId=10541
>>
>> Notable changes are;
>> A) Much improved summary of what went wrong when tests failed
>> B) Reusable forks supported for parallel builds; forkMode="always" on stereoids
>> C) Stack trace trimming now works for JUnit4.x. The itch you didn't
>> know you had until it was scratched.
>> D) Includes and excludes can be read form file.
>> E) Nasty thread safey issue in parallel junit 4.x when class was
>> annotated with @Ignore. You wouldn't beliebe it.
>>
>> There are still lots of issues left in JIRA:
>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-075
>> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-surefire-plugin/2.13/maven-surefire-plugin-2.13-sources.jar
>> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-failsafe-plugin/2.13/maven-failsafe-plugin-2.13-sources.jar
>> Source: https://git-wip-us.apache.org/repos/asf/maven-surefire.git tag
>> surefire-2.13
>>
>> Staging site:
>> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-plugin/index.html
>> http://maven.apache.org/surefire-archives/surefire-2.13/maven-failsafe-plugin/index.html
>> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-report-plugin/index.html
>>
>>
>> Guide to testing staged releases:
>> http://maven.apache.org/guides/development/guide-testing-releases.html
>>
>> Vote open for 72 hours.
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> Kristian
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

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


Re: [VOTE] Release Maven Surefire version 2.13, Take 2

Posted by Robert Scholte <rf...@apache.org>.
Hi Kristian,

It seems like you get 2 "Tests"-blocks with the following configuration:
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.13</version>
           <configuration>
             <forkMode>always</forkMode>
           </configuration>
         </plugin>


btw, I noticed that 2.9 has already this issue...

-Robert

output:


[INFO] --- maven-surefire-plugin:2.13:test (default-test) @ qdox ---
[INFO] Surefire report directory:  
E:\java-workspace\codehaus-qdox\qdox\target\su
refire-reports

-------------------------------------------------------
  T E S T S
-------------------------------------------------------

-------------------------------------------------------
  T E S T S
-------------------------------------------------------
Running com.thoughtworks.qdox.AnnotationExpressionTest
Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 sec
Running com.thoughtworks.qdox.AnnotationsModelTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec
Running com.thoughtworks.qdox.AnnotationsTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec
Running com.thoughtworks.qdox.builder.impl.EvaluatingVisitorTest
Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.258 sec
Running com.thoughtworks.qdox.builder.impl.ModelBuilderTest
Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 sec
Running com.thoughtworks.qdox.ClassResolutionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec
Running com.thoughtworks.qdox.directorywalker.DirectoryScannerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.726 sec
Running com.thoughtworks.qdox.directorywalker.SuffixFilterTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec
Running com.thoughtworks.qdox.EnumsModelTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec
Running com.thoughtworks.qdox.EnumsTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec
Running com.thoughtworks.qdox.FieldsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec
Running com.thoughtworks.qdox.GenericsTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.85 sec
Running com.thoughtworks.qdox.JavaProjectBuilderTest
Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.958 sec
Running com.thoughtworks.qdox.JSR14Test
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.58 sec
Running com.thoughtworks.qdox.library.AbstractClassLibraryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
Running com.thoughtworks.qdox.library.ClassLoaderLibraryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
Running com.thoughtworks.qdox.library.JavaClassContextTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec
Running com.thoughtworks.qdox.library.OrderedClassLibraryBuilderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec
Running com.thoughtworks.qdox.library.SortedClassLibraryBuilderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec
Running com.thoughtworks.qdox.library.SourceLibraryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec
Running com.thoughtworks.qdox.MethodsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 sec
Running com.thoughtworks.qdox.model.expression.AddTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.612 sec
Running com.thoughtworks.qdox.model.expression.AndTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
Running com.thoughtworks.qdox.model.expression.AnnotationValueListTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.635 sec
Running com.thoughtworks.qdox.model.expression.AssignmentTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec
Running com.thoughtworks.qdox.model.expression.CastTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 sec
Running com.thoughtworks.qdox.model.expression.ConstantTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
Running com.thoughtworks.qdox.model.expression.DivideTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.56 sec
Running com.thoughtworks.qdox.model.expression.EqualsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 sec
Running com.thoughtworks.qdox.model.expression.ExclusiveOrTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 sec
Running com.thoughtworks.qdox.model.expression.FieldRefTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 sec
Running com.thoughtworks.qdox.model.expression.GreaterEqualsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.57 sec
Running com.thoughtworks.qdox.model.expression.GreaterThanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.644 sec
Running com.thoughtworks.qdox.model.expression.LessEqualsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.739 sec
Running com.thoughtworks.qdox.model.expression.LessThanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 sec
Running com.thoughtworks.qdox.model.expression.LogicalAndTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 sec
Running com.thoughtworks.qdox.model.expression.LogicalNotTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 sec
Running com.thoughtworks.qdox.model.expression.LogicalOrTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 sec
Running com.thoughtworks.qdox.model.expression.MinusSignTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 sec
Running com.thoughtworks.qdox.model.expression.MultiplyTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 sec
Running com.thoughtworks.qdox.model.expression.NotEqualsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec
Running com.thoughtworks.qdox.model.expression.NotTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 sec
Running com.thoughtworks.qdox.model.expression.OrTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 sec
Running com.thoughtworks.qdox.model.expression.ParenExpressionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.63 sec
Running com.thoughtworks.qdox.model.expression.PlusSignTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec
Running com.thoughtworks.qdox.model.expression.PostDecrementTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 sec
Running com.thoughtworks.qdox.model.expression.PostIncrementTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec
Running com.thoughtworks.qdox.model.expression.PreDecrementTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 sec
Running com.thoughtworks.qdox.model.expression.PreIncrementTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 sec
Running com.thoughtworks.qdox.model.expression.QueryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 sec
Running com.thoughtworks.qdox.model.expression.RemainderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 sec
Running com.thoughtworks.qdox.model.expression.ShiftLeftTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 sec
Running com.thoughtworks.qdox.model.expression.ShiftRightTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.565 sec
Running com.thoughtworks.qdox.model.expression.SubtractTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
Running com.thoughtworks.qdox.model.expression.UnsignedShiftRightTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 sec
Running com.thoughtworks.qdox.model.impl.AbstractJavaEntityTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 sec
Running com.thoughtworks.qdox.model.impl.DefaultDocletTagTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running com.thoughtworks.qdox.model.impl.DefaultJavaClassTest
Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.97 sec
Running com.thoughtworks.qdox.model.impl.DefaultJavaConstructorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 sec
Running com.thoughtworks.qdox.model.impl.DefaultJavaFieldTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 sec
Running com.thoughtworks.qdox.model.impl.DefaultJavaMethodTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.996 sec
Running com.thoughtworks.qdox.model.impl.DefaultJavaPackageTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 sec
Running com.thoughtworks.qdox.model.impl.DefaultJavaParameterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 sec
Running com.thoughtworks.qdox.model.impl.DefaultJavaSourceTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec
Running com.thoughtworks.qdox.model.impl.DefaultTypeTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
Running com.thoughtworks.qdox.model.util.TagParserTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
Running com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexerTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
Running com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParserTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 sec
Running com.thoughtworks.qdox.parser.LexerTest
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec
Running com.thoughtworks.qdox.parser.ParseExceptionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
Running com.thoughtworks.qdox.parser.ParserTest
Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 sec
Running com.thoughtworks.qdox.traversal.TraversalTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
Running com.thoughtworks.qdox.writer.impl.DefaultModelWriterTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.744 sec
Running com.thoughtworks.qdox.writer.impl.IndentBufferTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec

Results :

Tests run: 893, Failures: 0, Errors: 0, Skipped: 0

[INFO]
Op Sun, 23 Dec 2012 01:52:09 +0100 schreef Kristian Rosenvold  
<kr...@gmail.com>:

> Hi,
>
> This is the "green plastic coathanger christmas tree" edition;
> http://twitpic.com/bo9801
>
> We solved 26 issues with a thriving community engagement:
> https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18833&styleName=Html&projectId=10541
>
> Notable changes are;
> A) Much improved summary of what went wrong when tests failed
> B) Reusable forks supported for parallel builds; forkMode="always" on  
> stereoids
> C) Stack trace trimming now works for JUnit4.x. The itch you didn't
> know you had until it was scratched.
> D) Includes and excludes can be read form file.
> E) Nasty thread safey issue in parallel junit 4.x when class was
> annotated with @Ignore. You wouldn't beliebe it.
>
> There are still lots of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-075
> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-surefire-plugin/2.13/maven-surefire-plugin-2.13-sources.jar
> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-failsafe-plugin/2.13/maven-failsafe-plugin-2.13-sources.jar
> Source: https://git-wip-us.apache.org/repos/asf/maven-surefire.git tag
> surefire-2.13
>
> Staging site:
> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-plugin/index.html
> http://maven.apache.org/surefire-archives/surefire-2.13/maven-failsafe-plugin/index.html
> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-report-plugin/index.html
>
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Kristian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

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


Re: [VOTE] Release Maven Surefire version 2.13, Take 2

Posted by Kristian Rosenvold <kr...@gmail.com>.
+1

When you need to exercise away some of that xmas-excess, test surefire
2.13 so the vote can complete ;)

Kristian

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


Re: [VOTE] Release Maven Surefire version 2.13, Take 2

Posted by Kristian Rosenvold <kr...@zenior.no>.
Thread dumps or log files would be helpful. Since you say it happens
with 2.12.4 too, I'm not doing anything with this vote. I will look
(like a proper CSI) once some evidence is produced !

Kristian

Den 26. des. 2012 kl. 14:31 skrev Stephane Nicoll <st...@gmail.com>:

> I was testing this on one of our projects that has "good" use of forkmode
> for all kinds of reasons and I have one test that is consistently stuck
> with this but it's stuck with 2.12.4 too so I am not going to -1 but I
> can't vote +1 either...
>
> I'll investigate a bit more and report the issue later.
>
> S.
>
>
> On Sun, Dec 23, 2012 at 1:52 AM, Kristian Rosenvold <
> kristian.rosenvold@gmail.com> wrote:
>
>> Hi,
>>
>> This is the "green plastic coathanger christmas tree" edition;
>> http://twitpic.com/bo9801
>>
>> We solved 26 issues with a thriving community engagement:
>>
>> https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18833&styleName=Html&projectId=10541
>>
>> Notable changes are;
>> A) Much improved summary of what went wrong when tests failed
>> B) Reusable forks supported for parallel builds; forkMode="always" on
>> stereoids
>> C) Stack trace trimming now works for JUnit4.x. The itch you didn't
>> know you had until it was scratched.
>> D) Includes and excludes can be read form file.
>> E) Nasty thread safey issue in parallel junit 4.x when class was
>> annotated with @Ignore. You wouldn't beliebe it.
>>
>> There are still lots of issues left in JIRA:
>>
>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-075
>>
>> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-surefire-plugin/2.13/maven-surefire-plugin-2.13-sources.jar
>>
>> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-failsafe-plugin/2.13/maven-failsafe-plugin-2.13-sources.jar
>> Source: https://git-wip-us.apache.org/repos/asf/maven-surefire.git tag
>> surefire-2.13
>>
>> Staging site:
>>
>> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-plugin/index.html
>>
>> http://maven.apache.org/surefire-archives/surefire-2.13/maven-failsafe-plugin/index.html
>>
>> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-report-plugin/index.html
>>
>>
>> Guide to testing staged releases:
>> http://maven.apache.org/guides/development/guide-testing-releases.html
>>
>> Vote open for 72 hours.
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> Kristian
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>

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


Re: [VOTE] Release Maven Surefire version 2.13, Take 2

Posted by Stephane Nicoll <st...@gmail.com>.
I was testing this on one of our projects that has "good" use of forkmode
for all kinds of reasons and I have one test that is consistently stuck
with this but it's stuck with 2.12.4 too so I am not going to -1 but I
can't vote +1 either...

I'll investigate a bit more and report the issue later.

S.


On Sun, Dec 23, 2012 at 1:52 AM, Kristian Rosenvold <
kristian.rosenvold@gmail.com> wrote:

> Hi,
>
> This is the "green plastic coathanger christmas tree" edition;
> http://twitpic.com/bo9801
>
> We solved 26 issues with a thriving community engagement:
>
> https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18833&styleName=Html&projectId=10541
>
> Notable changes are;
> A) Much improved summary of what went wrong when tests failed
> B) Reusable forks supported for parallel builds; forkMode="always" on
> stereoids
> C) Stack trace trimming now works for JUnit4.x. The itch you didn't
> know you had until it was scratched.
> D) Includes and excludes can be read form file.
> E) Nasty thread safey issue in parallel junit 4.x when class was
> annotated with @Ignore. You wouldn't beliebe it.
>
> There are still lots of issues left in JIRA:
>
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-075
>
> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-surefire-plugin/2.13/maven-surefire-plugin-2.13-sources.jar
>
> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-failsafe-plugin/2.13/maven-failsafe-plugin-2.13-sources.jar
> Source: https://git-wip-us.apache.org/repos/asf/maven-surefire.git tag
> surefire-2.13
>
> Staging site:
>
> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-plugin/index.html
>
> http://maven.apache.org/surefire-archives/surefire-2.13/maven-failsafe-plugin/index.html
>
> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-report-plugin/index.html
>
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Kristian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

[RESULT][VOTE] Release Maven Surefire version 2.13, Take 2

Posted by Kristian Rosenvold <kr...@gmail.com>.
Hi,
The vote has passed with the following result :

+1 (binding): Oliver Lamy, Robert Scholte, Kristian Rosenvold
+1 (non binding): Mirko Friedenhagen, Andreas Gudian

I will promote the artifacts to the central repo.

KRistian

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


Re: [VOTE] Release Maven Surefire version 2.13, Take 2

Posted by Robert Scholte <rf...@apache.org>.
+1

Robert

Op Thu, 27 Dec 2012 11:08:51 +0100 schreef Kristian Rosenvold  
<kr...@zenior.no>:

> More ping ;)
>
> Kristian
>
> Den 26. des. 2012 kl. 15:31 skrev Olivier Lamy <ol...@apache.org>:
>
>> +1
>>
>> 2012/12/23 Kristian Rosenvold <kr...@gmail.com>:
>>> Hi,
>>>
>>> This is the "green plastic coathanger christmas tree" edition;
>>> http://twitpic.com/bo9801
>>>
>>> We solved 26 issues with a thriving community engagement:
>>> https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18833&styleName=Html&projectId=10541
>>>
>>> Notable changes are;
>>> A) Much improved summary of what went wrong when tests failed
>>> B) Reusable forks supported for parallel builds; forkMode="always" on  
>>> stereoids
>>> C) Stack trace trimming now works for JUnit4.x. The itch you didn't
>>> know you had until it was scratched.
>>> D) Includes and excludes can be read form file.
>>> E) Nasty thread safey issue in parallel junit 4.x when class was
>>> annotated with @Ignore. You wouldn't beliebe it.
>>>
>>> There are still lots of issues left in JIRA:
>>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC
>>>
>>> Staging repo:
>>> https://repository.apache.org/content/repositories/maven-075
>>> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-surefire-plugin/2.13/maven-surefire-plugin-2.13-sources.jar
>>> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-failsafe-plugin/2.13/maven-failsafe-plugin-2.13-sources.jar
>>> Source: https://git-wip-us.apache.org/repos/asf/maven-surefire.git tag
>>> surefire-2.13
>>>
>>> Staging site:
>>> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-plugin/index.html
>>> http://maven.apache.org/surefire-archives/surefire-2.13/maven-failsafe-plugin/index.html
>>> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-report-plugin/index.html
>>>
>>>
>>> Guide to testing staged releases:
>>> http://maven.apache.org/guides/development/guide-testing-releases.html
>>>
>>> Vote open for 72 hours.
>>>
>>> [ ] +1
>>> [ ] +0
>>> [ ] -1
>>>
>>> Kristian
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>>
>> --
>> Olivier Lamy
>> Talend: http://coders.talend.com
>> http://twitter.com/olamy | http://linkedin.com/in/olamy
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

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


Re: [VOTE] Release Maven Surefire version 2.13, Take 2

Posted by Andreas Gudian <an...@gmail.com>.
I'm probably not entitled to vote, but I tested it with focus on forkMode
and reuseForks and it worked like a charm.

+1 from me, if it would count anything.

Andreas

Am Donnerstag, 27. Dezember 2012 schrieb Kristian Rosenvold :

> More ping ;)
>
> Kristian
>
> Den 26. des. 2012 kl. 15:31 skrev Olivier Lamy <olamy@apache.org<javascript:;>
> >:
>
> > +1
> >
> > 2012/12/23 Kristian Rosenvold <kr...@gmail.com>:
> >> Hi,
> >>
> >> This is the "green plastic coathanger christmas tree" edition;
> >> http://twitpic.com/bo9801
> >>
> >> We solved 26 issues with a thriving community engagement:
> >>
> https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18833&styleName=Html&projectId=10541
> >>
> >> Notable changes are;
> >> A) Much improved summary of what went wrong when tests failed
> >> B) Reusable forks supported for parallel builds; forkMode="always" on
> stereoids
> >> C) Stack trace trimming now works for JUnit4.x. The itch you didn't
> >> know you had until it was scratched.
> >> D) Includes and excludes can be read form file.
> >> E) Nasty thread safey issue in parallel junit 4.x when class was
> >> annotated with @Ignore. You wouldn't beliebe it.
> >>
> >> There are still lots of issues left in JIRA:
> >>
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC
> >>
> >> Staging repo:
> >> https://repository.apache.org/content/repositories/maven-075
> >>
> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-surefire-plugin/2.13/maven-surefire-plugin-2.13-sources.jar
> >>
> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-failsafe-plugin/2.13/maven-failsafe-plugin-2.13-sources.jar
> >> Source: https://git-wip-us.apache.org/repos/asf/maven-surefire.git tag
> >> surefire-2.13
> >>
> >> Staging site:
> >>
> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-plugin/index.html
> >>
> http://maven.apache.org/surefire-archives/surefire-2.13/maven-failsafe-plugin/index.html
> >>
> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-report-plugin/index.html
> >>
> >>
> >> Guide to testing staged releases:
> >> http://maven.apache.org/guides/development/guide-testing-releases.html
> >>
> >> Vote open for 72 hours.
> >>
> >> [ ] +1
> >> [ ] +0
> >> [ ] -1
> >>
> >> Kristian
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
> >
> > --
> > Olivier Lamy
> > Talend: http://coders.talend.com
> > http://twitter.com/olamy | http://linkedin.com/in/olamy
> >
> > -------------------------------------

Re: [VOTE] Release Maven Surefire version 2.13, Take 2

Posted by Kristian Rosenvold <kr...@zenior.no>.
More ping ;)

Kristian

Den 26. des. 2012 kl. 15:31 skrev Olivier Lamy <ol...@apache.org>:

> +1
>
> 2012/12/23 Kristian Rosenvold <kr...@gmail.com>:
>> Hi,
>>
>> This is the "green plastic coathanger christmas tree" edition;
>> http://twitpic.com/bo9801
>>
>> We solved 26 issues with a thriving community engagement:
>> https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18833&styleName=Html&projectId=10541
>>
>> Notable changes are;
>> A) Much improved summary of what went wrong when tests failed
>> B) Reusable forks supported for parallel builds; forkMode="always" on stereoids
>> C) Stack trace trimming now works for JUnit4.x. The itch you didn't
>> know you had until it was scratched.
>> D) Includes and excludes can be read form file.
>> E) Nasty thread safey issue in parallel junit 4.x when class was
>> annotated with @Ignore. You wouldn't beliebe it.
>>
>> There are still lots of issues left in JIRA:
>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-075
>> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-surefire-plugin/2.13/maven-surefire-plugin-2.13-sources.jar
>> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-failsafe-plugin/2.13/maven-failsafe-plugin-2.13-sources.jar
>> Source: https://git-wip-us.apache.org/repos/asf/maven-surefire.git tag
>> surefire-2.13
>>
>> Staging site:
>> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-plugin/index.html
>> http://maven.apache.org/surefire-archives/surefire-2.13/maven-failsafe-plugin/index.html
>> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-report-plugin/index.html
>>
>>
>> Guide to testing staged releases:
>> http://maven.apache.org/guides/development/guide-testing-releases.html
>>
>> Vote open for 72 hours.
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> Kristian
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
> --
> Olivier Lamy
> Talend: http://coders.talend.com
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

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


Re: [VOTE] Release Maven Surefire version 2.13, Take 2

Posted by Olivier Lamy <ol...@apache.org>.
+1

2012/12/23 Kristian Rosenvold <kr...@gmail.com>:
> Hi,
>
> This is the "green plastic coathanger christmas tree" edition;
> http://twitpic.com/bo9801
>
> We solved 26 issues with a thriving community engagement:
> https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18833&styleName=Html&projectId=10541
>
> Notable changes are;
> A) Much improved summary of what went wrong when tests failed
> B) Reusable forks supported for parallel builds; forkMode="always" on stereoids
> C) Stack trace trimming now works for JUnit4.x. The itch you didn't
> know you had until it was scratched.
> D) Includes and excludes can be read form file.
> E) Nasty thread safey issue in parallel junit 4.x when class was
> annotated with @Ignore. You wouldn't beliebe it.
>
> There are still lots of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-075
> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-surefire-plugin/2.13/maven-surefire-plugin-2.13-sources.jar
> https://repository.apache.org/content/repositories/maven-075/org/apache/maven/plugins/maven-failsafe-plugin/2.13/maven-failsafe-plugin-2.13-sources.jar
> Source: https://git-wip-us.apache.org/repos/asf/maven-surefire.git tag
> surefire-2.13
>
> Staging site:
> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-plugin/index.html
> http://maven.apache.org/surefire-archives/surefire-2.13/maven-failsafe-plugin/index.html
> http://maven.apache.org/surefire-archives/surefire-2.13/maven-surefire-report-plugin/index.html
>
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Kristian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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