Closed
Description
First of all thank you so much for building and running an immensely useful service such as javadoc.io! 😄
We're using semantic versioning for our artifacts (at least we're trying to), which means that the version could contain a '+' character to separate build metadata from the rest of the version string (also see https://semver.org/#spec-item-10).
It looks like javadoc.io currently doesn't support artifacts which contain a '+' character in their version.
Examples
Failing
- https://javadoc.io/doc/org.graylog.jest/jest/2.4.12+jackson
- https://javadoc.io/doc/org.graylog.jest/jest/2.4.12%2Bjackson
Working
Interesting enough, this seems to be an encoding issue, too: