We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a5b0f commit 69ab311Copy full SHA for 69ab311
www/status.jsp
@@ -6,6 +6,7 @@
6
7
retVal.put("success", Boolean.TRUE);
8
retVal.put("message", "OK");
9
+ retVal.put("version", System.getProperty("java.version"));
10
retVal.put("java.vendor", System.getProperty("java.vendor"));
11
retVal.put("java.version", System.getProperty("java.version"));
12
retVal.put("java.specification.version", System.getProperty("java.specification.version"));
0 commit comments