Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stigkj/versioninfo
- Owner: stigkj
- Created: 2011-11-13T17:49:39.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-13T20:34:57.000Z (about 13 years ago)
- Last Synced: 2023-04-11T10:55:53.939Z (almost 2 years ago)
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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