json-schema-validator icon indicating copy to clipboard operation
json-schema-validator copied to clipboard

[FR] Remove commons lang as dependency

Open agentgt opened this issue 1 year ago • 1 comments

See #594

For our company to use this project we would like Commons Lang to not be a dependency as none of our projects use it anymore.

If there was extensive use of the library I would not have bothered but I looked it appears just StringUtils.isBlank and StringUtils.equals was used.

Thus I went ahead via the above PR and implemented the changes which were fairly trivial.

However downstream projects will still have to exclude the commons lang dependency but at least it will run without it.

agentgt avatar Jul 31 '22 20:07 agentgt

Thanks @agentgt. It makes perfect sense to reduce the dependencies to make our users' lives easier.

stevehu avatar Aug 02 '22 00:08 stevehu

@stevehu Since the PR was merged, should this issue be closed?

fdutton avatar Mar 26 '23 22:03 fdutton