Skip to content

JMXProxy 3.4.0

Latest
Compare
Choose a tag to compare
@mk23 mk23 released this 15 Feb 21:30
  • [24fae09] Issue #176: Clean up error reporting in the UI.
  • [1be37e3] Issue #161: Upgrade fontawesome to 5.0.6. Convert some glyphicons to fa icons.
  • [359212f] Issue #159: Upgrade fuelux to 3.16.5.
  • [0fb80e2] Issue #158: Upgrade jquery to 3.3.1.
  • [20a703f] Issue #153: Upgrade dropwizard to 1.2.4.
  • [dfc4f1c] Issue #154: Upgrade shade mvn plugin to 3.0.0.
  • [9bf3f13] Issue #170: Add UI support when using bare host in allowed_endpoints config.
  • [6d868d0] Issue #170: Add documentation for using bare host in allowed_endpoints config.
  • [b4429cc] Issue #170: Add tests for bare host in allowed_endpoints config.
  • [0646d37] Issue #170: Change allowed_endpoints config to support a bare host in the server backend.
  • [173206d] Issue #155: Lintian: Fix build and runtime dependencies.
  • [796abe2] Issue #155: Lintian: Change distribution to xenial.
  • [a9d7d5e] Issue #155: Lintian: Wrap extended description.
  • [31b7a7f] Issue #155: Lintian: Ignore source-is-missing errors on flot js files.
  • [8806265] Issue #155: Lintian: Update standards version 3.9.5.
  • [d0f27b6] Issue #155: Lintian: Install jar in /usr/share.
  • [f74034a] Issue #155: Lintian: Don't install extra license file.
  • [39fd2bf] Issue #155: Lintian: Add debian copyright.
  • [7236425] Issue #155: Lintian: Convert to native debian package.
  • [31464c9] Issue #162: Update copyright year to 2018.
  • [d50b57f] Issue #169: Add mbean tests.
  • [4a8d65f] Issue #169: Add host tests.
  • [eee0949] Issue #175: Move setting the history size from attribute to mbean creation.
  • [43f701e] Issue #174: Switch to use ExpectedException rule in TimeoutRMISocketFactoryTest.java.
  • [fb61b0a] Issue #174: Switch to use ExpectedException rule in JMXProxyResourceTest.java.
  • [ca6192b] Issue #173: Add read only attribute test.
  • [fb83a86] Issue #171: Test attribute types directly without going through connection manager. Add tests for big integer and negative values.
  • [0a2e7be] Issue #172: Refactor authenticated tests into junit categories.
  • [542f908] Issue #168: Refactor application and health check tests for better coverage and acuracy.
  • [3579d9c] Issue #167: Add single invalid attribute check for connection manager test.
  • [3bc4d67] Issue #167: Add malformed url check for connection manager test.
  • [4f0b5fe] Issue #167: Switch connection manager tests to use expected exception rule.
  • [48c9d70] Issue #164: Test connection credentials equals() and hashCode() code paths.
  • [d9310d2] Issue #154: Upgrade coveralls mvn plugin to 4.3.0.
  • [7baaa9d] Issue #154: Upgrade site mvn plugin to 3.6.
  • [8e01e8c] Issue #154: Upgrade resources mvn plugin to 3.0.2.
  • [7e29a97] Issue #154: Upgrade jar mvn plugin to 3.0.2.
  • [2201f6a] Issue #154: Upgrade compile mvn plugin to 3.6.1.
  • [8de0165] Issue #154: Upgrade minify mvn plugin to 1.7.6.
  • [9112749] Issue #154: Upgrade jacoco mvn plugin to 0.7.8.
  • [a0d0e15] Issue #153: Upgrade dropwizard to 1.2.3. Prevent incompatible hibernate-validator versions above 5.x from showing up in reports.
  • [b31e75e] Issue #166: Use 192.0.2.1 to test connection failures/timeouts.
  • [e3b09e8] Issue #165: Don't trim stack traces during testing phase.
  • [6ca34cc] Issue #157: Compile to java 1.8 for dropwizard compatibility.
  • [290c272] Issue #156: Have maven look for settings.xml in homedir during debian build.
  • [1f157c1] Issue #152: Use maven batch mode in debian build.
  • [9f79b35] Issue #152: Use maven batch mode in travis build.
  • [ed60bb8] Issue #132: Consolidate exception handling in ConnectionWorker.