Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stigkj/versioninfo

Servlet for writing version info from all jars as a JSON string
https://github.com/stigkj/versioninfo

Last synced: about 2 months ago
JSON representation

Servlet for writing version info from all jars as a JSON string

Awesome Lists containing this project

README

        

Servlet that outputs a JSON string with version and build information

TODO

* Gradle plugin that extracts as much info from the build as possible
* Jenkins info (build time, build nr, jenkins version)
* VCS info (branches, tags, all commits' first row, etc)
* JIRA info (changelog with links, look in commit message for ids)
* look at gradle about plugin
* Maven plugin (maybe, not much fun to program)
* The servlet itself reading a specific JSON file from all jars in the webapp
* In addition runtimne information is included (java version, IP address, etc)
* An addon that sends all this info to a ZooKeeper given an URL as a system property
* Need a better name for the project