commons-io git commit: Use Java 9 Maven profile on Java 9 and later.

2018-06-09 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-io/tree/04ab6d94 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/04ab6d94 Branch: refs/heads/master Commit: 04ab6d94e77c09a097aaf87b56d3fbebe31ebe51 Parents: 0775abc Author: pascalschumacher Authored: Sat Jun 9 10:27:26 2018 +0200 Committer: pascalschumac

[2/2] commons-io git commit: Update to commons-parent version 46

2018-06-09 Thread pascalschumacher
Update to commons-parent version 46 Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/0775abc2 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/0775abc2 Diff:

[1/2] commons-io git commit: Travis: Add oraclejdk10

2018-06-09 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 9ba69d7b9 -> 0775abc22 Travis: Add oraclejdk10 Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/6aeb140e Tree:

[lang] LANG-1392: Methods for getting first non empty or non blank value

2018-06-08 Thread pascalschumacher
ang/commit/89cd538e Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/89cd538e Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/89cd538e Branch: refs/heads/master Commit: 89cd538eaf7c555d33e7467ac8c2a51019c26372 Parents: 672cd14 Author: pascalschumacher Authored: Fri Ju

commons-io git commit: Add more varied input data to tests in FileSystemUtilsTestCase (closes #48)

2018-06-08 Thread pascalschumacher
mit: 0cbb22ddd4cd4bd356dad0e8dca8dfe1080aae0f Parents: 9e801d9 Author: Owolabi Legunsen Authored: Tue Oct 17 02:03:01 2017 -0500 Committer: pascalschumacher Committed: Fri Jun 8 18:45:35 2018 +0200 -- .../commons/io/FileSystemUtilsTestCase.java |

commons-io git commit: Strengthen TeeOutputStremTest.testTee with an expected result. Tee should not just repeat what's being written to both outputs, the output should also be the same as expected. F

2018-06-08 Thread pascalschumacher
hor: oscarlvp Authored: Thu May 31 11:32:19 2018 +0200 Committer: pascalschumacher Committed: Fri Jun 8 18:37:24 2018 +0200 -- .../commons/io/output/TeeOutputStreamTest.java| 18 +++--- 1 file changed, 15 inserti

[2/2] [lang] LANG-1392: add changes.xml entry

2018-06-08 Thread pascalschumacher
/commons-lang/diff/672cd146 Branch: refs/heads/master Commit: 672cd146f2c2824c3c4ea28d406a6e5f7b18 Parents: 152e5d4 Author: pascalschumacher Authored: Fri Jun 8 18:12:51 2018 +0200 Committer: pascalschumacher Committed: Fri Jun 8 18:12:51 2018 +0200

[1/2] [lang] LANG-1392: Methods for getting first non empty or non blank value (closes #325)

2018-06-08 Thread pascalschumacher
:00:19 2018 -0500 Committer: pascalschumacher Committed: Fri Jun 8 18:10:23 2018 +0200 -- .../org/apache/commons/lang3/StringUtils.java | 66 .../lang3/StringUtilsEmptyBlankTest.java| 28 +

[lang] (doc) Fix typos in classes of tuple package

2018-06-08 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 6850d -> 9ea0063bc (doc) Fix typos in classes of tuple package Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/9ea0063b Tree:

[lang] Fix javadoc errors reported by Java 11.

2018-05-28 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-lang/tree/6850d888 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/6850d888 Branch: refs/heads/master Commit: 6850d0093733c0ba29c371f2c9823256d749 Parents: b933f55 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Mon May 28 10:5

[text] pom.xml: remove duplicated url element

2018-05-27 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 3d613bab3 -> ab8f6bdda pom.xml: remove duplicated url element Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ab8f6bdd Tree:

[lang] StringUtils: fix checkstyle violation

2018-05-27 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-lang/tree/b933f55e Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/b933f55e Branch: refs/heads/master Commit: b933f55e5878f366e966f1a80d7450f49cefb115 Parents: ae7bef3 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun May 27 22:1

[text] TEXT-123: WordUtils.wrap throws StringIndexOutOfBoundsException when wrapLength is Integer.MAX_VALUE.

2018-05-19 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 3778f5822 -> 69a2706d7 TEXT-123: WordUtils.wrap throws StringIndexOutOfBoundsException when wrapLength is Integer.MAX_VALUE. Fix issue Id in changes.xml entry. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo

commons-io git commit: FileUtils#forceMkdir: Minor fix in method javadoc (closes #60)

2018-05-18 Thread pascalschumacher
6:53 2018 -0400 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Fri May 18 19:41:29 2018 +0200 -- src/main/java/org/apache/commons/io/FileUtils.java | 2 +- 1 file changed, 1 insertion

[text] TEXT-120: StringEscapeUtils#unescapeJson does not unescape double quotes and forward slash

2018-05-17 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master f370438c6 -> 280bccb53 TEXT-120: StringEscapeUtils#unescapeJson does not unescape double quotes and forward slash Revert changes for "TEXT-100: StringEscapeUtils#UnEscapeJson doesn't recognize escape signs correctly" Project:

[text] RandomStringGeneratorTest#testWithinMultipleRanges: Remove loop because loop variable is not used

2018-05-17 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 01c1e1adf -> f370438c6 RandomStringGeneratorTest#testWithinMultipleRanges: Remove loop because loop variable is not used Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[2/2] [text] Skip SpotBugs on Java 11, because it uses ASM and ASM does not yet support the java 11 class file format.

2018-05-15 Thread pascalschumacher
Skip SpotBugs on Java 11, because it uses ASM and ASM does not yet support the java 11 class file format. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/01c1e1ad Tree:

[1/2] [text] Replace FindBugs with SpotBugs

2018-05-15 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 70151971b -> 01c1e1adf Replace FindBugs with SpotBugs Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0eac5c7d Tree:

[3/3] [lang] Travis: Add Java 10 "Oracle JDK", Java 10 "OpenJDK", Java 11 "Oracle JDK"

2018-05-15 Thread pascalschumacher
ommons-lang/tree/a7b06d62 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/a7b06d62 Branch: refs/heads/master Commit: a7b06d6250e972fc14e14504c35042a84410a2e5 Parents: 5fa073a Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri May 4 21:32:56 2018 +0200 Commit

[2/3] [lang] Travis: Switch from Cobertura to Jacoco, because Cobertura does not work on Java 9+. Cobertura-Maven-Plugin fails on Java 10+ even if execution is skipped.

2018-05-15 Thread pascalschumacher
: 6996686b6b41dd5d22947f9e5b1487547d247182 Parents: a7b06d6 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri May 4 22:38:34 2018 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Tue May 15 22:03:2

[1/3] [lang] Travis: Allow failures on Java 11, because some FastDateParser tests currently fail with "java.text.ParseException: Unparseable date"

2018-05-15 Thread pascalschumacher
2fa56 Parents: 6996686 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu May 10 14:21:36 2018 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Tue May 15 22:03:20 2018 +0200 -- .t

[text] Update AssertJ to version 3.10.0

2018-05-12 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master c54705d79 -> a9fe8a79d Update AssertJ to version 3.10.0 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/a9fe8a79 Tree:

[1/2] [text] Travis: Add Java 10 "Oracle JDK", Java 10 "OpenJDK", Java 11 "Oracle JDK"

2018-05-10 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master c0b401d12 -> c54705d79 Travis: Add Java 10 "Oracle JDK", Java 10 "OpenJDK", Java 11 "Oracle JDK" Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[2/2] [text] Skip Jacoco on Java 11, because Jacoco does not support it yet (see: https://github.com/jacoco/jacoco/issues/663).

2018-05-10 Thread pascalschumacher
Skip Jacoco on Java 11, because Jacoco does not support it yet (see: https://github.com/jacoco/jacoco/issues/663). Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c54705d7 Tree:

[1/2] commons-dbcp git commit: DBCP-476 Fixes race condition with WeakReference in clean up of AbandonedTrace

2018-05-07 Thread pascalschumacher
Repository: commons-dbcp Updated Branches: refs/heads/master ff38c184f -> c046e8639 DBCP-476 Fixes race condition with WeakReference in clean up of AbandonedTrace Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit:

[2/2] commons-dbcp git commit: DBCP-476: AbandonedTrace.getTrace() contains race condition

2018-05-07 Thread pascalschumacher
DBCP-476: AbandonedTrace.getTrace() contains race condition add changes.xml entry Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/c046e863 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/c046e863

[text] Fix Javadoc errors reported by Java 11.

2018-05-05 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 2e02b23c0 -> c0b401d12 Fix Javadoc errors reported by Java 11. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c0b401d1 Tree:

[lang] Update commons-parent to version 46

2018-05-05 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-lang/tree/393ad2db Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/393ad2db Branch: refs/heads/master Commit: 393ad2db733c0fab7e69ec6c41fde4fe144cd129 Parents: 69a8ef3 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sat May 5 13:41:30 2

[text] Upgrade to JUnit Jupiter 5.2.0

2018-04-30 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 6731b4921 -> 2e02b23c0 Upgrade to JUnit Jupiter 5.2.0 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/2e02b23c Tree:

svn commit: r1830498 - /commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/IBANValidatorTest.java

2018-04-29 Thread pascalschumacher
Author: pascalschumacher Date: Sun Apr 29 09:39:57 2018 New Revision: 1830498 URL: http://svn.apache.org/viewvc?rev=1830498=rev Log: IBANValidatorTest: add Belarus (BY) valid example (closes #11) patch by h0l0gram (side-effect: close #10) Modified: commons/proper/validator/trunk/src/test

[3/3] commons-io git commit: IO-535: Thread bug in FileAlterationMonitor#stop(int)

2018-04-29 Thread pascalschumacher
://git-wip-us.apache.org/repos/asf/commons-io/diff/8bb1788a Branch: refs/heads/master Commit: 8bb1788ae75318bd5cca0c64893f616c82402399 Parents: a4705cc Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Apr 29 11:19:44 2018 +0200 Committer: pascalschumacher <pascalschumac..

[2/3] commons-io git commit: IO-535: Thread bug in FileAlterationMonitor#stop(int) (closes #58, #36)

2018-04-29 Thread pascalschumacher
+0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Apr 29 11:16:23 2018 +0200 -- .../io/monitor/FileAlterationMonitor.java | 1 + .../monitor/FileAlterationMonitorTestCase.java | 36 +++

[1/3] commons-io git commit: Ignore IntelliJ IDE files

2018-04-29 Thread pascalschumacher
asf/commons-io/tree/e9eb2d8b Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/e9eb2d8b Branch: refs/heads/master Commit: e9eb2d8b5a858bb6810c941ee7891c3adcf9949d Parents: d08dbbf Author: Svetlin Zarev <svetlin.za...@abv.bg> Authored: Sat Mar 10 20:37:30 2018 +0200 Committer: pascals

[lang] (doc) remove invalid example of `lastIndexOf` (closes #327)

2018-04-29 Thread pascalschumacher
mons-lang/diff/69a8ef31 Branch: refs/heads/master Commit: 69a8ef318942898383508c2a3d1db240f38f1cb8 Parents: 38cf0c6 Author: Roman Golyshev <anstr...@gmail.com> Authored: Sun Apr 29 02:51:51 2018 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Commit

[text] Update to JUnit version 5.2.0-M1 and JUnit Platform version 1.2.0-M1 to make build pass on Java 11.

2018-04-21 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 6b9c9049b -> 6731b4921 Update to JUnit version 5.2.0-M1 and JUnit Platform version 1.2.0-M1 to make build pass on Java 11. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] TEXT-122: Allow full customization with new API

2018-04-21 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master a1ac0fe9f -> 6b9c9049b TEXT-122: Allow full customization with new API Fix checkstyle violations Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] Update to JUnit 5.1.1

2018-04-09 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 49db4cb38 -> c22ff71b6 Update to JUnit 5.1.1 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c22ff71b Tree:

[lang] Update GitHub PR help link (closes #322)

2018-04-06 Thread pascalschumacher
8:15 2018 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Fri Apr 6 16:03:47 2018 +0200 -- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion

commons-build-plugin git commit: Fix GitHub Pull Request help link

2018-04-06 Thread pascalschumacher
Repository: commons-build-plugin Updated Branches: refs/heads/master e80a9f434 -> d6dc06056 Fix GitHub Pull Request help link Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/d6dc0605 Tree:

[text] Similarity package: do not mention Strings in IllegalArgumentException messages and javadoc when parameters are CharSequences

2018-04-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master ea1765e01 -> 51e22754a Similarity package: do not mention Strings in IllegalArgumentException messages and javadoc when parameters are CharSequences Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[2/2] [text] Similarity package: do not mention Strings in IllegalArgumentException messages and java doc when parameters are CharSequences

2018-04-04 Thread pascalschumacher
Similarity package: do not mention Strings in IllegalArgumentException messages and java doc when parameters are CharSequences Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ea1765e0 Tree:

[1/2] [text] DateStringLookup: remove confusing part of IllegalArgumentException message

2018-04-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 8dde83f91 -> ea1765e01 DateStringLookup: remove confusing part of IllegalArgumentException message Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] TEXT-119: Remove mention of SQL escaping from user guide

2018-04-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 35f62b046 -> 8dde83f91 TEXT-119: Remove mention of SQL escaping from user guide Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/8dde83f9 Tree:

[lang] README.md: update javadoc badge for 3.7

2018-04-04 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-lang/tree/937ae45e Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/937ae45e Branch: refs/heads/master Commit: 937ae45ed4828d7ef3a517133edbe0b5858d94a5 Parents: e51bd89 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Wed Apr 4 09:3

[2/3] [lang] SerializationUtilsTest identity assertions

2018-04-04 Thread pascalschumacher
Branch: refs/heads/master Commit: aff0fae2ec3a7d74356776c183c6986eb9eed520 Parents: 9901bf9 Author: Allon Mureinik <amure...@redhat.com> Authored: Wed Apr 4 06:58:09 2018 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed Apr 4 09:32:2

[1/3] [lang] SerializationUtilsTest expected exceptions

2018-04-04 Thread pascalschumacher
asf/commons-lang/diff/1415c9a2 Branch: refs/heads/master Commit: 1415c9a2a6317dbdca6f1fbb530db1f558d9bef5 Parents: aff0fae Author: Allon Mureinik <amure...@redhat.com> Authored: Wed Apr 4 07:07:20 2018 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed Apr 4 09:3

[3/3] [lang] SerializatoinUtilsTest assertArraysEquals (closes #321)

2018-04-04 Thread pascalschumacher
-us.apache.org/repos/asf/commons-lang/diff/e51bd892 Branch: refs/heads/master Commit: e51bd89201477092c32c180e4f8d00569db17ac1 Parents: 1415c9a Author: Allon Mureinik <amure...@redhat.com> Authored: Wed Apr 4 07:10:28 2018 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed

[text] Use java9 profile on JDK 9 and later

2018-03-02 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master ddb47903d -> 7d2b51191 Use java9 profile on JDK 9 and later Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7d2b5119 Tree:

[lang] Use java9 profile on JDK 9 and later

2018-03-02 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-lang/tree/0820c4c8 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/0820c4c8 Branch: refs/heads/master Commit: 0820c4c895f6e7c9ef4860d7373675550c87ac6c Parents: 415eb9e Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Mar 2 17:28:19 2

[text] Add deprecation version to classes with will be deprecated in 1.3.

2018-02-14 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 6e9107dc8 -> ddb47903d Add deprecation version to classes with will be deprecated in 1.3. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ddb47903

[text] LocalHostStringLookupTest: correct order of assertEquals arguments

2018-02-14 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master fb5d8c93a -> 6e9107dc8 LocalHostStringLookupTest: correct order of assertEquals 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/6e9107dc

[text] TEXT-80: StrLookup API confusing

2018-02-14 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 39eff9e13 -> fb5d8c93a TEXT-80: StrLookup API confusing add changes.xml and RELEASE-NOTES.txt entry close #44, (side-effect close #24) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[text] enable asserts disabled by mistake

2018-02-13 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 7b783fd1f -> 145aa52ff enable asserts disabled by mistake Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/145aa52f Tree:

svn commit: r1823092 - /commons/proper/validator/trunk/pom.xml

2018-02-04 Thread pascalschumacher
Author: pascalschumacher Date: Sun Feb 4 12:52:57 2018 New Revision: 1823092 URL: http://svn.apache.org/viewvc?rev=1823092=rev Log: pom.xml: use findbugs version from commons-parent (side-effect: close #5) Modified: commons/proper/validator/trunk/pom.xml Modified: commons/proper/validator

svn commit: r1822088 - /commons/proper/email/trunk/pom.xml

2018-01-24 Thread pascalschumacher
Author: pascalschumacher Date: Wed Jan 24 08:35:29 2018 New Revision: 1822088 URL: http://svn.apache.org/viewvc?rev=1822088=rev Log: revert "Update commons-parent from 42 to 43." because this breaks the build on java 6 Modified: commons/proper/email/trunk/pom.xml Modified: comm

commons-io git commit: IO-557: UnsupportedEncodingException when opening an ISO-8859-1 XML stream with Turkish as the default locale

2018-01-14 Thread pascalschumacher
hor: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Jan 14 11:45:10 2018 +0100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Jan 14 11:45:10 2018 +0100 -- .../java/org/apache/co

[2/2] commons-io git commit: IO-557: UnsupportedEncodingException when opening an ISO-8859-1 XML stream with Turkish as the default locale

2018-01-14 Thread pascalschumacher
: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Jan 14 11:38:57 2018 +0100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Jan 14 11:40:34 2018 +0100 -- src/changes

[1/2] commons-io git commit: IO-557: UnsupportedEncodingException when opening an ISO-8859-1 XML stream with Turkish as the default locale (closes #51)

2018-01-14 Thread pascalschumacher
iff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/d19259a7 Branch: refs/heads/master Commit: d19259a7774e23ebdaac4af5ee4def8602fe2969 Parents: d3fc1a2 Author: luccioman <luccio...@users.noreply.github.com> Authored: Mon Dec 18 09:37:06 2017 +0100 Committer: pascalschumacher <p

[lang] SystemDefaultsSwitch: fix javadoc code example

2018-01-14 Thread pascalschumacher
git-wip-us.apache.org/repos/asf/commons-lang/tree/e72654ed Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/e72654ed Branch: refs/heads/master Commit: e72654ed5ad90e5dd1ec08b11760e2f27b64d5c7 Parents: e843239 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Jan 14

commons-io git commit: Modifier 'private' is redundant for enum constructors. (closes #53)

2018-01-14 Thread pascalschumacher
18:06:51 2018 -0500 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Jan 14 10:54:20 2018 +0100 -- src/main/java/org/apache/commons/io/FileSystem.java | 4 ++-- src/main/java/org/apache/commons/io/IOCa

commons-io git commit: remove unnecessary semicolon.

2018-01-14 Thread pascalschumacher
pos/asf/commons-io/tree/86cc77e2 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/86cc77e2 Branch: refs/heads/master Commit: 86cc77e21e15d1750d051598296c081809d15652 Parents: 9310cd6 Author: shahab <shahab.kon...@gmail.com> Authored: Fri Jan 12 18:26:36 2018 -0500 Committer: pascals

svn commit: r1821011 - /commons/proper/net/trunk/pom.xml

2018-01-12 Thread pascalschumacher
Author: pascalschumacher Date: Fri Jan 12 17:53:04 2018 New Revision: 1821011 URL: http://svn.apache.org/viewvc?rev=1821011=rev Log: revert "Update commons-parent from 42 to 43." because it breaks the build on java 6 Modified: commons/proper/net/trunk/pom.xml Modified: commons/

[2/2] [lang] LANG-1372: Add ToStringSummary annotation

2018-01-12 Thread pascalschumacher
-wip-us.apache.org/repos/asf/commons-lang/diff/e843239c Branch: refs/heads/master Commit: e843239cf9764bb9b8a3b1914c07e5215b9df3c5 Parents: f5ebb9a Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Jan 12 18:31:10 2018 +0100 Committer: pascalschumacher <pascalschumac..

[1/2] [lang] LANG-1372: Add ToStringSummary annotation (closes #281)

2018-01-12 Thread pascalschumacher
30 15:37:37 2017 -0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Fri Jan 12 18:28:27 2018 +0100 -- .../builder/ReflectionToStringBuilder.java | 12 +- .../commons/lang3/builder/ToStringSum

[2/2] [lang] LANG-1352: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added

2018-01-12 Thread pascalschumacher
-us.apache.org/repos/asf/commons-lang/tree/63f11e9d Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/63f11e9d Branch: refs/heads/master Commit: 63f11e9dc1874abdde1bfe1d900b5ebfa4d3a941 Parents: 0b70b01 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Jan 12 17:56:59 2018

[1/2] [lang] LANG-1352: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added (closes #286)

2018-01-12 Thread pascalschumacher
better...@gmail.com> Authored: Thu Sep 14 23:19:41 2017 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Fri Jan 12 17:58:38 2018 +0100 -- .../org/apache/commons/lang3/EnumUtil

[lang] pom.xml: use commons.module.name property as Automatic-Module-Name

2018-01-07 Thread pascalschumacher
8de Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/30dcb8de Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/30dcb8de Branch: refs/heads/master Commit: 30dcb8de48393338deca5bfe68f251008f4d31d0 Parents: 05e Author: pascalschumacher <pascalschumac...@gmx.net>

commons-io git commit: pom.xml: use commons.module.name property as Automatic-Module-Name

2018-01-07 Thread pascalschumacher
mit: 9310cd69b9b79add598b02b0b19066ec90bde64b Parents: f42a7b9 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Jan 7 18:08:15 2018 +0100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Jan 7 18:0

[lang] pom.xml: remove outdated and no longer correct comment about Automatic-Module-Name being implemented in Parent POM

2018-01-07 Thread pascalschumacher
hor: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Jan 7 18:01:46 2018 +0100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Jan 7 18:01:46 2018 +0100 -- pom.xml | 1 - 1 file chan

svn commit: r1820448 - in /commons/proper/email/trunk: pom.xml src/changes/changes.xml

2018-01-07 Thread pascalschumacher
Author: pascalschumacher Date: Sun Jan 7 11:44:08 2018 New Revision: 1820448 URL: http://svn.apache.org/viewvc?rev=1820448=rev Log: EMAIL-176: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility Modified: commons/proper/email/trunk/pom.xml commons/proper/email/trunk/src

svn commit: r1820447 - in /commons/proper/net/trunk: pom.xml src/changes/changes.xml

2018-01-07 Thread pascalschumacher
Author: pascalschumacher Date: Sun Jan 7 11:33:06 2018 New Revision: 1820447 URL: http://svn.apache.org/viewvc?rev=1820447=rev Log: NET-648: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility Modified: commons/proper/net/trunk/pom.xml commons/proper/net/trunk/src/changes

[text] TEXT-110: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-01-07 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master a2da5d6a0 -> 4b8476a14 TEXT-110: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility fix type in changes.xml Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

commons-csv git commit: Update to commons-parent version 43

2018-01-07 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-csv/tree/f3f48be1 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/f3f48be1 Branch: refs/heads/master Commit: f3f48be1d08d87672aa80364f1d59df3daa11be1 Parents: 3a20344 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Jan 7 11:42:26 2

[text] TEXT-110: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

2018-01-07 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 464775eae -> a2da5d6a0 TEXT-110: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

commons-io git commit: Update to commons-parent version 43

2018-01-07 Thread pascalschumacher
org/repos/asf/commons-io/tree/f42a7b9c Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/f42a7b9c Branch: refs/heads/master Commit: f42a7b9cba328a538df1152cffcee70ea2501841 Parents: 65c4a9c Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Jan 7 11:25:55 2018 +0100

[lang] Update to easymock version 3.5.1

2018-01-07 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-lang/tree/b2939a7e Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/b2939a7e Branch: refs/heads/master Commit: b2939a7e30d973c6fa2ba90f1bb3ac674fabfad6 Parents: d1b149f Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Jan 7 11:06:27 2

[lang] Update to commons-parent version 43

2018-01-07 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-lang/tree/d1b149fe Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/d1b149fe Branch: refs/heads/master Commit: d1b149fe123e9837a4a3d8921a734e51829138be Parents: 3c0308d Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Jan 7 11:03:42 2

[text] Update assertj-core test dependency to version 2.9.0

2018-01-07 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master c4d647767 -> 464775eae Update assertj-core test dependency to version 2.9.0 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/464775ea Tree:

[text] TEXT-70: Build failure with java 9-ea+159

2018-01-07 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master a9c74209e -> c4d647767 TEXT-70: Build failure with java 9-ea+159 Update to commons-parent version 43 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[lang] README.md: update version in dependency xml fragment

2017-12-20 Thread pascalschumacher
ttp://git-wip-us.apache.org/repos/asf/commons-lang/tree/4f13c689 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/4f13c689 Branch: refs/heads/master Commit: 4f13c6891870ddfe9dbad34292b2c8d5715eb31c Parents: 4661422 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Wed

[1/2] [lang] LANG-1371: Fix TypeUtils.parameterize to work correctly with narrower-typed varargs array (closes #307)

2017-12-20 Thread pascalschumacher
try Ovchinnikov <d.ovchinni...@gmail.com> Authored: Sun Nov 12 21:49:07 2017 +0300 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed Dec 20 17:18:08 2017 +0100 -- .../java/org/apache/commons/lang3/reflect

[2/2] [lang] LANG-1371: Fix TypeUtils.parameterize to work correctly with narrower-typed varargs array

2017-12-20 Thread pascalschumacher
/asf/commons-lang/tree/46614226 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/46614226 Branch: refs/heads/master Commit: 4661422633e155b9d4d6dfdfdcf27826aa8aeb84 Parents: d8ec011 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Wed Dec 20 17:20:54 2017 +0100 Com

[lang] StringUtils#getDigits : Fix a small mistake in javadoc description. (closes #310)

2017-12-20 Thread pascalschumacher
se.com> Authored: Wed Dec 20 12:14:59 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Wed Dec 20 16:58:07 2017 +0100 -- src/main/java/org/apache/commons/lang3/StringUtils.java | 2 +- 1 file chang

[lang] Remove unnecessary testing comments (closes #305)

2017-11-07 Thread pascalschumacher
22:04:24 2017 -0700 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Tue Nov 7 20:49:42 2017 +0100 -- .../org/apache/commons/lang3/math/Fraction.java | 3 --- .../apache/commons/lang3/CharUtilsPer

[text] AlphabetConverter: align sample in class javadoc (closes #76)

2017-11-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master ccfb4562b -> ee6017fcb AlphabetConverter: align sample in class javadoc (closes #76) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ee6017fc

[lang] LANG-1362: Fix tests DateUtilsTest for Java 9 with en_GB locale

2017-11-04 Thread pascalschumacher
ons-lang/commit/98581d3c Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/98581d3c Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/98581d3c Branch: refs/heads/master Commit: 98581d3c41da2e92a505f47376a35f4329ac23eb Parents: 374c0fc Author: pascalschumacher <pascals

[lang] [LANG-1365] Fix NullPointerException in isJavaVersionAtLeast on Java 10, add SystemUtils.IS_JAVA_10, add JavaVersion.JAVA_10.

2017-11-04 Thread pascalschumacher
mit: f746c508d197c3662509037e8975a2a58b847689 Parents: 63f6be0 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sat Nov 4 14:05:48 2017 +0100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sat Nov 4 14:05:48 2017 +0100 -

[1/2] [text] FormattableUtils#append: simplify String#format pattern

2017-11-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 50c38d6c0 -> ccfb4562b FormattableUtils#append: simplify String#format pattern Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/bbd9800a Tree:

[2/2] [text] remove unnecessary "throws Exception" declarations from test method signatures

2017-11-04 Thread pascalschumacher
remove unnecessary "throws Exception" declarations from test method signatures Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ccfb4562 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/ccfb4562

[text] - remove unnecessary (un)boxing (closes #75) - replace `for: add` with bulk add `Collections.addAll` - replace iterator with `for each` where possible

2017-11-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 6313d401d -> 50c38d6c0 - remove unnecessary (un)boxing (closes #75) - replace `for: add` with bulk add `Collections.addAll` - replace iterator with `for each` where possible Project:

[text] TEXT-105: Typo in LongestCommonSubsequence#logestCommonSubsequence

2017-11-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master e55d0ac1c -> 6313d401d TEXT-105: Typo in LongestCommonSubsequence#logestCommonSubsequence LongestCommonSubsequence#apply: use non-deprecated method (closes #74) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo

[5/5] [text] Partial and mostly automated migration of assertions from JUnit to AssertJ. (closes #70)

2017-10-27 Thread pascalschumacher
Partial and mostly automated migration of assertions from JUnit to AssertJ. (closes #70) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/e55d0ac1 Tree:

[2/5] [text] Partial and mostly automated migration of assertions from JUnit to AssertJ. (closes #70)

2017-10-27 Thread pascalschumacher
http://git-wip-us.apache.org/repos/asf/commons-text/blob/e55d0ac1/src/test/java/org/apache/commons/text/similarity/LevenshteinDetailedDistanceTest.java -- diff --git

[4/5] [text] Partial and mostly automated migration of assertions from JUnit to AssertJ. (closes #70)

2017-10-27 Thread pascalschumacher
http://git-wip-us.apache.org/repos/asf/commons-text/blob/e55d0ac1/src/test/java/org/apache/commons/text/StrBuilderAppendInsertTest.java -- diff --git a/src/test/java/org/apache/commons/text/StrBuilderAppendInsertTest.java

[1/5] [text] Partial and mostly automated migration of assertions from JUnit to AssertJ. (closes #70)

2017-10-27 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 6665a0209 -> e55d0ac1c http://git-wip-us.apache.org/repos/asf/commons-text/blob/e55d0ac1/src/test/java/org/apache/commons/text/translate/UnicodeEscaperTest.java --

[3/5] [text] Partial and mostly automated migration of assertions from JUnit to AssertJ. (closes #70)

2017-10-27 Thread pascalschumacher
http://git-wip-us.apache.org/repos/asf/commons-text/blob/e55d0ac1/src/test/java/org/apache/commons/text/WordUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/text/WordUtilsTest.java

[lang] EventCountCircuitBreakerTest#testNow: improve assertion failure message

2017-10-27 Thread pascalschumacher
0cc Parents: 7a3ca85 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Oct 27 14:57:41 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Fri Oct 27 14:57:41 2017 +0200 -- ..

[lang] doc: remove escape SQL references from javadoc (closes #303)

2017-10-26 Thread pascalschumacher
hu Oct 26 17:21:13 2017 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Thu Oct 26 18:55:56 2017 +0200 -- src/main/java/org/apache/commons/lang3/package-info.java | 5 ++--- 1 file changed, 2 i

[4/4] [text] apply (relaxed) checkstyle rules to test and fix (or suppress) existing violations (closes #71)

2017-10-26 Thread pascalschumacher
apply (relaxed) checkstyle rules to test and fix (or suppress) existing violations (closes #71) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/6665a020 Tree:

[2/4] [text] apply (relaxed) checkstyle rules to test and fix (or suppress) existing violations (closes #71)

2017-10-26 Thread pascalschumacher
http://git-wip-us.apache.org/repos/asf/commons-text/blob/6665a020/src/test/java/org/apache/commons/text/StringEscapeUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/text/StringEscapeUtilsTest.java

<    1   2   3   4   5   6   7   8   9   >