commons-compress git commit: fix java 9 build on travis by skipping coveralls

2017-07-28 Thread pascalschumacher
Repository: commons-compress Updated Branches: refs/heads/master 246addb22 -> e00ea6c15 fix java 9 build on travis by skipping coveralls coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 Project:

[lang] LANG-1346: Remove deprecation from RandomStringUtils

2017-07-28 Thread pascalschumacher
ttp://git-wip-us.apache.org/repos/asf/commons-lang/tree/f2d8493a Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/f2d8493a Branch: refs/heads/master Commit: f2d8493ac44995170ff84bb895e3a73e0127cc68 Parents: fdccdea Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri

commons-csv git commit: Remove oraclejdk7 from travis configuration, because it is no longer available.

2017-07-28 Thread pascalschumacher
Repository: commons-csv Updated Branches: refs/heads/master 2305e0e80 -> 253bc8f14 Remove oraclejdk7 from travis configuration, because it is no longer available. see: https://github.com/travis-ci/travis-ci/issues/7964#issuecomment-316769421 for details Project:

commons-dbcp git commit: add .travis.yml

2017-07-28 Thread pascalschumacher
Repository: commons-dbcp Updated Branches: refs/heads/master 784fb496a -> 56deeaf5c add .travis.yml Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/56deeaf5 Tree:

svn commit: r1803407 - /commons/proper/beanutils/trunk/.travis.yml

2017-07-30 Thread pascalschumacher
Author: pascalschumacher Date: Sun Jul 30 08:48:39 2017 New Revision: 1803407 URL: http://svn.apache.org/viewvc?rev=1803407=rev Log: .travis.yml: remove oraclejdk7 (no longer available) and add openjdk6 Modified: commons/proper/beanutils/trunk/.travis.yml Modified: commons/proper/beanutils

svn commit: r1803412 - /commons/proper/codec/trunk/.travis.yml

2017-07-30 Thread pascalschumacher
Author: pascalschumacher Date: Sun Jul 30 09:02:00 2017 New Revision: 1803412 URL: http://svn.apache.org/viewvc?rev=1803412=rev Log: .travis.yml: remove oraclejdk7 (no longer available) and add openjdk6 (side-effects: close #1, close #4) Modified: commons/proper/codec/trunk/.travis.yml

svn commit: r1803410 - /commons/proper/net/trunk/.travis.yml

2017-07-30 Thread pascalschumacher
Author: pascalschumacher Date: Sun Jul 30 08:54:53 2017 New Revision: 1803410 URL: http://svn.apache.org/viewvc?rev=1803410=rev Log: .travis.yml: remove oraclejdk7 (no longer available) and add openjdk6 Modified: commons/proper/net/trunk/.travis.yml Modified: commons/proper/net/trunk

[text] add tests (closes #58)

2017-07-30 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 986787042 -> 998764ebe add tests (closes #58) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/998764eb Tree:

svn commit: r1803409 - /commons/proper/bcel/trunk/.travis.yml

2017-07-30 Thread pascalschumacher
Author: pascalschumacher Date: Sun Jul 30 08:51:03 2017 New Revision: 1803409 URL: http://svn.apache.org/viewvc?rev=1803409=rev Log: Remove oraclejdk7 from travis configuration, because it is no longer available. see: https://github.com/travis-ci/travis-ci/issues/7964#issuecomment-316769421

svn commit: r1803411 - /commons/proper/validator/trunk/.travis.yml

2017-07-30 Thread pascalschumacher
Author: pascalschumacher Date: Sun Jul 30 08:57:07 2017 New Revision: 1803411 URL: http://svn.apache.org/viewvc?rev=1803411=rev Log: .travis.yml: remove oraclejdk7 (no longer available) and add openjdk6 Modified: commons/proper/validator/trunk/.travis.yml Modified: commons/proper/validator

commons-collections git commit: pom.xml: rat-plugin: remove now unnecessary "maven-eclipse.xml" and ".travis.yml" exclusions

2017-08-02 Thread pascalschumacher
bfaebf Parents: 7166644 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Wed Aug 2 20:12:31 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed Aug 2 20:12:31 2017 +0200 --

[3/3] commons-collections git commit: use java 8 compatible clirr version

2017-08-02 Thread pascalschumacher
-us.apache.org/repos/asf/commons-collections/diff/3633bbd3 Branch: refs/heads/master Commit: 3633bbd32c07cb36039c9a1a1d5ca27a2ae3882e Parents: 1961bdd Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Wed Aug 2 20:32:20 2017 +0200 Committer: pascalschumacher <pascalschumac..

[2/3] commons-collections git commit: remove override commons.javadoc.version which should not be necessary anymore, as commons-collections now uses commons-parent version 40

2017-08-02 Thread pascalschumacher
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/1961bdd3 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/1961bdd3 Branch: refs/heads/master Commit: 1961bdd3e6f0a134acbf95cee59ee7dd7dd3ad08 Parents: 41cec31 Author: pascalschumacher <pascalschumac...@gmx.

[1/3] commons-collections git commit: pom.xml: move rat configuration from reporting to build section, so that it also works outside the site life-cycle

2017-08-02 Thread pascalschumacher
mit: 41cec319b5dbcc7cecb7dccb7015f138705a77f4 Parents: df6474e Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Wed Aug 2 20:18:03 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed Aug 2 20:18:03 2017 +0200 -

commons-pool git commit: README.md: fix travis-ci badge

2017-08-03 Thread pascalschumacher
org/repos/asf/commons-pool/tree/509c6a0f Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/509c6a0f Branch: refs/heads/master Commit: 509c6a0ff87e9a871fa14b9683cb2e26ae1147ee Parents: 476cbae Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu Aug 3 21:25:51 2

[1/2] commons-dbcp git commit: README.md: correct version of latest release

2017-08-03 Thread pascalschumacher
Repository: commons-dbcp Updated Branches: refs/heads/master 9b8ecc1ca -> f06496354 README.md: correct version of latest release Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/78a0e747 Tree:

[2/2] commons-dbcp git commit: README.md: add build-status and maven-central badge

2017-08-03 Thread pascalschumacher
README.md: add build-status and maven-central badge Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/f0649635 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/f0649635 Diff:

commons-pool git commit: README.md: fix link to homepage

2017-08-03 Thread pascalschumacher
org/repos/asf/commons-pool/tree/2730f498 Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/2730f498 Branch: refs/heads/master Commit: 2730f498a86d6f6173313f872d03fc0bb39807c3 Parents: 509c6a0 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu Aug 3 21:29:36 2

svn commit: r1804932 - in /commons/proper/validator/trunk: pom.xml src/changes/changes.xml

2017-08-13 Thread pascalschumacher
Author: pascalschumacher Date: Sun Aug 13 17:58:04 2017 New Revision: 1804932 URL: http://svn.apache.org/viewvc?rev=1804932=rev Log: VALIDATOR-428: Update commons digester to 2.1 (closes #8) patch by Matthew Zavislak Modified: commons/proper/validator/trunk/pom.xml commons/proper

svn commit: r1804931 - /commons/proper/vfs/trunk/src/changes/changes.xml

2017-08-13 Thread pascalschumacher
Author: pascalschumacher Date: Sun Aug 13 17:26:52 2017 New Revision: 1804931 URL: http://svn.apache.org/viewvc?rev=1804931=rev Log: VFS-642: add changes.xml entry Modified: commons/proper/vfs/trunk/src/changes/changes.xml Modified: commons/proper/vfs/trunk/src/changes/changes.xml URL

svn commit: r1804930 - in /commons/proper/vfs/trunk: pom.xml sandbox/src/main/java/org/apache/commons/vfs2/provider/smb/SmbFileObject.java src/site/xdoc/download.xml

2017-08-13 Thread pascalschumacher
Author: pascalschumacher Date: Sun Aug 13 17:23:58 2017 New Revision: 1804930 URL: http://svn.apache.org/viewvc?rev=1804930=rev Log: VFS-642: Upgrade to jcifs 1.3.17 (closes #18) patch contributed by Ilan Goldfeld Modified: commons/proper/vfs/trunk/pom.xml commons/proper/vfs/trunk

svn commit: r1804818 - /commons/proper/exec/trunk/.travis.yml

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 16:30:43 2017 New Revision: 1804818 URL: http://svn.apache.org/viewvc?rev=1804818=rev Log: .travis.yml: require sudo in an attempt to fix the tests on travis Modified: commons/proper/exec/trunk/.travis.yml Modified: commons/proper/exec/trunk

svn commit: r1804823 - /commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/issues/Exec65Test.java

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 16:58:51 2017 New Revision: 1804823 URL: http://svn.apache.org/viewvc?rev=1804823=rev Log: Exec65Test#testExec65WithSudoUsingShellScript: skip this test on travis, because we have to be a sudoer on travis to make the other tests pass. Modified

svn commit: r1804817 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/zip/test/FileLockTestCase.java

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 16:21:10 2017 New Revision: 1804817 URL: http://svn.apache.org/viewvc?rev=1804817=rev Log: FileLockTestCase: use temporary file Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/zip/test/FileLockTestCase.java

svn commit: r1804820 - /commons/proper/beanutils/trunk/pom.xml

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 16:39:02 2017 New Revision: 1804820 URL: http://svn.apache.org/viewvc?rev=1804820=rev Log: Slightly increase the maximum allowed memory for unit tests, to make the build on travis ci more stable. Modified: commons/proper/beanutils/trunk/pom.xml

svn commit: r1804623 - /commons/proper/jexl/trunk/README.md

2017-08-09 Thread pascalschumacher
Author: pascalschumacher Date: Thu Aug 10 03:40:38 2017 New Revision: 1804623 URL: http://svn.apache.org/viewvc?rev=1804623=rev Log: README.md: fix travis badge (side effect: close #4) Modified: commons/proper/jexl/trunk/README.md Modified: commons/proper/jexl/trunk/README.md URL: http

svn commit: r1804627 - /commons/proper/jexl/trunk/pom.xml

2017-08-09 Thread pascalschumacher
Author: pascalschumacher Date: Thu Aug 10 03:55:27 2017 New Revision: 1804627 URL: http://svn.apache.org/viewvc?rev=1804627=rev Log: try to fix build on travis by increasing max memory for tests Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL

svn commit: r1804850 - /commons/proper/jelly/trunk/README.md

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 19:59:03 2017 New Revision: 1804850 URL: http://svn.apache.org/viewvc?rev=1804850=rev Log: README.md: fix travis badge, remove other broken or unhelpful badges Modified: commons/proper/jelly/trunk/README.md Modified: commons/proper/jelly/trunk

svn commit: r1804830 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/zip/test/FileLockTestCase.java

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 17:35:46 2017 New Revision: 1804830 URL: http://svn.apache.org/viewvc?rev=1804830=rev Log: FileLockTestCase#testCannotDeleteWhileStreaming, FileLockTestCase#testCannotDeleteWhileStreaming2: fix non-windows operating systems Modified: commons

svn commit: r1804805 - /commons/proper/jelly/trunk/.travis.yml

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 15:27:10 2017 New Revision: 1804805 URL: http://svn.apache.org/viewvc?rev=1804805=rev Log: add .travis.yml Added: commons/proper/jelly/trunk/.travis.yml Added: commons/proper/jelly/trunk/.travis.yml URL: http://svn.apache.org/viewvc/commons/proper

svn commit: r1804808 - /commons/proper/vfs/trunk/pom.xml

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 15:36:06 2017 New Revision: 1804808 URL: http://svn.apache.org/viewvc?rev=1804808=rev Log: try to fix build on travis by increasing maximum memory for tests Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL

svn commit: r1804810 - /commons/proper/logging/trunk/README.md

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 15:41:06 2017 New Revision: 1804810 URL: http://svn.apache.org/viewvc?rev=1804810=rev Log: update README.md Modified: commons/proper/logging/trunk/README.md Modified: commons/proper/logging/trunk/README.md URL: http://svn.apache.org/viewvc/commons

svn commit: r1804802 - in /commons/proper/weaver/trunk: CONTRIBUTING.md README.md

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 15:16:47 2017 New Revision: 1804802 URL: http://svn.apache.org/viewvc?rev=1804802=rev Log: add README.md and CONTRIBUTING.md Added: commons/proper/weaver/trunk/CONTRIBUTING.md commons/proper/weaver/trunk/README.md Added: commons/proper/weaver

svn commit: r1804803 - /commons/proper/weaver/trunk/README.md

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 15:20:28 2017 New Revision: 1804803 URL: http://svn.apache.org/viewvc?rev=1804803=rev Log: README.md: remove broken maven central badge Modified: commons/proper/weaver/trunk/README.md Modified: commons/proper/weaver/trunk/README.md URL: http

svn commit: r1804800 - /commons/proper/email/trunk/README.md

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 15:09:21 2017 New Revision: 1804800 URL: http://svn.apache.org/viewvc?rev=1804800=rev Log: update README.md Modified: commons/proper/email/trunk/README.md Modified: commons/proper/email/trunk/README.md URL: http://svn.apache.org/viewvc/commons

svn commit: r1804801 - /commons/proper/weaver/trunk/.travis.yml

2017-08-11 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 11 15:15:33 2017 New Revision: 1804801 URL: http://svn.apache.org/viewvc?rev=1804801=rev Log: .travis.yml: remove oraclejdk7 (no longer available) and add openjdk6 Modified: commons/proper/weaver/trunk/.travis.yml Modified: commons/proper/weaver/trunk

svn commit: r1804887 - /commons/proper/weaver/trunk/README.md

2017-08-13 Thread pascalschumacher
Author: pascalschumacher Date: Sun Aug 13 10:13:22 2017 New Revision: 1804887 URL: http://svn.apache.org/viewvc?rev=1804887=rev Log: README.md: add maven central badge Modified: commons/proper/weaver/trunk/README.md Modified: commons/proper/weaver/trunk/README.md URL: http://svn.apache.org

[text] TEXT-93: RandomStringGenerator accepts a list of valid characters

2017-07-09 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 9e48de8c8 -> e8ded07ba TEXT-93: RandomStringGenerator accepts a list of valid characters add since javadoc tag and other minimal clean-ups Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] remove unused import statements and unused local variables

2017-07-09 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master e8ded07ba -> aaf4aba36 remove unused import statements and unused local variables Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/aaf4aba3 Tree:

commons-collections git commit: Remove oraclejdk7 from travis configuration, because it is no longer available.

2017-07-25 Thread pascalschumacher
efs/heads/master Commit: 1909ca32485ae8cb05b4f905ce2dde405c90baea Parents: b002903 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Tue Jul 25 23:11:08 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Tue Jul 25 23:1

commons-dbutils git commit: .travis.yml: openjdk6

2017-07-25 Thread pascalschumacher
ttp://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/469d4a85 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/469d4a85 Branch: refs/heads/master Commit: 469d4a85c0bde16b90240763a9319f797b0849be Parents: d718120 Author: pascalschumacher <pascalschumac...@gmx.net> Auth

commons-pool git commit: .travis.yml: add openjdk6

2017-07-25 Thread pascalschumacher
pos/asf/commons-pool/tree/7cb6b675 Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/7cb6b675 Branch: refs/heads/master Commit: 7cb6b675ee5f2e107abc7764475efd788cf6c6ae Parents: c73f60d Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Tue Jul 25 23:25:54 2017 +0200

commons-imaging git commit: .travis.yml: replace oraclejdk7 with open openjdk7, because oraclejdk7 is no longer available.

2017-07-25 Thread pascalschumacher
efs/heads/master Commit: c184bc5a1ee44e582d718868f376de41b82a3cb4 Parents: 6962d8b Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Tue Jul 25 23:04:59 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Tue Jul 25 23:0

commons-dbutils git commit: Remove oraclejdk7 from travis configuration, because it is no longer available.

2017-07-25 Thread pascalschumacher
mit: d7181205fdfbee77197c95225dad0f961d875656 Parents: 9206423 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Tue Jul 25 23:16:45 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Tue Jul 25 23:1

commons-collections git commit: .travis.yml: also build pull requests

2017-07-25 Thread pascalschumacher
ree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/ee512ca2 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/ee512ca2 Branch: refs/heads/master Commit: ee512ca286da5937f5f168f882091edbdbdada57 Parents: 1909ca3 Author: pascalschumacher <pascalschumac...@g

[text] Add some unit tests to increase code coverage (closes #56).

2017-07-24 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 065a2f125 -> 79ef3cdf1 Add some unit tests to increase code coverage (closes #56). Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/79ef3cdf Tree:

[text] Remove oraclejdk7 from travis configuration, because it is no longer available.

2017-07-24 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 79ef3cdf1 -> 6773be0a3 Remove oraclejdk7 from travis configuration, because it is no longer available. see: https://github.com/travis-ci/travis-ci/issues/7964#issuecomment-316769421 for details Project:

[lang] Remove oraclejdk7 from travis configuration, because it is no longer available.

2017-07-24 Thread pascalschumacher
mit: fdccdeaec531bbb9dbb88f0329b6a351dac09690 Parents: 187a05b Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Mon Jul 24 23:42:38 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Mon Jul 24 23:4

commons-io git commit: Remove oraclejdk7 from travis configuration, because it is no longer available.

2017-07-24 Thread pascalschumacher
mit: 9990c66690467cf6c08be921947532729b7ee91c Parents: acceb62 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Mon Jul 24 23:46:04 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Mon Jul 24 23:4

[1/2] commons-io git commit: IO-542: FileUtils#readFileToByteArray: optimize reading of files with known size (closes #38)

2017-07-02 Thread pascalschumacher
ero.lv> Authored: Sun Jul 2 16:01:23 2017 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Jul 2 17:09:47 2017 +0200 -- src/main/java/org/apache/commons/io/FileUtils.java | 4 +++- 1 file change

[2/2] commons-io git commit: IO-542: FileUtils#readFileToByteArray: optimize reading of files with known size

2017-07-02 Thread pascalschumacher
-io/tree/acceb629 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/acceb629 Branch: refs/heads/master Commit: acceb62960971477744f6731bbbc06abbabfe4f3 Parents: 936b820 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Jul 2 17:12:11 2017 +0200 Committer: pascalschu

[lang] Fix ExceptionUtils#getStackFrame(String) javadoc (closes #274)

2017-07-02 Thread pascalschumacher
lon Mureinik <amure...@redhat.com> Authored: Sat Jul 1 14:50:41 2017 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Jul 2 16:58:02 2017 +0200 -- .../java/org/apache/commons/lang3/exception/Exce

commons-io git commit: Correct error message in IOUtils (closes #35)

2017-04-25 Thread pascalschumacher
diff/33782800 Branch: refs/heads/master Commit: 3378280035f388157e007a06f7fcb74698b91e3e Parents: 156653e Author: Mark Raynsford <c...@io7m.com> Authored: Tue Apr 25 17:40:34 2017 + Committer: pascalschumacher <pascalschumac...@gmx.net&

[text] fix some checkstyle voilations and remove their checkstyle-suppressions

2017-04-24 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master c5863f4f9 -> 66cf58776 fix some checkstyle voilations and remove their checkstyle-suppressions Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

commons-io git commit: IOUtils#toByteArray: fix spelling of local variable name

2017-04-25 Thread pascalschumacher
ttp://git-wip-us.apache.org/repos/asf/commons-io/tree/41a3e9c5 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/41a3e9c5 Branch: refs/heads/master Commit: 41a3e9c52d52f60d121ae99d281881a55e006bca Parents: 3378280 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Tue Apr 25

commons-io git commit: IOUtilsTestCase#testToByteArray_InputStream_NegativeSize: fix typo

2017-04-25 Thread pascalschumacher
ree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/a64b4cc5 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/a64b4cc5 Branch: refs/heads/master Commit: a64b4cc5329f2275a5513b12622863e99a803a24 Parents: 41a3e9c Author: pascalschumacher <pascalschumac...@gmx.net> Authored: T

[lang] LANG-1256: Add JMH maven dependencies.

2017-04-28 Thread pascalschumacher
mit: 331d2f21f96ea6d1197fd8fb0774109a8e9732b5 Parents: e685d84 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Apr 28 18:34:29 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Fri Apr 28 18:3

[lang] LANG-1256: Add JMH maven dependencies.

2017-04-28 Thread pascalschumacher
asf/commons-lang/commit/b7cc7a1c Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/b7cc7a1c Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/b7cc7a1c Branch: refs/heads/master Commit: b7cc7a1c7ba803e37218e53825c8aa1534071796 Parents: 331d2f2 Author: pascalschumacher <pascals

[lang] HashSetvBitSetTest: use diamond operator (closes #264)

2017-04-29 Thread pascalschumacher
mit: c8e648b92cc133a604b5e1f4da1ced943788e64b Parents: d61090a Author: Allon Mureinik <amure...@redhat.com> Authored: Sat Apr 29 10:37:40 2017 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sat Apr 29 10:48:41 2017 +0200 --

[4/4] [text] checkstyle.xml: do not require javadoc for private variables

2017-04-28 Thread pascalschumacher
checkstyle.xml: do not require javadoc for private variables Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1f5171ef Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/1f5171ef Diff:

[1/4] [text] TEXT-36: RandomStringGenerator: allow users to provide source of randomness (closes #25)

2017-04-28 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 66cf58776 -> 1f5171efc TEXT-36: RandomStringGenerator: allow users to provide source of randomness (closes #25) Create functional interface to provide randomness for RandomStringGenerator Project:

[2/4] [text] TEXT-81: Add RandomStringGenerator

2017-04-28 Thread pascalschumacher
TEXT-81: Add RandomStringGenerator Revert "TEXT-51: remove RandomStringGenerator for 1.0 release add again in 1.1" This reverts commit ba4e4932f0d864a15c94d32fb8c341e230d928df and restores RandomStringGenerator. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[3/4] [text] TEXT-81: Add RandomStringGenerator (closes #36)

2017-04-28 Thread pascalschumacher
TEXT-81: Add RandomStringGenerator (closes #36) add changes.xml entries for TEXT-81 and TEXT-36 fix checkstyle violations other minimal clean-up fix checkstyle Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] README.md: remove license badge, because github now displays the license at the top

2017-04-28 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 1f5171efc -> f945dd26d README.md: remove license badge, because github now displays the license at the top Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

commons-io git commit: README.md: remove license badge, because github now displays the license at the top

2017-04-28 Thread pascalschumacher
-io/commit/ffcbfdc8 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/ffcbfdc8 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/ffcbfdc8 Branch: refs/heads/master Commit: ffcbfdc80ed7ca7ffce883f615f710beabd9e06c Parents: a64b4cc Author: pascalschumacher <pascalschumac...@g

[2/2] [lang] LANG-1110: Implement HashSetvBitSetTest using JMH

2017-04-28 Thread pascalschumacher
/e685d847 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/e685d847 Branch: refs/heads/master Commit: e685d847b4c70e354e47ea3990cefda3265aa5c6 Parents: 111fd3f Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Apr 28 17:36:58 2017 +0200 Committer: pascalschu

[1/2] [lang] LANG-1256: Add JMH maven dependencies. (closes #182)

2017-04-28 Thread pascalschumacher
Barger <ar...@bargr.net> Authored: Sat Aug 13 03:33:08 2016 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Fri Apr 28 17:30:46 2017 +0200 -- pom.xml | 70 +

svn commit: r1804144 - /commons/proper/validator/trunk/README.md

2017-08-04 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 4 17:12:41 2017 New Revision: 1804144 URL: http://svn.apache.org/viewvc?rev=1804144=rev Log: README.md: update version to 1.6 Modified: commons/proper/validator/trunk/README.md Modified: commons/proper/validator/trunk/README.md URL: http

svn commit: r1804143 - /commons/proper/vfs/trunk/README.md

2017-08-04 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 4 17:08:24 2017 New Revision: 1804143 URL: http://svn.apache.org/viewvc?rev=1804143=rev Log: update README.md Modified: commons/proper/vfs/trunk/README.md Modified: commons/proper/vfs/trunk/README.md URL: http://svn.apache.org/viewvc/commons/proper

svn commit: r1804147 - /commons/proper/vfs/trunk/README.md

2017-08-04 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 4 18:00:26 2017 New Revision: 1804147 URL: http://svn.apache.org/viewvc?rev=1804147=rev Log: README.md: fix link to commons-vfs homepage Modified: commons/proper/vfs/trunk/README.md Modified: commons/proper/vfs/trunk/README.md URL: http

svn commit: r1804178 - /commons/proper/logging/trunk/.travis.yml

2017-08-05 Thread pascalschumacher
Author: pascalschumacher Date: Sat Aug 5 08:52:25 2017 New Revision: 1804178 URL: http://svn.apache.org/viewvc?rev=1804178=rev Log: .travis.yml: remove oraclejdk7 (no longer available) and add openjdk6 Modified: commons/proper/logging/trunk/.travis.yml Modified: commons/proper/logging

svn commit: r1804180 - /commons/proper/jxpath/trunk/README.md

2017-08-05 Thread pascalschumacher
Author: pascalschumacher Date: Sat Aug 5 08:59:16 2017 New Revision: 1804180 URL: http://svn.apache.org/viewvc?rev=1804180=rev Log: update README.md Modified: commons/proper/jxpath/trunk/README.md Modified: commons/proper/jxpath/trunk/README.md URL: http://svn.apache.org/viewvc/commons

svn commit: r1804179 - /commons/proper/jxpath/trunk/.travis.yml

2017-08-05 Thread pascalschumacher
Author: pascalschumacher Date: Sat Aug 5 08:56:41 2017 New Revision: 1804179 URL: http://svn.apache.org/viewvc?rev=1804179=rev Log: .travis.yml: remove oraclejdk7 because it is no longer available on travis Modified: commons/proper/jxpath/trunk/.travis.yml Modified: commons/proper/jxpath

commons-cli git commit: .travis.yml: add openjdk6

2017-07-28 Thread pascalschumacher
pos/asf/commons-cli/tree/ccc2b43d Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/ccc2b43d Branch: refs/heads/master Commit: ccc2b43def743e89150de364297cc56ac016a7aa Parents: e420dd2 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Jul 28 17:30:58 2017 +0200

[lang] add oraclejdk9 to travis configuration (closes #280)

2017-07-28 Thread pascalschumacher
asf/commons-lang/tree/05d95180 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/05d95180 Branch: refs/heads/master Commit: 05d9518038ae8d2ac9f11b91b731f47b909a9bad Parents: daeed97 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu May 25 21:43:20 2017 +0200

[text] add oraclejdk9 to travis configuration (closes #59)

2017-07-28 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 6773be0a3 -> 986787042 add oraclejdk9 to travis configuration (closes #59) add maven java9 profile: - use maven-javadoc-plugin version 3.0.0-M1, because versions below 3.0.0 do not work on java 9 - skip maven-coveralls-plugin,

[2/2] commons-cli git commit: add default mvn default (clean, test, clirr, rat and javadoc) and run it on travis

2017-08-01 Thread pascalschumacher
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/34fe9e52 Branch: refs/heads/master Commit: 34fe9e5250a1a568b52ba277fdc86314c20aece3 Parents: 3637948 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Tue Aug 1 19:27:50 2017 +0200 Committer: pascalschumacher <pasc

[1/2] commons-cli git commit: add apache license header to existing-readable.file to make rat check pass

2017-08-01 Thread pascalschumacher
mit/36379486 Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/36379486 Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/36379486 Branch: refs/heads/master Commit: 3637948608c5fa1d465f4b97da915ea8e0f1774f Parents: 23d13f5 Author: pascalschumacher <pascalschumac...@g

[text] Added Unit Tests which cover previously untested code (closes #60).

2017-08-01 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 998764ebe -> 996b4beb4 Added Unit Tests which cover previously untested code (closes #60). Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

svn commit: r1803662 - /commons/proper/configuration/trunk/README.md

2017-08-01 Thread pascalschumacher
Author: pascalschumacher Date: Tue Aug 1 16:22:00 2017 New Revision: 1803662 URL: http://svn.apache.org/viewvc?rev=1803662=rev Log: README.md: add build status and maven central badge (side-effects: close #1, close #5) Modified: commons/proper/configuration/trunk/README.md Modified

svn commit: r1803675 - /commons/proper/codec/trunk/README.md

2017-08-01 Thread pascalschumacher
Author: pascalschumacher Date: Tue Aug 1 17:51:31 2017 New Revision: 1803675 URL: http://svn.apache.org/viewvc?rev=1803675=rev Log: README.md: - fix broken build status badge - remove broken coverage badge - remove maven central badge (just displays bongus version 20041127.091804) - remove

commons-csv git commit: Add default maven default goal (clean, test, clirr, rat and javadoc) and run it on travis.

2017-08-01 Thread pascalschumacher
asf/commons-csv/commit/bbf3ebe4 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/bbf3ebe4 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/bbf3ebe4 Branch: refs/heads/master Commit: bbf3ebe4bd5fca36bc8dc5bd151013876df76d5d Parents: fb03b65 Author: pascalschumacher <pascals

[1/2] commons-csv git commit: JiraCsv203Test and JiraCsv213Test: add missing license header

2017-08-01 Thread pascalschumacher
ree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/fe5cf5c9 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/fe5cf5c9 Branch: refs/heads/master Commit: fe5cf5c9d9124ff0b6a44f33fe24f889cba05ea5 Parents: 253bc8f Author: pascalschumacher <pascalschumac...@gmx.net> Authored:

[2/2] commons-csv git commit: Add test data files "optd_por_public.csv" and "999751170.patch.csv" to rat exclusions.

2017-08-01 Thread pascalschumacher
asf/commons-csv/tree/fb03b651 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/fb03b651 Branch: refs/heads/master Commit: fb03b651503929cd1c603059332950fcc5d632d2 Parents: fe5cf5c Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Tue Aug 1 20:38:31 2017 +0200 C

svn commit: r1803687 - /commons/proper/net/trunk/README.md

2017-08-01 Thread pascalschumacher
Author: pascalschumacher Date: Tue Aug 1 18:57:13 2017 New Revision: 1803687 URL: http://svn.apache.org/viewvc?rev=1803687=rev Log: README.md: - fix broken build status badge - remove broken coverage badge - remove maven central badge (just displays bongus version "0030805.205232"

commons-io git commit: Missing Test Case for negative offset value (closes #41)

2017-08-02 Thread pascalschumacher
pos/asf/commons-io/diff/92a07f9a Branch: refs/heads/master Commit: 92a07f9aa109f0f55af963f86e466c80718f9466 Parents: 9990c66 Author: Ioana Leontiuc <i.leont...@student.tudelft.nl> Authored: Wed Aug 2 16:09:30 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed

commons-collections git commit: [COLLECTIONS-655] Update platform from Java 6 to Java 7.

2017-08-02 Thread pascalschumacher
nts: eef8f1a Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Wed Aug 2 20:04:09 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed Aug 2 20:04:09 2017 +0200 -- .travis.ym

commons-collections git commit: .travis.yml: add apache license header

2017-08-02 Thread pascalschumacher
ree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/7166644f Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/7166644f Branch: refs/heads/master Commit: 7166644ffca595662286636102aa5e7190fd53f7 Parents: e5d0c9d Author: pascalschumacher <pascalschumac...@g

svn commit: r1804605 - /commons/proper/jexl/trunk/.travis.yml

2017-08-09 Thread pascalschumacher
Author: pascalschumacher Date: Wed Aug 9 19:30:51 2017 New Revision: 1804605 URL: http://svn.apache.org/viewvc?rev=1804605=rev Log: .travis.yml: remove oraclejdk7 (no longer available) Modified: commons/proper/jexl/trunk/.travis.yml Modified: commons/proper/jexl/trunk/.travis.yml URL

svn commit: r1804607 - /commons/proper/jexl/trunk/README.md

2017-08-09 Thread pascalschumacher
Author: pascalschumacher Date: Wed Aug 9 19:34:41 2017 New Revision: 1804607 URL: http://svn.apache.org/viewvc?rev=1804607=rev Log: README.md: add build status badge and remove now redundant license badge Modified: commons/proper/jexl/trunk/README.md Modified: commons/proper/jexl/trunk

svn commit: r1804606 - /commons/proper/jexl/trunk/.travis.yml

2017-08-09 Thread pascalschumacher
Author: pascalschumacher Date: Wed Aug 9 19:31:53 2017 New Revision: 1804606 URL: http://svn.apache.org/viewvc?rev=1804606=rev Log: .travis.yml: build pull requests (not only trunk) Modified: commons/proper/jexl/trunk/.travis.yml Modified: commons/proper/jexl/trunk/.travis.yml URL: http

commons-dbutils git commit: update README.md

2017-08-04 Thread pascalschumacher
pos/asf/commons-dbutils/tree/5dad8132 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/5dad8132 Branch: refs/heads/master Commit: 5dad81322639af165d5fc5ba7016c7bc9e172a4c Parents: 469d4a8 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Aug 4 17:42:23 2

commons-cli git commit: update README.md

2017-08-04 Thread pascalschumacher
ons-cli/tree/61ed8fae Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/61ed8fae Branch: refs/heads/master Commit: 61ed8faecd84a32035ab7d644a5308a0115adefa Parents: 34fe9e5 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Aug 4 17:51:41 2017 +0200

svn commit: r1804138 - /commons/proper/beanutils/trunk/README.md

2017-08-04 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 4 15:47:17 2017 New Revision: 1804138 URL: http://svn.apache.org/viewvc?rev=1804138=rev Log: update README.md Modified: commons/proper/beanutils/trunk/README.md Modified: commons/proper/beanutils/trunk/README.md URL: http://svn.apache.org/viewvc

[1/2] commons-fileupload git commit: .travis.yml: remove oraclejdk7 (no longer available) and add openjdk6

2017-08-04 Thread pascalschumacher
Repository: commons-fileupload Updated Branches: refs/heads/master 86a79bcea -> fc2d541d3 .travis.yml: remove oraclejdk7 (no longer available) and add openjdk6 Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit:

[2/2] commons-fileupload git commit: update README.md

2017-08-04 Thread pascalschumacher
update README.md Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/fc2d541d Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/fc2d541d Diff:

svn commit: r1804142 - /commons/proper/vfs/trunk/.travis.yml

2017-08-04 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 4 17:03:52 2017 New Revision: 1804142 URL: http://svn.apache.org/viewvc?rev=1804142=rev Log: add .travis.yml Added: commons/proper/vfs/trunk/.travis.yml Added: commons/proper/vfs/trunk/.travis.yml URL: http://svn.apache.org/viewvc/commons/proper/vfs

commons-dbcp git commit: README.md: fix link to homepage

2017-08-04 Thread pascalschumacher
Repository: commons-dbcp Updated Branches: refs/heads/master f06496354 -> b94374293 README.md: fix link to homepage Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/b9437429 Tree:

commons-imaging git commit: update README.md

2017-08-04 Thread pascalschumacher
pos/asf/commons-imaging/tree/48cfde84 Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/48cfde84 Branch: refs/heads/master Commit: 48cfde844a440fee8b79975206640eab42f40312 Parents: c184bc5 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Aug 4 17:49:37 2

svn commit: r1804140 - /commons/proper/validator/trunk/README.md

2017-08-04 Thread pascalschumacher
Author: pascalschumacher Date: Fri Aug 4 16:05:40 2017 New Revision: 1804140 URL: http://svn.apache.org/viewvc?rev=1804140=rev Log: update README.md Modified: commons/proper/validator/trunk/README.md Modified: commons/proper/validator/trunk/README.md URL: http://svn.apache.org/viewvc

<    1   2   3   4   5   6   7   8   9   >