Node Jmx Versions Save

Node.js library to connect to Java applications through JMX.

0.7.0

6 years ago

Build Status

0.6.1

7 years ago

Build Status

  • Fix java dependency version to avoid installing master branch.

0.6.0

7 years ago

Build Status

0.5.0

8 years ago

Build Status

  • Update java dependency to ~0.6.0 (fixes issue #11, thanks Rick ChangRick Chang for the help).
    • Add Node.js 4 support.
  • Update async dependency to ~1.5.0.
  • Update contact information and links after migration.
  • Documentation improvements.
  • Migrate to Travis CI container-based infrastructure.
  • Makefile: Add test-java-classes task.

0.4.0

8 years ago
  • Add #getAttributes method (issue #7, thanks @ericbroda).
  • Update dependencies: async@~1.3.0, java@~0.5.0.
  • Add node version 0.12 support.
  • Remove node version 0.8 support.

0.3.1

9 years ago
  • Remove jshint dependency from package.json.

0.3.0

9 years ago
  • package.json: udpate package dependencies (fixes issue #3).
  • MBeanServerConnection:
    • Define credentials and instancesAr variables.
    • Some code improvements.
  • Allow premature disconnections (fixes issue #2).
  • Fix all JSHint errors and integrate in the Makefile.
  • README: Add Code Climate badge.
  • Makefile: Use relative path for jscoverage.
  • Avoid using should in tests.

0.2.1

10 years ago
  • Travis hostname errors fixed.
  • Removed node 0.6 support: not supported by the last node-java version.
  • Homepage changed to GitHub Pages.