> -----Original Message----- > From: sebb [mailto:seb...@gmail.com] > Sent: Wednesday, July 21, 2010 03:58 > To: Commons Developers List > Subject: Re: [VOTE] Release Commons Lang 3.0 Beta.1 > > On 21 July 2010 01:01, Henri Yandell <flame...@gmail.com> wrote: > > Context: > > > > Releasing a beta version of the Lang 3.0 API for user feedback. > > There aren't any major API changes expected, unless the community > > raises them. The aim would be to _not_ put this in the Maven > > repository. > > > > SVN tag: > > > > http://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_0_B1/ > > > > svn ps svn:eol-style native > src/main/java/org/apache/commons/lang3/CharSequenceUtils.java > svn ps svn:eol-style native > src/test/java/org/apache/commons/lang3/CharSequenceUtilsTest.java > > I could fix this but it would be better if the original author > (ggregory) or at least someone using an OS with the same EOL fixed > the files (in trunk) to reduce commit noise.
I am not getting much noise for this, so I'll commit: >svn diff src/main/java/org/apache/commons/lang3/CharSequenceUtils.java Property changes on: src\main\java\org\apache\commons\lang3\CharSequenceUtils.java ___________________________________________________________________ Added: svn:eol-style + native Wed 07/21/201020:08:06.79 C:\Users\ggregory\b\svn\apache.org\commons\lang\trunk >svn diff C:\Users\ggregory\b\svn\apache.org\commons\lang\trunk Property changes on: C:\Users\ggregory\b\svn\apache.org\commons\lang\trunk\src\test\java\org\apache\commons\lang3\CharSequenceUtilsTest.java ___________________________________________________________________ Added: svn:eol-style + native Index: C:/Users/ggregory/b/svn/apache.org/commons/lang/trunk/src/main/java/org/apache/commons/lang3/concurrent/TimedSemaphore.java =================================================================== --- C:/Users/ggregory/b/svn/apache.org/commons/lang/trunk/src/main/java/org/apache/commons/lang3/concurrent/TimedSemaphore.java (revision 966173) +++ C:/Users/ggregory/b/svn/apache.org/commons/lang/trunk/src/main/java/org/apache/commons/lang3/concurrent/TimedSemaphore.java (working copy) @@ -122,7 +122,7 @@ * resources. After that {...@link #acquire()} must not be called any more. * </p> * - * @version $Id:$ + * @version $Id$ */ public class TimedSemaphore { /** Property changes on: C:\Users\ggregory\b\svn\apache.org\commons\lang\trunk\src\main\java\org\apache\commons\lang3\CharSequenceUtils.java ___________________________________________________________________ Added: svn:eol-style + native Gary > > What is the licence for the Spring Framework code mentioned in NOTICE? > > The file findbugs-exclude-filter.xml is missing from the source > archive. This seems wrong. > > [The doap is also missing, but that is OK] > > > Signed downloads: > > > > http://people.apache.org/~bayard/commons-lang-3.0-beta-1/ > > No hashes, but I assume you would add those for a real release. > > > Site: > > > > http://people.apache.org/~bayard/commons-lang-3.0-beta-1/site/ > > Still refers to 2.5 as the current release. Also says that the code is > compatible with Java 1.3. > > > Note that I've replace the clirr report with a more meaningful one for now: > > > > http://people.apache.org/~bayard/commons-lang-3.0-beta-1/site/clirr- > report.html > > > > [ ] +1, let's see what people think > > [X] -1, it's not ready yet > > Need to fix the missing file and LICENSE first, plus some other fixes > I just made to trunk. > > The Javadoc for TypeUtils refers to java.lang.NavigableSet, but that > is @since 1.6. > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > > For additional commands, e-mail: dev-h...@commons.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org