This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
Releases: RBMHTechnology/apidoc-server
Releases · RBMHTechnology/apidoc-server
v1.3.0 of ApiDoc Server released
This release introduce support for configurable multiple classifiers instead of one configured default classifier, the related issue is #12 .
Thanks to @seakayone for the contributions.
v1.2.0 of ApiDoc Server released
This release changes the content type of javascript files from text/js
to application/javascript
, the related issue is #14 .
v1.1.0 of ApiDoc Server released
v1.0.3 of ApiDoc Server released
This release is a small maintenance release containing a single contribution fixing open issue #5
v1.0.2 of ApiDoc Server released
This release is a small maintenance release containing a single contribution fixing open issue #1.
Thanks to @stefan-sachs for his contribution
v1.0.1 of ApiDoc Server released
This release is a small maintenance release containing a single contribution fixing open issue #3.
Thanks to @stefan-sachs for his contribution
First Release of the ApiDoc Server
The ApiDoc Server
- serves documentation artifacts from JCenter, but can be configured to other repositories with optional basic authentication support
- transparently resolves the
latest
andrelease
versions for artifacts using the information provided by the maven repository - lets you browse through the list of available versions of an artifact specified by its
groupId
andartifactId
- supports all kinds of zip/jar packaged documentation artifacts like javadoc, groovydoc, scaladoc and others
- downloads all documentation artifacts to a temporary local storage, but can be configured to store in a dedicated location
- caches resolved and downloaded snapshot artifacts for 30 minutes, but can be configured to any other cache timeout
- serves all artifacts from the configured repository, but can be restricted by providing a whitelist of
groupId
prefixes - can be restricted to serve release versions only.