martint / jmxutils

Exporting JMX mbeans made easy
Apache License 2.0
171 stars 47 forks source link

failing test case for 1.13-SNAPSHOT #12

Closed hgschmie closed 12 years ago

hgschmie commented 12 years ago

add a test case that used to work fine in the 1.12 release and reflects current usage of the MBeanModule. Deprecation of the subclassing means, people should be discouraged to use it for new code. It should still work with old code, though. :-)

martint commented 12 years ago

Fixed. This was due to guice bindings that we added for the new export set/map functionality but forgot to backport to the old API implementation.