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-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

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-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-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

[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

[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:

[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 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:

[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:

[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

[text] TEXT-90: Add CharacterPredicates for ASCII letters (uppercase/lowercase) and Arabic numerals (closes #50)

2017-06-22 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 25ec8d186 -> 569dbc094 TEXT-90: Add CharacterPredicates for ASCII letters (uppercase/lowercase) and Arabic numerals (closes #50) Add CharacterPredicates#ARABIC_NUMERALS, #ASCII_LOWERCASE_LETTERS, #ASCII_UPPERCASE_LETTERS,

[3/3] [text] TEXT-85: Added CaseUtils class with camel case conversion

2017-06-22 Thread pascalschumacher
TEXT-85: Added CaseUtils class with camel case conversion correct since javadoc tag and other minimal clean-ups Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/25ec8d18 Tree:

[1/3] [text] StrBuilderTest#testAppendln: make test operating system independent

2017-06-22 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 2de4cf9b9 -> 25ec8d186 StrBuilderTest#testAppendln: make test operating system independent Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[2/3] [text] StrBuilderTest#testAppendStringBuilderNull: use second StringBuilder for second assertion

2017-06-22 Thread pascalschumacher
StrBuilderTest#testAppendStringBuilderNull: use second StringBuilder for second assertion Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/997a6134 Tree:

[text] TEXT-91: RandomStringGenerator should be able to generate a String with a random length (closes #51)

2017-06-18 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 6276d029b -> 2035ed14f TEXT-91: RandomStringGenerator should be able to generate a String with a random length (closes #51) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] revert "Added IBM Jdk8 build support to travis-ci configuration" (closes #53)

2017-06-18 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 0914cb2cb -> 6276d029b revert "Added IBM Jdk8 build support to travis-ci configuration" (closes #53) Although this is a desirable feature, it does not work as currently implemented: The build fails, but this failure is not

[text] TEXT-92: Update commons-lang dependency to version 3.6

2017-06-14 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 0029f139b -> 0914cb2cb TEXT-92: Update commons-lang dependency to version 3.6 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0914cb2c Tree:

[text] TEXT-83: Document that commons-csv should be used in preference to CsvTranslators

2017-06-12 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 9ce255f89 -> 0029f139b TEXT-83: Document that commons-csv should be used in preference to CsvTranslators clarify statement Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] CsvTranslatorsTest: fix formatting

2017-06-11 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 8c94bb394 -> 1304d79eb CsvTranslatorsTest: fix formatting Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1304d79e Tree:

[lang] [LANG-1304] StringUtils method to check for mixed case in string (closes #223)

2017-05-25 Thread pascalschumacher
il.com> Authored: Thu Dec 29 21:01:12 2016 -0500 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Thu May 25 16:14:46 2017 +0200 -- src/changes/changes.xml | 1 + .../org/apach

[2/2] [lang] LANG-1316: Deprecate classes/methods moved to commons-text

2017-05-25 Thread pascalschumacher
://git-wip-us.apache.org/repos/asf/commons-lang/tree/ebe7bb58 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/ebe7bb58 Branch: refs/heads/master Commit: ebe7bb58a541bf397333f466d412e617266ee5aa Parents: 8019416 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu

[1/2] [lang] ObjectUtils#identityToString(StrBuilder, Object): improve deprecating javadoc comment

2017-05-25 Thread pascalschumacher
ons-lang/commit/8019416d Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8019416d Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/8019416d Branch: refs/heads/master Commit: 8019416d8197df8881788f889edfcf2ad45c4bf8 Parents: 670bb2e Author: pascalschumacher <pascals

[lang] include checkstyle-suppressions.xml file in source distribution

2017-05-25 Thread pascalschumacher
mit: 670bb2e0a1e67894ac29bb1bc4287c40943f0205 Parents: 9f2fe9b Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu May 25 14:00:38 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Thu May 25 14:0

[lang] LANG-1320: correct id in changes.xml

2017-05-22 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-lang/tree/9f2fe9bb Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/9f2fe9bb Branch: refs/heads/master Commit: 9f2fe9bb80065fc249c61c897a0434e9ff48bbf6 Parents: 7c19a1f Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Tue May 23 00:34:59 2

[text] use Validate to check arguments

2017-05-05 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master f651b78a6 -> 732450209 use Validate to check arguments Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/73245020 Tree:

[text] pom.xml: add goals executed on travis as defaultGoal to make it easy to run the same checks locally

2017-05-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master d4890a893 -> e0b744e52 pom.xml: add goals executed on travis as defaultGoal to make it easy to run the same checks locally Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[lang] pom.xml: add goals executed on travis as defaultGoal to make it easy to run the same checks locally

2017-05-04 Thread pascalschumacher
org/repos/asf/commons-lang/commit/340f5f70 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/340f5f70 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/340f5f70 Branch: refs/heads/master Commit: 340f5f70e970a85c760416569ad877bf7209b6b6 Parents: 1375e93 Author: pascalschumac

[lang] StrBuilder: remove commented-out code

2017-05-04 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-lang/tree/1375e931 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/1375e931 Branch: refs/heads/master Commit: 1375e931d7c7e6de8b297378fc296029d476d7e8 Parents: 7ddfc8a Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu May 4 13:01:38 2

[2/3] [text] fix some javadoc typos

2017-05-04 Thread pascalschumacher
fix some javadoc typos Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/aa2a77ef Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/aa2a77ef Diff:

[3/3] [text] StrBuilder: remove commented-out code

2017-05-04 Thread pascalschumacher
StrBuilder: remove commented-out code Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/d4890a89 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/d4890a89 Diff:

[1/3] [text] use System.lineSeparator() instead of System.getProperty("line.separator")

2017-05-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 4d84a33e4 -> d4890a893 use System.lineSeparator() instead of System.getProperty("line.separator") Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[3/3] [text] WordUtils: correct since javadoc tags

2017-05-04 Thread pascalschumacher
WordUtils: correct since javadoc tags Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/4d84a33e Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/4d84a33e Diff:

[1/3] [text] port changes from commons-lang WordUtils to commons-text WordUtils

2017-05-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 0b6a285bb -> 4d84a33e4 port changes from commons-lang WordUtils to commons-text WordUtils Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c0f7877b

[2/3] [text] checkstyle-suppressions.xml: also suppress MagicNumber warning for WordUitls

2017-05-04 Thread pascalschumacher
checkstyle-suppressions.xml: also suppress MagicNumber warning for WordUitls Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/8140c6a7 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/8140c6a7 Diff:

commons-io git commit: IO-367: Add convenience methods for copyToDirectory (closes #34, closes #18)

2017-05-01 Thread pascalschumacher
cal Schumacher <pascalschumac...@gmx.net> Authored: Sun Apr 23 21:02:29 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Mon May 1 17:03:54 2017 +0200 -- src/changes/changes.xml

[1/2] [lang] LANG-1307: Added getDigits method to StringUtils (closes #225)

2017-05-01 Thread pascalschumacher
Jan 3 00:14:33 2017 +0530 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Mon May 1 11:05:45 2017 +0200 -- .../org/apache/commons/lang3/StringUtils.java | 36 .../apach

[2/2] [lang] LANG-1307: Add getDigits method to StringUtils

2017-05-01 Thread pascalschumacher
/610caab5 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/610caab5 Branch: refs/heads/master Commit: 610caab590fe224c02c8f509431f6428fe8e1063 Parents: 9b3257e Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Mon May 1 11:08:10 2017 +0200 Committer: pascalschu

[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 --

[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] 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

[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 +

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

[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:

[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:

[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:

[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:

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

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: 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: IO-442: Javadoc contradictory for FileFilterUtils.ageFileFilter(cutoff) and the filter it constructs: AgeFileFilter(cutoff)

2017-04-23 Thread pascalschumacher
mit: 156653ea56fe215b97a263a770ea7094ff6adb84 Parents: 872c744 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Apr 23 20:44:33 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Apr 23 20:4

[1/3] commons-io git commit: use java 8 compatible clirr version and run clirr on travis

2017-04-23 Thread pascalschumacher
ttp://git-wip-us.apache.org/repos/asf/commons-io/tree/cdc90d71 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/cdc90d71 Branch: refs/heads/master Commit: cdc90d71d93e6c55103779541886e423ee7276b1 Parents: 8826617 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Apr

[3/3] commons-io git commit: Update checkstyle plugin version and remove no longer supported checkstyle module "RedundantThrows".

2017-04-23 Thread pascalschumacher
d9d Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Apr 23 18:37:24 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Apr 23 18:37:24 2017 +0200 -- .travis.yml| 2 +

[2/3] commons-io git commit: fix checkstyle violations by adding javadoc

2017-04-23 Thread pascalschumacher
/commons-io/diff/d357d9d5 Branch: refs/heads/master Commit: d357d9d563c4a34fa2ab3cdc68221c851a9de4f5 Parents: cdc90d7 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Apr 23 18:33:45 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Apr

commons-io git commit: update commons-parent version to 42

2017-04-23 Thread pascalschumacher
org/repos/asf/commons-io/tree/8826617e Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/8826617e Branch: refs/heads/master Commit: 8826617e87982bdd0f5072f58ab21c12fdf57122 Parents: 419ad3e Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Apr 23 17:36:22 2017 +0200

commons-io git commit: TailerTest: clean-up is done in tearDown so remove clean-up from individual test methods

2017-04-23 Thread pascalschumacher
ons-io/commit/5411db01 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/5411db01 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/5411db01 Branch: refs/heads/master Commit: 5411db017b093f0995a9b7807a6a4dabb0f1e0ea Parents: 722a5af Author: pascalschumacher <pascals

commons-io git commit: TrailerTest: replace usages of IOUtils#closeQuietly with try-with-resources statements

2017-04-23 Thread pascalschumacher
6b9 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Apr 23 17:12:14 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Apr 23 17:12:14 2017 +0200 -- .../org/apache/c

commons-io git commit: FileUtilsTestCase: test directory is delete in tear down method, so remove clean up in individual tests

2017-04-23 Thread pascalschumacher
org/repos/asf/commons-io/commit/f5c46b9f Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/f5c46b9f Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/f5c46b9f Branch: refs/heads/master Commit: f5c46b9fc80754c601205e6ef13c5b7e9a5003e2 Parents: 46fc59f Author: pascalschumac

commons-io git commit: run javadoc on travis

2017-04-23 Thread pascalschumacher
asf/commons-io/tree/46fc59ff Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/46fc59ff Branch: refs/heads/master Commit: 46fc59ff1d9df4939c178ad749487bb5f5e7ab15 Parents: b5a2c34 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Apr 23 12:53:49 2017 +0200

commons-io git commit: FileUtils#listFiles: fix javadoc warnings

2017-04-23 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-io/tree/b5a2c343 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/b5a2c343 Branch: refs/heads/master Commit: b5a2c343d52885dada56baa5c681b4c63533cf52 Parents: d675cd1 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Apr 23 12:32:06 2

commons-io git commit: FileUtilsTestCase: usage of IOUtils#closeQuietly with try-with-resources statements

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

[1/2] commons-io git commit: IO-528: fix Tailer.run race condition runaway logging (closes #29)

2017-04-23 Thread pascalschumacher
14:54:00 2017 +1100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Apr 23 11:29:31 2017 +0200 -- src/main/java/org/apache/commons/io/input/Tailer.java | 1 + 1 file chang

[2/2] commons-io git commit: IO-528: fix Tailer.run race condition runaway logging

2017-04-23 Thread pascalschumacher
://git-wip-us.apache.org/repos/asf/commons-io/diff/f44180b9 Branch: refs/heads/master Commit: f44180b972e3f881da8a3f981a1ca4f720e48125 Parents: 45fbfb8 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Apr 23 11:32:06 2017 +0200 Committer: pascalschumacher <pascalschumac..

[2/2] [lang] use Assert#assertFalse instead of Assert#assertTrue with a negated condition

2017-04-22 Thread pascalschumacher
: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/a060733e Branch: refs/heads/master Commit: a060733e63a9cc476342ca190d04ad027a241d33 Parents: d5be24a Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sat Apr 22 22:25:52 2017 +0200 Committer: pascalschumacher <pasc

[1/2] [lang] Use String#contains where possible (closes #263)

2017-04-22 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-lang/diff/d5be24a1 Branch: refs/heads/master Commit: d5be24a12668a94712247d31f06ef7d416b8118c Parents: 8cafd87 Author: Allon Mureinik <amure...@redhat.com> Authored: Sat Apr 22 22:59:38 2017 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Com

[text] run findbugs on travis-ci

2017-04-22 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 0b8532b5b -> c5863f4f9 run findbugs on travis-ci Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c5863f4f Tree:

[text] revert b0027e18d2e634e2a822962f6fbd3d296c82e722 "StrTokenizer#clone: add super.clone() call to fix findbug warning"

2017-04-22 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master b0027e18d -> 0b8532b5b revert b0027e18d2e634e2a822962f6fbd3d296c82e722 "StrTokenizer#clone: add super.clone() call to fix findbug warning" use findbug version from commons-parent use fb-excludes when findbugs is run outside the

[text] StrTokenizer#clone: add super.clone() call to fix findbug warning

2017-04-22 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 43b249b20 -> b0027e18d StrTokenizer#clone: add super.clone() call to fix findbug warning Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/b0027e18

[text] AlphabetConverter#createConverterFromMap: remove unused local variable

2017-04-22 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master c9fd6cc68 -> 43b249b20 AlphabetConverter#createConverterFromMap: remove unused local variable Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[lang] LANG-1317: Add MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods

2017-04-21 Thread pascalschumacher
mit: 8cafd87c83f4197f7e8d14de8cba453c844266c0 Parents: 314b6b5 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Apr 21 10:53:17 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Fri Apr 21 10:5

[2/2] [lang] LANG-1317: Add MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods

2017-04-21 Thread pascalschumacher
/asf/commons-lang/commit/314b6b56 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/314b6b56 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/314b6b56 Branch: refs/heads/master Commit: 314b6b56bec4af56dba667d66a25c1613f4bc800 Parents: 46007c1 Author: pascalschumacher

[1/2] [lang] LANG-1317: Adds MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods (closes #261)

2017-04-21 Thread pascalschumacher
mit: 46007c151e4cd79891eed4d289ff372ba39d5b8c Parents: 859224f Author: Yasser Zamani <yasser.zam...@live.com> Authored: Sun Mar 26 01:49:46 2017 +0430 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Fri Apr 21 10:44:41 2017 +0200

[lang] LANG-1167: Add null filter to ReflectionToStringBuilder

2017-04-20 Thread pascalschumacher
842 Parents: 0446364 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu Apr 20 19:15:31 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Thu Apr 20 19:15:31 2017 +0200 -- ..

[lang] use Validate#isTrue to validate arguments

2017-04-19 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-lang/tree/ff6b0ada Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/ff6b0ada Branch: refs/heads/master Commit: ff6b0ada72106d67aef1ee21d51bacac2f3af7ac Parents: 52d6e24 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Wed Apr 19 21:0

[lang] use Validate#notNull instead of "throw new NullPointerException"

2017-04-19 Thread pascalschumacher
mmit/52d6e24d Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/52d6e24d Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/52d6e24d Branch: refs/heads/master Commit: 52d6e24d19465e6f468839650c969d5931f66d65 Parents: 82cc244 Author: pascalschumacher <pascalschumac...@g

[3/6] [lang] Exclude SF_SWITCH_FALLTHROUGH on FastDatePrinter

2017-04-19 Thread pascalschumacher
Mureinik <amure...@redhat.com> Authored: Sat Apr 1 12:38:54 2017 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed Apr 19 18:24:57 2017 +0200 -- findbugs-exclude-filter.xml | 7 +++ 1 fil

[6/6] [lang] Add FindBugs to Travis CI (closes #262)

2017-04-19 Thread pascalschumacher
-lang/tree/9ceaaeb6 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/9ceaaeb6 Branch: refs/heads/master Commit: 9ceaaeb6566c78b25da0ae8181964b13f09204a8 Parents: 9f7d03f Author: Allon Mureinik <amure...@redhat.com> Authored: Sat Apr 1 12:49:24 2017 +0300 Committer: pascalschu

[4/6] [lang] Exclude SF_SWITCH_NO_DEFAULT on FastDateParser

2017-04-19 Thread pascalschumacher
/master Commit: c40dcf659897edb26affa408c3fa62e80f906550 Parents: 3304965 Author: Allon Mureinik <amure...@redhat.com> Authored: Sat Apr 1 12:18:53 2017 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed Apr 19 18:24:5

[2/6] [lang] FindBugs exclude filter for StringUtils

2017-04-19 Thread pascalschumacher
/tree/33049658 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/33049658 Branch: refs/heads/master Commit: 3304965840c139dae7b8c01e1779a806641a0159 Parents: 5a52446 Author: Allon Mureinik <amure...@redhat.com> Authored: Sat Apr 1 11:44:39 2017 +0300 Committer: pascalschu

[5/6] [lang] Add a default case to switch to appease FindBugs

2017-04-19 Thread pascalschumacher
-us.apache.org/repos/asf/commons-lang/diff/9f7d03f0 Branch: refs/heads/master Commit: 9f7d03f09172afcf0a7be40e3262d151ef053b3c Parents: 8069e1c Author: Allon Mureinik <amure...@redhat.com> Authored: Sat Apr 1 12:16:52 2017 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed

[1/6] [lang] Exclude SF_SWITCH_NO_DEFAULT on FastDatePrinter

2017-04-19 Thread pascalschumacher
ons-lang/diff/8069e1c1 Branch: refs/heads/master Commit: 8069e1c1ce7ec864c7bab2eae880742fac02376b Parents: 4d343cc Author: Allon Mureinik <amure...@redhat.com> Authored: Sat Apr 1 12:18:53 2017 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed Apr 19 18:2

[text] index.xml: fix typo in apache license header

2017-04-18 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master a6a2732ff -> c9fd6cc68 index.xml: fix typo in apache license header Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c9fd6cc6 Tree:

[lang] LANG-1313: Add ArchUtils

2017-03-27 Thread pascalschumacher
ree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/5d3a2081 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/5d3a2081 Branch: refs/heads/master Commit: 5d3a2081c5a791f05811889e2b35e99c3b604731 Parents: 30d4070 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: M

[3/3] [lang] Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-lang

2017-03-27 Thread pascalschumacher
: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/30d4070a Branch: refs/heads/master Commit: 30d4070af9fc623cf9723510bb46d1a19fcb5930 Parents: 46edb45 b06f13f Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Mon Mar 27 20:42:48 2017 +0200 Committer: pascalschu

[2/3] [lang] add changes.xml entry for LANG-1313

2017-03-27 Thread pascalschumacher
/commons-lang/diff/46edb45d Branch: refs/heads/master Commit: 46edb45d3e7c3c0a3bf3e4e862f701f1a49ba73d Parents: 90f0a68 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Mon Mar 27 20:39:47 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Mon Mar

[1/3] [lang] LANG-1313: Add ArchUtils - an utility class for the "os.arch" system property (closes #231)

2017-03-27 Thread pascalschumacher
Tomschi <toms...@users.noreply.github.com> Authored: Tue Mar 7 21:11:09 2017 +0100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Mon Mar 27 20:40:28 2017 +0200 -- .../org/apache/commons/lang3

[lang] Restore clirr report generation

2017-03-26 Thread pascalschumacher
/heads/master Commit: 1674c953fafe6438952d6290f30143aab22f33dd Parents: 4a300fe Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Mar 26 14:06:23 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun M

[lang] Fixed javadoc of MutableBoolean setTrue / setFalse (closes #260)

2017-03-22 Thread pascalschumacher
Authored: Wed Mar 22 15:23:45 2017 +0100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed Mar 22 17:32:14 2017 +0100 -- .../java/org/apache/commons/lang3/mutable/MutableBoolean.java| 4 ++-- 1

[text] pom.xml: make site build use use clirr version defined in properties

2017-03-19 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 440d83bf1 -> b11451b26 pom.xml: make site build use use clirr version defined in properties Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] update clirr version to 2.8, which is java 8 compatible

2017-03-19 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 899edeb3b -> 440d83bf1 update clirr version to 2.8, which is java 8 compatible Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/440d83bf Tree:

[3/3] [text] travis: run apache-rat, clirr, checkstyle and javadoc during the build

2017-03-19 Thread pascalschumacher
travis: run apache-rat, clirr, checkstyle and javadoc during the build Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/899edeb3 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/899edeb3 Diff:

[2/3] [text] pom.xml: make checkstyle plugin run-able outside of the site phase

2017-03-19 Thread pascalschumacher
pom.xml: make checkstyle plugin run-able outside of the site phase Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/2bd24caa Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/2bd24caa Diff:

[1/3] [text] pox.xml: remove outdated comment about shading of commons-lang

2017-03-19 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 94ca2ca01 -> 899edeb3b pox.xml: remove outdated comment about shading of commons-lang Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/cc9dc64a

[1/2] [lang] LANG-1310: MethodUtils.invokeMethod throws ArrayStoreException if using varargs arguments and smaller types than the method defines (closes #256)

2017-03-19 Thread pascalschumacher
0c5 Parents: 7ac1215 Author: drajakumar <drajaku...@paypal.com> Authored: Mon Mar 13 22:21:12 2017 +0530 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Mar 19 17:12:16 2017 +0100 -- .../common

<    1   2   3   4   5   6   7   8   9   >