forked from erma/erma
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
45 lines (38 loc) · 1.68 KB
/
ChangeLog
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
* ERMA-31: Changed build to be able to produce signed Javadoc and source jars and Maven .pom files
and publish to MavenCentral
* Moved test-related classes dependent upon junit from erma-api/src to erma-api/test
Version 4.5:
* ERMA-30: Added support for disabling prepending of class names to monitor names when using the
Monitored annotation
Version 4.4.1:
* Added NoOpInheritableStrategy
* Fixed the build
* Removed locally stored Powermock to use the version from MavenCentral
Version 4.1:
* Added Spring JMX annotations to erma-lib mbeans
Version 4.0:
* JDK 1.5 minimum required
* Gradle build conversion, deps pulled from Maven2 public repository
* MongoDBMonitorProcessor
Version 3.3:
* ERMA-4: Add first-class support for resultCode to the ERMA API
* ERMA-9: Expose renderer in LoggingMonitorProcessor
* ERMA-11: TransactionMonitorInterceptor omits attributes on thrown exception
* ERMA-16: Add an attribute interface to consolidate all common monitor attributes
* ERMA-18: erma-lib-src.jar built with incorrect fileset
* ERMA-21: inheritable strategies for MonitoringEngine
* ERMA-25: ValueMonitor
* ERMA-26: Tune ValueMonitor for minimal overhead
* Added javadocs
* Fixed cobertura build target
Version 3.2
* Added commons-attributes jars
* ERMA-13: Inheritable attributes passed into TransactionMonitor are not marked as inheritable
Version 3.1:
* Initial GitHub version
* ERMA-1: AsyncMonitorProcessor forwards startup/shutdown
* ERMA-3: Standardize JvmStats monitors
* ERMA-7: Add percent free memory to JvmStats
* ERMA-8: Create deadlock detection scheduled task
* ERMA-10: Report GC values in JvmStats as deltas
* ERMA-12: Adding commons-attributes