Github user kinow commented on the issue:
https://github.com/apache/commons-lang/pull/275
@jodastephen done. Kept the existing classes, but added new ones where the
only modification is replacing `java.beans` by `java.util` equivalent classes.
Existing classes were annotated with `@deprecated` with a comment pointing
to the new class.
WDTY? I'd like to sort it out as soon as possible to sort out the issue
with dependencies & Java 9 in lang.
Thanks!
Bruno
ps: old code was removed from commit line. Moved instead to a branch at
https://github.com/kinow/commons-lang/tree/LANG-1339-old, just in case we need
to compare it or someone wants to see what it was before
---