> On Oct 15, 2016, at 10:26 PM, Gary Gregory <garydgreg...@gmail.com> wrote: > > +1 >
+1 > based on src zip, ASC, MD5, SHA1 OK. > > RAT check OK mod a TODO to adjust the build to ignore release notes. > > Clirr check OK mod internal breaks documented in the release notes. > > Reports OK. > > Builds OK with: > > mvn clean site OK > > Using: > > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 > 05:51:28-0800) > Maven home: E:\Java\apache-maven-3.0.5 > Java version: 1.8.0_101, vendor: Oracle Corporation > Java home: C:\Program Files\Java\jdk1.8.0_101\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos" > > Gary > > On Sat, Oct 15, 2016 at 12:57 PM, Gary Gregory <garydgreg...@gmail.com> > wrote: > >> Since the release notes file in the root of the src zip does not have a >> header either, then these are OK. >> >> To do and not a blocker: adjust the build to ignore all release notes and >> .htaccess files for a RAT check. >> >> Gary >> >> On Sat, Oct 15, 2016 at 11:58 AM, Gary Gregory <garydgreg...@gmail.com> >> wrote: >> >>> From src zip: RAT check fails: >>> >>> ***************************************************** >>> >>> Files with unapproved licenses: >>> >>> src/site/resources/.htaccess >>> src/site/resources/release-notes/RELEASE-NOTES-1.0.1.txt >>> src/site/resources/release-notes/RELEASE-NOTES-1.0.txt >>> src/site/resources/release-notes/RELEASE-NOTES-2.0.txt >>> src/site/resources/release-notes/RELEASE-NOTES-2.1.txt >>> src/site/resources/release-notes/RELEASE-NOTES-2.2.txt >>> src/site/resources/release-notes/RELEASE-NOTES-2.3.txt >>> src/site/resources/release-notes/RELEASE-NOTES-2.4.txt >>> src/site/resources/release-notes/RELEASE-NOTES-2.5.txt >>> src/site/resources/release-notes/RELEASE-NOTES-2.6.txt >>> src/site/resources/release-notes/RELEASE-NOTES-3.0.1.txt >>> src/site/resources/release-notes/RELEASE-NOTES-3.0.txt >>> src/site/resources/release-notes/RELEASE-NOTES-3.1.txt >>> src/site/resources/release-notes/RELEASE-NOTES-3.3.1.txt >>> src/site/resources/release-notes/RELEASE-NOTES-3.3.2.txt >>> src/site/resources/release-notes/RELEASE-NOTES-3.4.txt >>> >>> >>> Gary >>> >>> On Thu, Oct 13, 2016 at 1:20 PM, Benedikt Ritter <brit...@apache.org> >>> wrote: >>> >>>> Hi, >>>> >>>> finally I found the time to prepare Apache Commons Lang 3.5 RC2 :-) >>>> We could not release RC1, because I messed up the release archives. They >>>> contained some snapshot artifacts. This has been fixed in RC2. >>>> Furthermore >>>> LANG-1275 has been incorporated. >>>> >>>> Lang 3.5 RC2 is available for review here: >>>> https://dist.apache.org/repos/dist/dev/commons/lang/LANG_3_5_RC2 (svn >>>> revision 16505) >>>> >>>> Tag name: >>>> LANG_3_5_RC2 (signature can be checked from git using 'git tag -v') >>>> >>>> Tag URL: >>>> >>>> https://git-wip-us.apache.org/repos/asf?p=commons-lang.git;a >>>> =commit;h=36f98d87b24c2f542b02abbf6ec1ee742f1b158b >>>> >>>> Commit ID the tag points at: >>>> 36f98d87b24c2f542b02abbf6ec1ee742f1b158b >>>> >>>> Maven artifacts are here: >>>> https://repository.apache.org/content/repositories/orgapache >>>> commons-1209 >>>> >>>> These are the Maven artifacts and their hashes: >>>> >>>> commons-lang3-3.5-javadoc.jar >>>> (SHA1: 337310e98410d577aca675930bb46405a0a8fb0c) >>>> commons-lang3-3.5-sources.jar >>>> (SHA1: f7d878153e86a1cdddf6b37850e00a9f8bff726f) >>>> commons-lang3-3.5-test-sources.jar >>>> (SHA1: dfb8a086a03cc9499cff808733fac667f5f50688) >>>> commons-lang3-3.5-tests.jar >>>> (SHA1: 8ca309192f104265c67a1570245ae827a8650af9) >>>> commons-lang3-3.5.jar >>>> (SHA1: 6c6c702c89bfff3cd9e80b04d668c5e190d588c6) >>>> commons-lang3-3.5.pom >>>> (SHA1: 08b969f02dfa03fa493fd6eba4cb9dcceea5aefd) >>>> >>>> I've tested with JDK 1.6 using Maven 3.2.5 and Java 7, 8 and Java 9 EA >>>> using Maven 3.2.5. >>>> Note that there are some problems when building on Java 9. We're >>>> currently >>>> investigating this, see https://issues.apache.org/jira/browse/LANG-1265 >>>> To build on Java 9 you need to explicitly set the local provide to JRE: >>>> >>>> mvn -Djava.locale.providers=JRE clean test >>>> >>>> Details of changes since 3.4 are in the release notes: >>>> >>>> https://dist.apache.org/repos/dist/dev/commons/lang/LANG_3_5 >>>> _RC2/RELEASE-NOTES.txt >>>> http://home.apache.org/~britter/commons/lang/3_5_RC2/changes >>>> -report.html >>>> >>>> Site: >>>> http://home.apache.org/~britter/commons/lang/3_5_RC2 >>>> >>>> Clirr Report (compared to 3.4): >>>> http://home.apache.org/~britter/commons/lang/3_5_RC2/clirr-report.html >>>> (sorry, I messed up the site build and had to add the Clirr report >>>> manually...) >>>> >>>> Note that Clirr reports several errors due to additions in the interface >>>> org.apache.commons.lang3.time.DatePrinter >>>> These are considered okay, since the DatePrinter interface is not meant >>>> to >>>> be implemented by clients. This change is documented in the release >>>> notes. >>>> >>>> RAT report: >>>> http://home.apache.org/~britter/commons/lang/3_5_RC2/rat-report.html >>>> >>>> KEYS: >>>> https://www.apache.org/dist/commons/KEYS >>>> >>>> Please review the release candidate and vote. >>>> This vote will close no sooner than 72 hours from now, >>>> i.e. sometime after 22:30 UTC+2 16-October 2016. >>>> >>>> [ ] +1 Release these artifacts >>>> [ ] +0 Okay, but... >>>> [ ] -0 Okay, but really should fix... >>>> [ ] -1 I oppose this release because... >>>> >>>> Thank you, >>>> Benedikt >>>> >>> >>> >>> >>> -- >>> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org >>> Java Persistence with Hibernate, Second Edition >>> <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8> >>> >>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459> >>> JUnit in Action, Second Edition >>> <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22> >>> >>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021> >>> Spring Batch in Action >>> <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action> >>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951> >>> Blog: http://garygregory.wordpress.com >>> Home: http://garygregory.com/ >>> Tweet! http://twitter.com/GaryGregory >>> >> >> >> >> -- >> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org >> Java Persistence with Hibernate, Second Edition >> <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8> >> >> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459> >> JUnit in Action, Second Edition >> <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22> >> >> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021> >> Spring Batch in Action >> <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action> >> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951> >> Blog: http://garygregory.wordpress.com >> Home: http://garygregory.com/ >> Tweet! http://twitter.com/GaryGregory >> > > > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hibernate, Second Edition > <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8> > > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459> > JUnit in Action, Second Edition > <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22> > > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021> > Spring Batch in Action > <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory