blob: beaa341b57270aa06555518df4a11a54b080b0cd [file] [log] [blame]
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +00001Changes from 1.2.12 to 1.2.14
2-----------------------------
3
4** Bug
Carsten Ziegeler092b3972011-06-23 09:20:31 +00005 * [FELIX-2997] - java.lang.NullPointerException during shutdown while sending events
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +00006 * [FELIX-3002] - Embed the OBR specific information for the EventAdmin bundle in the manifest
Carsten Ziegeler38f85222011-07-25 12:10:09 +00007 * [FELIX-3053] - Potential deadlock if event handler throws Throwable and is bypassing timeout handling
Carsten Ziegeler4f35c842011-07-28 08:11:03 +00008 * [FELIX-3055] - Event Admin deadlocks when sendEvent is called from within a handleEvent method
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +00009
10
Carsten Ziegeler6a523e92011-04-15 06:26:53 +000011Changes from 1.2.10 to 1.2.12
12-----------------------------
13
14** Bug
15 * [FELIX-2915] - Potential deadlock on shutdown
16
17
Carsten Ziegeler4dc5b0c2011-03-03 10:34:44 +000018Changes from 1.2.8 to 1.2.10
19----------------------------
20
21** Bug
22 * [FELIX-2836] - Async threads should be daemon threads
23
24** Improvement
25 * [FELIX-2861] - Remove unnecessary object creation
26
27
Sanjeeb Kumar Sahoo50a136a2010-11-30 19:41:54 +000028Changes from 1.2.6 to 1.2.8
29---------------------------
30
31** Improvement
32 * [FELIX-2655] - allow event admin log level to be configurable
33
34
Carsten Ziegeler15afbf02010-10-12 07:41:33 +000035Changes from 1.2.4 to 1.2.6
36---------------------------
37
38** Bug
39 * [FELIX-2608] - Threads should be daemon threads
40
41
Carsten Ziegeler3682ca92010-09-12 10:13:42 +000042Changes from 1.2.2 to 1.2.4
43---------------------------
44
45** Bug
46 * [FELIX-2582] - Event admin requires config admin packages
47 * [FELIX-2431] - EventAdmin service unregistered but not registered again on ConfigAdmin startup
48
49** Improvement
50 * [FELIX-2562] - Remove object caches
51 * [FELIX-2558] - Handle configuration changes without restarting event admin service
52
53
54Changes from 1.0.0 to 1.2.2
55---------------------------
56
57** Bug
58 * [FELIX-2089] - IllegalStateException thrown by LogWrapper if logging after bundle stop
59
60** Improvement
61 * [FELIX-1875] - Add R4.2 support for Event Admin
62 * [FELIX-1913] - All events are processed in a queue
63 * [FELIX-2020] - Make event admin configurable through configuration admin
64 * [FELIX-1960] - Fine-grained timeout configuration
65 * [FELIX-664] - Event Admin OBR description
66
67
68Initial Release 1.0.0
69---------------------