summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/java.rb
Commit message (Expand)AuthorAgeFilesLines
* fix regexkaustubh-d2014-09-291-1/+1
* aix - fix regex to get java versionkaustubh-d2014-09-291-1/+1
* go with 64mb instead because that was the old defaultKC Braunschweig2014-03-311-1/+1
* OHAI-550 java -version wastes memoryKC Braunschweig2014-03-311-1/+1
* merged most of 6-stable into master. remaining files: lib/ohai/plugins/cloud....Claire McQuin2014-01-091-8/+5
|\
| * swap order of redirectsLamont Granquist2013-10-111-4/+4
* | Fix Mac OS X stub java workaroundOHAI-514danielsdeleo2013-11-071-10/+32
* | update plugin filesClaire McQuin2013-10-171-1/+1
* | Fix windows line termination issues.Theodore Nordsieck2013-09-171-1/+1
* | Converted plugins/java to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-6/+6
* | Moved all shell invocations of an absolute path to Ohai.abs_pathTheodore Nordsieck2013-09-021-1/+1
* | Make invocations of /dev/null cross platformTheodore Nordsieck2013-09-021-1/+1
* | randomize plugin class namesClaire McQuin2013-08-131-1/+1
* | convert plugins to new dsl.Claire McQuin2013-08-071-22/+27
|/
* Fix stderr redirection in Java plugin Jonathan del Strother2012-08-031-1/+1
* [OHAI-336] Added check for 'java' executable on OS XPaul Mooring2012-05-011-1/+8
* OHAI-227: merge a couple regexesBryan McLellan2011-03-071-4/+2
* added extra match for openjdk runtime stringsSeth Chisamore2011-03-071-0/+2
* OHAI-235: Support for Java Server HotSpot VM detectionRingo De Smet2010-12-101-2/+2
* Ruby 1.9 requires a ; after the : in the short form of caseAdam Jacob2010-03-111-3/+6
* Remove redundant if statementJames Gartrell2009-06-181-2/+1
* Revert unnecessary coersionJames Gartrell2009-06-181-1/+1
* Erlang plugin now uses run_command, also try to validate output from command ...James Gartrell2009-06-181-1/+1
* Adding support for windowsJames Gartrell2009-06-181-3/+4
* [incremental] allow incremental updates for ohaibblack2009-03-271-0/+1
* fix a thinko in my last commitMathieu Sauve-Frankel2009-02-271-1/+3
* [OHAI-42] improved regex for runtime and clientBenjamin Black2009-01-311-2/+2
* [OHAI-38] java pluginBenjamin Black2009-01-301-0/+33