#3205 port PKI from apache commons-lang to commons-lang3
Closed: migrated 3 years ago by dmoluguw. Opened 3 years ago by decathorpe.

apache commons-lang 2.x releases are no longer compatible with Java 11 (due to usage of assert and enum as identifiers), and fedora packages are all getting ported to commons-lang3.

I did a quick search of the PKI sources and found no usage of APIs that were removed with commons-lang3, so porting PKI to the new version should be straightforward:

  • change dependency in pom.xml files to org.apache.commons:commons-lang3
  • change import statements in Java files: "s/org\.apache\.commons\.lang\./org.apache.commons.lang3./"

I'm not sure if other parts of the build machinery need to be adapted as well (I'm not that familiar with CMake).


There's also a Java SIG tracking issue for porting packages to commons-lang3.


Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/3322

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata Update from @dmoluguw:
- Issue close_status updated to: migrated
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata