maven-surefire pull request: Avoid copy in TestSetRunListener.getAsString

2012-12-18 Thread andrewgaul
Github user andrewgaul closed the pull request at: https://github.com/apache/maven-surefire/pull/16 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: OutputStream that seamlessly switches to disk file?

2012-12-18 Thread Jason van Zyl
http://code.google.com/p/guava-libraries/source/browse/guava/src/com/google/common/io/FileBackedOutputStream.java On Dec 19, 2012, at 12:07 AM, Kristian Rosenvold wrote: > Anyone know a buffer (OututStream) that will stay in-memory until it > reaches a given size then rolls over to a tempfile?

OutputStream that seamlessly switches to disk file?

2012-12-18 Thread Kristian Rosenvold
Anyone know a buffer (OututStream) that will stay in-memory until it reaches a given size then rolls over to a tempfile? I need one for my tan...? Kristian - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additiona

[ANN] Maven Release Plugin 2.4 Released

2012-12-18 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Maven Release Plugin, version 2.4 This plugin is used to release a project with Maven, saving a lot of repetitive, manual work. Releasing a project is made in two steps: prepare and perform. http://maven.apache.org/plugins/ma

maven-surefire pull request: Avoid copy in TestSetRunListener.getAsString

2012-12-18 Thread andrewgaul
GitHub user andrewgaul opened a pull request: https://github.com/apache/maven-surefire/pull/16 Avoid copy in TestSetRunListener.getAsString Explicit synchronization allows us to avoid the copy, as suggested by: http://docs.oracle.com/javase/6/docs/api/java/util/Collections.html#

Re: [VOTE] Release Maven Verifier version 1.4

2012-12-18 Thread Olivier Lamy
+1 2012/12/17 Kristian Rosenvold : > Hi, > > We solved 3 issues > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&version=17432 > > There are 2 issues left in jira; > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+MSHARED+AND+component+%3D+mave