Skip to content

Commit 69ab311

Browse files
committed
added version info to status
1 parent b7a5b0f commit 69ab311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/status.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
77
retVal.put("success", Boolean.TRUE);
88
retVal.put("message", "OK");
9+
retVal.put("version", System.getProperty("java.version"));
910
retVal.put("java.vendor", System.getProperty("java.vendor"));
1011
retVal.put("java.version", System.getProperty("java.version"));
1112
retVal.put("java.specification.version", System.getProperty("java.specification.version"));

0 commit comments

Comments
 (0)