-
Notifications
You must be signed in to change notification settings - Fork 47
/
CHANGES
70 lines (39 loc) · 1.32 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Version 1.19
- Mitigate compatibility issue due to Paranamer not supporting Java 8 bytecode
# Version 1.18
- Fix shading of classes in Guava
# Version 1.17
- Fix issue when using exportMap due to an incompatibility between Guava < 16.0.1 and Java 7u51+
# Version 1.16
- Add ObjectNamesBuilder method that takes a string
# Version 1.15
- Fix bug when exporting duplicate keys
- Add TestingMBeanModule
# Version 1.14
- Added ObjectNameBuilder
# Version 1.13
- Deprecated MBeanModule
- Replaced ExportBuilder with ExportBinder
# Version 1.12
- [Bug] Fix ConcurrentModificationException in MBeanExporter.unexportAll()
# Version 1.11
- Add function to MBeanExporter to unexport all exported mbeans
- Remove need to use PRODUCTION state in guice to enable jmxutils
# Version 1.10
- [Bug] Make mbean server injectable (broke in 1.9)
# Version 1.9
- Improve error reporting
- Add mock mbean server for testing
- Make MBeanExporter injectable
# Version 1.8
- Add support for @Nested and @Flatten
# Version 1.7
- Add convenience method to get MBeanExporter configured with platform mbean server
- Make guice optional
# Version 1.6
- Add method to un-export mbeans
# Version 1.5
- Custom Managed annotations
- Support for guice Keys in export method
# Version 1.4
- Automatic name generation for mbeans with withGeneratedName()