[GitHub] commons-lang issue #354: Convert tests for Validate.isTrue overloads to @Nes...

2018-09-06 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/354 Build failure seems to be unrelated. ---

[GitHub] commons-lang issue #354: Convert tests for Validate.isTrue overloads to @Nes...

2018-09-06 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/354 Okay, as there is positive feedback for this change, I'm going to migrate the whole `ValidateTest` to this style and then merge it 👍 ---

[GitHub] commons-lang issue #355: Use @ParameterizedTest to iterate over available lo...

2018-09-06 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/355 I'm going to reach out to the JUnit maintainers to find out whether we can even inject zone values via parameter source. ---

[GitHub] commons-lang pull request #355: Use @ParameterizedTest to iterate over avail...

2018-09-05 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-lang/pull/355 Use @ParameterizedTest to iterate over available locales You can merge this pull request into a Git repository by running: $ git pull https://github.com/britter/commons-lang

[GitHub] commons-lang issue #354: Convert tests for Validate.isTrue overloads to @Nes...

2018-09-05 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/354 @kinow @PascalSchumacher @chtompki WDYT? ---

[GitHub] commons-lang pull request #354: Convert tests for Validate.isTrue overloads ...

2018-09-05 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-lang/pull/354 Convert tests for Validate.isTrue overloads to @Nested test Proposal for a better structure of tests using `@Nested`. Each method should have it's own `@Nested` container which is called like

[GitHub] commons-lang issue #353: WIP: LANG-1416: Update tests to JUnit5 via @boyarsk...

2018-09-05 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/353 In general it's hard to review gigantic change sets which have been created automatically, so I'd welcome an approach where we migrate one test case after another. ---

[GitHub] commons-lang issue #353: WIP: LANG-1416: Update tests to JUnit5 via @boyarsk...

2018-09-05 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/353 It looks like an approach that can potentially some some work. I personally would do it by hand. There is a lot of stuff that can't be detected automatically. For example we have some tests

[GitHub] commons-lang pull request #352: LANG-1416: Update to JUnit 5

2018-09-04 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-lang/pull/352 LANG-1416: Update to JUnit 5 - Add dependencies required for JUnit 5 - Update one test (ValidateTest) to use the JUnit 5 test API You can merge this pull request into a Git repository

[GitHub] commons-lang pull request #351: LANG-1417: Add @FunctionalInterface to Threa...

2018-09-04 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-lang/pull/351 LANG-1417: Add @FunctionalInterface to ThreadPredicate and ThreadGrou… …pPredicate You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] commons-lang issue #349: LANG-1417: Deprecate ThreadPredicate and ThreadGrou...

2018-09-04 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/349 We agreed to just add `@FunctionalInterface` to `ThreadPredicate` and `ThreadGroupPredicate` ---

[GitHub] commons-lang pull request #349: LANG-1417: Deprecate ThreadPredicate and Thr...

2018-09-04 Thread britter
Github user britter closed the pull request at: https://github.com/apache/commons-lang/pull/349 ---

[GitHub] commons-lang issue #349: LANG-1417: Deprecate ThreadPredicate and ThreadGrou...

2018-08-28 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/349 Build is failing on Travis but not locally... 🤔 ---

[GitHub] commons-lang issue #349: LANG-1417: Deprecate ThreadPredicate and ThreadGrou...

2018-08-28 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/349 In this proposal I added the java.util.function.Predicate APIs to the ThreadUtils class. Another option is to deprecate ThreadUtils all together and put a new ThreadUtils class alongside which

[GitHub] commons-lang pull request #349: LANG-1417: Deprecate ThreadPredicate and Thr...

2018-08-28 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-lang/pull/349 LANG-1417: Deprecate ThreadPredicate and ThreadGroupPredicate in favo… …r of java.util.function.Predicate I don't see a way to let ThreadGroupPredicate and ThreadPredicate inherit

[GitHub] commons-lang pull request #348: Explicit type parameters can be removed

2018-08-24 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-lang/pull/348 Explicit type parameters can be removed You can merge this pull request into a Git repository by running: $ git pull https://github.com/britter/commons-lang remove-type-parameters

[GitHub] commons-lang pull request #347: Looks like Java 11 no longer fails the build

2018-08-23 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-lang/pull/347 Looks like Java 11 no longer fails the build Remove the allow_failures section for Java 11. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] commons-lang pull request #346: LANG-1415: Update Java Language requirement ...

2018-08-23 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-lang/pull/346 LANG-1415: Update Java Language requirement to 1.8 You can merge this pull request into a Git repository by running: $ git pull https://github.com/britter/commons-lang LANG-1415

[GitHub] commons-lang pull request #343: LANG-1341 update java doc to clarify use cas...

2018-08-20 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/343#discussion_r211340995 --- Diff: src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java --- @@ -25,10 +29,6 @@ import java.util.List; import

[GitHub] commons-lang pull request #343: LANG-1341 update java doc to clarify use cas...

2018-08-20 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/343#discussion_r211342005 --- Diff: src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java --- @@ -58,14 +58,17 @@ * } * MyClass rhs = (MyClass) obj

[GitHub] commons-lang pull request #343: LANG-1341 update java doc to clarify use cas...

2018-08-20 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/343#discussion_r211341588 --- Diff: src/main/java/org/apache/commons/lang3/builder/EqualsBuilder.java --- @@ -58,14 +58,17 @@ * } * MyClass rhs = (MyClass) obj

[GitHub] commons-lang pull request #341: Update maven-pmd-plugin to latest version

2018-08-16 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-lang/pull/341 Update maven-pmd-plugin to latest version Just a tiny change to show everybody I'm still alive :o) You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] commons-lang issue #299: Add module-info for Java 9

2017-10-28 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/299 I'll bring this up a last time on the ML to make sure nobody has objections against merging this. ---

[GitHub] commons-lang issue #275: [WIP] LANG-1339: replace java.beans.PropertyListene...

2017-10-23 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/275 Removing the dependency in 4.x is the way to go. I don't see a way to get this into 3.x :-( ---

[GitHub] commons-lang issue #301: Clean up EventUtilsTest

2017-10-22 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/301 Thank you! Don't forget to have a look at CONTRIBUTING.md. If you intend to contribute on a regular basis, it would be great if you could sign an Indivicual Contributor License

[GitHub] commons-lang pull request #301: Clean up EventUtilsTest

2017-10-21 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/301#discussion_r146108051 --- Diff: src/test/java/org/apache/commons/lang3/event/EventUtilsTest.java --- @@ -135,9 +129,9 @@ public void testBindFilteredEventsToMethod

[GitHub] commons-lang issue #302: Remove ObjectUtils' trailing white spaces

2017-10-21 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/302 Thank you! ---

[GitHub] commons-lang pull request #299: Add module-info for Java 9

2017-10-14 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/299#discussion_r144693421 --- Diff: .travis.yml --- @@ -17,12 +17,10 @@ language: java sudo: false jdk: - - openjdk7 --- End diff -- I think we

[GitHub] commons-lang issue #299: Add module-info for Java 9

2017-10-10 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/299 Awesome! Would be create if you could create and reference a JIRA ticket as described in CONTRIBUTING.md, so this will show up in our release notes. ---

[GitHub] commons-lang issue #290: Added string methods

2017-09-26 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/290 I agree with @garydgregory. @chtompki WDYT? ---

[GitHub] commons-lang issue #268: .travis.yml: add oraclejdk9

2017-06-12 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/268 Travis build failed. Any idea why? Java 8 has an heap space error, while the Java 9 build reports an unrecognized VM option. --- If your project is set up for it, you can reply to this email

[GitHub] commons-lang pull request #270: LANG-1338: Add Automatic-Module-Name MANIFES...

2017-06-07 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-lang/pull/270 LANG-1338: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility. This change duplicates the maven-jar-plugin configuration from parent pom. After we have implemented

[GitHub] commons-lang pull request #269: LANG-1337: Fix test failures in IBM JDK 8 fo...

2017-06-07 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/269#discussion_r120549733 --- Diff: src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java --- @@ -316,7 +317,7 @@ public void testReflectionHierarchyArrayList

[GitHub] commons-lang pull request #:

2017-04-19 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/commit/dfecbe970917754511a081f8b86efac211e624f6#commitcomment-21813145 Thank you! :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] commons-lang issue #216: Fix non-critical typos in comments and JavaDoc

2016-11-23 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/216 Great, thank you! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] commons-lang issue #214: Fix typos in comments and javadoc.

2016-11-22 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/214 Thank you! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] commons-lang pull request #213: LANG-1288: Add a builder to StringEscapeUtil...

2016-11-22 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/213#discussion_r89192411 --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java --- @@ -429,6 +429,65 @@ public StringEscapeUtils() { super

[GitHub] commons-lang pull request #208: LANG-1066: Add shell/XSI escape/unescape sup...

2016-11-19 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/208#discussion_r88777893 --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java --- @@ -413,6 +447,47 @@ public int translate(final CharSequence input, final

[GitHub] commons-lang pull request #208: LANG-1066: Add shell/XSI escape/unescape sup...

2016-11-19 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/208#discussion_r88777926 --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java --- @@ -801,4 +876,61 @@ public static final String unescapeCsv(final String

[GitHub] commons-lang pull request #208: LANG-1066: Add shell/XSI escape/unescape sup...

2016-11-19 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/208#discussion_r88777887 --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java --- @@ -272,6 +272,40 @@ public int translate(final CharSequence input, final

[GitHub] commons-lang pull request #213: LANG-1288: Add a builder to StringEscapeUtil...

2016-11-18 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/213#discussion_r88745033 --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java --- @@ -429,6 +429,65 @@ public StringEscapeUtils() { super

[GitHub] commons-lang pull request #213: LANG-1288: Add a builder to StringEscapeUtil...

2016-11-18 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/213#discussion_r88745694 --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java --- @@ -429,6 +429,65 @@ public StringEscapeUtils() { super

[GitHub] commons-lang pull request #213: LANG-1288: Add a builder to StringEscapeUtil...

2016-11-18 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/213#discussion_r88745531 --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java --- @@ -429,6 +429,65 @@ public StringEscapeUtils() { super

[GitHub] commons-lang pull request #213: LANG-1288: Add a builder to StringEscapeUtil...

2016-11-18 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/213#discussion_r88745205 --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java --- @@ -429,6 +429,65 @@ public StringEscapeUtils() { super

[GitHub] commons-lang issue #196: site: Nav, javadoc now says GIT latest as opposed t...

2016-10-17 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/196 @chtompki we don' need jira for these kind of changes, since they do not affect the behavior of Commons Lang in any way. Feel free to merge. --- If your project is set up for it, you can

[GitHub] commons-lang issue #192: Lang 1255: Add DateUtils.toCalendar(Date, TimeZone)...

2016-10-02 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/192 Thank you! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] commons-lang issue #194: add isAllBlank,isNotAllBlank method for String "nul...

2016-10-02 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/194 @wangdongxun thanks for this PR, but I don't see this as a feature in `StringUtils`. Can you elaborate some more what use case you have for this? --- If your project is set up for it, you can

[GitHub] commons-lang issue #191: ToStringExcludeNullValue

2016-09-25 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/191 @amaral7 do you really want to configure this on a per field basis or would it be enough to add a configuration option to `ToStringBuilder` to configure the general behavior for all fields

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387226 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387208 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387206 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387223 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387200 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-25 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80387175 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,59 @@ public void testToCalendar

[GitHub] commons-lang issue #189: new impl of LevenshteinDistance

2016-09-24 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/189 @kinow can you take the lead in reviewing this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-24 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80358050 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,43 @@ public void testToCalendar

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-24 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80357986 --- Diff: src/main/java/org/apache/commons/lang3/time/DateUtils.java --- @@ -668,6 +668,19 @@ public static Calendar toCalendar(final Date date

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-24 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80358033 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,43 @@ public void testToCalendar

[GitHub] commons-lang pull request #193: Add isAnyNotEmpty() and isAnyNotBlank() to S...

2016-09-24 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/193#discussion_r80357934 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -358,6 +387,36 @@ public static boolean isAnyBlank(final CharSequence... css

[GitHub] commons-lang pull request #193: Add isAnyNotEmpty() and isAnyNotBlank() to S...

2016-09-24 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/193#discussion_r80357925 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -258,6 +258,35 @@ public static boolean isAnyEmpty(final CharSequence... css

[GitHub] commons-lang pull request #179: LANG-1023

2016-09-20 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/179#discussion_r79649084 --- Diff: src/main/java/org/apache/commons/lang3/text/WordUtils.java --- @@ -172,6 +173,84 @@ public static String wrap(final String str, final int

[GitHub] commons-lang pull request #179: LANG-1023

2016-09-20 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/179#discussion_r79648930 --- Diff: src/main/java/org/apache/commons/lang3/text/WordUtils.java --- @@ -172,6 +173,84 @@ public static String wrap(final String str, final int

[GitHub] commons-lang issue #188: LANG-1266 Add alphabet converter

2016-09-18 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/188 The issue has been moved to https://issues.apache.org/jira/browse/TEXT-19 Please reference TEXT-19 in your PR against the Commons Text repository. Thank you! --- If your project is set up

[GitHub] commons-lang issue #187: LANG-1263 Add possibility to retrieve the current J...

2016-09-18 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/187 We already have `SystemUtils.isJavaVersionAtLeast(JavaVersion)` so there is no reason to add this API. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] commons-lang pull request #187: LANG-1263 Add possibility to retrieve the cu...

2016-09-18 Thread britter
Github user britter closed the pull request at: https://github.com/apache/commons-lang/pull/187 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] commons-lang issue #189: new impl of LevenshteinDistance

2016-09-14 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/189 Hello @yufcuy, can you provide more information as to why you think this change is necessary? Does it improve performance properties? Do you have benchmarked the new implementation

[GitHub] commons-lang issue #163: LANG-1197: Prepare Java 9 detection (unfinished)

2016-09-12 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/163 No, it contains no fix for Java 9 at all :-) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] commons-lang issue #163: LANG-1197: Prepare Java 9 detection (unfinished)

2016-09-12 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/163 @PascalSchumacher but why? This was going in the right direction! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] commons-lang issue #187: LANG-1263 Add possibility to retrieve the current J...

2016-09-12 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/187 @PascalSchumacher I've changed the implementation to use the `IS_JAVA_XX` fields from `SystemUtils`. However, Java 9 detection is still broken, since it is broken in `SystemUtils

[GitHub] commons-lang issue #163: LANG-1197: Prepare Java 9 detection (unfinished)

2016-09-11 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/163 > Not complete: JavaVersion expects the java.version system property to return 1.x but for java 9 it will return 9*. Not sure how to handle this. I think we should better w

[GitHub] commons-lang pull request #163: LANG-1197: Prepare Java 9 detection (unfinis...

2016-09-11 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/163#discussion_r78301302 --- Diff: src/main/java/org/apache/commons/lang3/JavaVersion.java --- @@ -72,8 +72,15 @@ /** * Java 1.9

[GitHub] commons-lang pull request #187: LANG-1263 Add possibility to retrieve the cu...

2016-09-11 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/commons-lang/pull/187 LANG-1263 Add possibility to retrieve the current JavaVersion Added a constant `CURRENT` to the `JavaVersion` enum which represents the JavaVersion for the `java.specification.version` system

[GitHub] commons-lang issue #186: LANG-1252: rename isNumber, isCreatable. Accommodat...

2016-09-11 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/186 Please also add your change to `src/changes/changes.xml`. Thank you! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] commons-lang pull request #186: LANG-1252: rename isNumber, isCreatable. Acc...

2016-09-11 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/186#discussion_r78298119 --- Diff: src/main/java/org/apache/commons/lang3/math/NumberUtils.java --- @@ -1360,11 +1361,44 @@ public static boolean isDigits(final String str

[GitHub] commons-lang pull request #186: LANG-1252: rename isNumber, isCreatable. Acc...

2016-09-11 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/186#discussion_r78293625 --- Diff: src/test/java/org/apache/commons/lang3/math/NumberUtilsTest.java --- @@ -1216,91 +1217,104 @@ public void testIsDigits

[GitHub] commons-lang pull request #186: LANG-1252: rename isNumber, isCreatable. Acc...

2016-09-11 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/186#discussion_r78293587 --- Diff: src/main/java/org/apache/commons/lang3/math/NumberUtils.java --- @@ -1374,8 +1407,11 @@ public static boolean isNumber(final String str

[GitHub] commons-lang issue #185: Fix ReflectionToStringBuilder toString javadoc

2016-09-07 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/185 Thank you! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] commons-lang issue #167: Fix typo in toMap javadoc

2016-06-24 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/167 Thank you! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] commons-lang issue #9: Lang 4 x

2016-06-12 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/9 @PascalSchumacher I think @lingeng1986 should take care of clearing the PR up so that it can be easily reviewed and applied. --- If your project is set up for it, you can reply to this email

[GitHub] commons-lang pull request: Implementations of the circuit breaker ...

2016-05-27 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/pull/95#issuecomment-222085429 @oheger @PascalSchumacher: Nobody objected adding it to the concurrent package. So from PoV it can be integrated into LANG. --- If your project is set up

[GitHub] commons-lang pull request: Multiline recursive to string style

2015-11-04 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/pull/34#issuecomment-153749334 It has already been made public. The change will be released in 3.5, probably before the end of the year. --- If your project is set up for it, you can reply

[GitHub] commons-lang pull request: Add sugar to RandomIUtils

2015-10-28 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/pull/111#issuecomment-151862191 @Punkratz312 I don't have a date for you. But I think I'll have some time in Nov/Dec to push out a release. --- If your project is set up for it, you can reply

[GitHub] commons-lang pull request:

2015-10-21 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/commit/131917a0d3303ca2c38fd1d6765b9bed2c23ff89#commitcomment-13893327 In src/test/java/org/apache/commons/lang3/StringUtilsTest.java: In src/test/java/org/apache/commons/lang3

[GitHub] commons-lang pull request: LANG-1175: removed ant-based build

2015-10-19 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/pull/112#issuecomment-149307896 Looks good to me. But we should also drop: * default.properties * src/release-tools (it also depends on the main ant build) --- If your project is set up

[GitHub] commons-lang pull request: LANG-1175: removed ant-based build

2015-10-19 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/pull/112#issuecomment-149324877 Looks good to me now. Feel free to merge to master. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] commons-lang pull request: LANG-1175: removed ant-based build

2015-10-19 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/112#discussion_r42408499 --- Diff: src/changes/changes.xml --- @@ -22,6 +22,7 @@ +Remove Ant-based build --- End diff -- Copy

[GitHub] commons-lang pull request: LANG-1175: removed ant-based build

2015-10-19 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/112#discussion_r42416452 --- Diff: src/assembly/src.xml --- @@ -32,7 +32,6 @@ pom.xml PROPOSAL.html RELEASE

[GitHub] commons-lang pull request: LANG-1175: removed ant-based build

2015-10-19 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/112#discussion_r42408375 --- Diff: .gitignore --- @@ -4,6 +4,7 @@ target maven-eclipse.xml build.properties --- End diff -- Can be dropped from .gitignore

[GitHub] commons-lang pull request: LANG-1175: removed ant-based build

2015-10-19 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/112#discussion_r42408346 --- Diff: .gitignore --- @@ -4,6 +4,7 @@ target maven-eclipse.xml build.properties site-content +*~ --- End diff -- What

[GitHub] commons-lang pull request: Add sugar to RandomIUtils

2015-10-17 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/pull/111#issuecomment-148897047 Thank you! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] commons-lang pull request: LANG-1146 Add helper method to SystemUt...

2015-07-09 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/pull/103#issuecomment-119846022 Hello @gliptak, sorry for the delay. There are a lot of pending PRs but I don't have time for OSS at the moment :-( I'll have a look as soon as I have

[GitHub] commons-lang pull request: RFC: provide support for generating ran...

2015-06-16 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/94#discussion_r32494301 --- Diff: src/test/java/org/apache/commons/lang3/RandomStringUtilsTest.java --- @@ -16,18 +16,18 @@ */ package org.apache.commons.lang3

[GitHub] commons-lang pull request: RFC: provide support for generating ran...

2015-06-16 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/94#discussion_r32494411 --- Diff: src/main/java/org/apache/commons/lang3/RandomStringUtils.java --- @@ -95,6 +95,21 @@ public static String randomAscii(final int count

[GitHub] commons-lang pull request: fix StringUtils.ordinalIndexOf(aaaaaa...

2015-06-16 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/93#discussion_r32494469 --- Diff: src/test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java --- @@ -16,19 +16,16 @@ */ package

[GitHub] commons-lang pull request: RFC: provide support for generating ran...

2015-06-16 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/pull/94#issuecomment-112309707 Can you describe a use case for this functionality? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] commons-lang pull request: fix StringUtils.ordinalIndexOf(aaaaaa...

2015-06-16 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/pull/93#issuecomment-112310767 Shouldn't this result in ` StringUtils.ordinalIndexOf(aa, aa, 2) == 1` because the sequence 'aa' is at every index? --- If your project is set up for it, you

[GitHub] commons-lang pull request: Lang 1134

2015-05-18 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/pull/87#issuecomment-102938179 Very nice, I'll have a look later this week! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] commons-lang pull request: LANG-1124: Add StringUtils split by len...

2015-05-18 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/pull/75#issuecomment-102940510 @rikles thank you for your thorough feedback. Give me some time to go through your comments. I'll have time to have a look later this week. --- If your project

[GitHub] commons-lang pull request: Lang 1134

2015-05-18 Thread britter
Github user britter commented on the pull request: https://github.com/apache/commons-lang/pull/87#issuecomment-102938770 @Lady-Stardust, what is the name you want to be listed with in [changes.xml](https://github.com/apache/commons-lang/blob/master/src/changes/changes.xml

[GitHub] commons-lang pull request: Lang 1134

2015-05-13 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/87#discussion_r30207724 --- Diff: src/main/java/org/apache/commons/lang3/Validate.java --- @@ -874,7 +888,752 @@ public static void matchesPattern(final CharSequence input

  1   2   >