jcabi / jcabi-manifests

Java library for convenient reading of MANIFEST.MF files available in classpath
https://manifests.jcabi.com
Other
60 stars 22 forks source link

Documentation issue - deprecated/changed API not reflected #50

Open dfraser-pattison opened 2 years ago

dfraser-pattison commented 2 years ago

In recent versions of jcabi-manifests, the old API for adding additional manifest locations (server contexts, etc) has been deprecated, but the docs haven't been updated to show how to do it the New Way. Javadoc suggests accessing the DEFAULT static member of Manifest class, but that's private and is probably for internal use.

How are we supposed to add manifest locations now?

Awesome tool, thanks! 😁