GitHub user j--baker opened a pull request:
https://github.com/apache/commons-lang/pull/44
LANG-1082: Add ability to disable DiffBuilder trivially equal test in
constructor.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/j
GitHub user j--baker opened a pull request:
https://github.com/apache/commons-lang/pull/43
LANG-1055: StrLookup.systemPropertiesLookup() not singleton.
- Assuming StrLookup.systemPropertiesLookup() should not be a singleton.
- Assuming each lookup should have its own snap-shot
GitHub user j--baker opened a pull request:
https://github.com/apache/commons-lang/pull/42
Casts used to pass unit tests on JDK 1.6.0_18.
Please see [JIRA-1083](https://issues.apache.org/jira/browse/LANG-1083).
This patch was split off during PR #41.
Thanks!
You
GitHub user j--baker opened a pull request:
https://github.com/apache/commons-lang/pull/41
Lang 1081 - DiffBuilder left.equals(right)
Please see: https://issues.apache.org/jira/browse/LANG-1081
Two parts:
1) Added two (T) casts to get my old JDK to work during the Maven