blob: 6bfa5cee959182d2e18a3772df418dc1cc78ece9 [file] [log] [blame]
Carsten Ziegeler722bd332012-09-04 18:13:38 +00001Changes from 1.2.14 to 1.3.0
2----------------------------
3
4** Bug
5 * [FELIX-3121] - Add back the manifest header indicating the provided service
6 * [FELIX-3451] - EventAdmin ignoring filters for handler which are registered for all (*) topics
7
8** Improvement
9 * [FELIX-3319] - Add invalid topics when not accepting EventHandler
10 * [FELIX-3321] - Improve implementation and reduce load on the service registry
11 * [FELIX-3518] - Update to EventAdmin Spec 1.3
12
13
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +000014Changes from 1.2.12 to 1.2.14
15-----------------------------
16
17** Bug
Carsten Ziegeler092b3972011-06-23 09:20:31 +000018 * [FELIX-2997] - java.lang.NullPointerException during shutdown while sending events
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +000019 * [FELIX-3002] - Embed the OBR specific information for the EventAdmin bundle in the manifest
Carsten Ziegeler38f85222011-07-25 12:10:09 +000020 * [FELIX-3053] - Potential deadlock if event handler throws Throwable and is bypassing timeout handling
Carsten Ziegeler4f35c842011-07-28 08:11:03 +000021 * [FELIX-3055] - Event Admin deadlocks when sendEvent is called from within a handleEvent method
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +000022
Carsten Ziegeler7ab71162011-07-28 08:48:27 +000023** Improvement
24 * [FELIX-2156] - Remove Import-Service header in MANIFEST
25
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +000026
Carsten Ziegeler6a523e92011-04-15 06:26:53 +000027Changes from 1.2.10 to 1.2.12
28-----------------------------
29
30** Bug
31 * [FELIX-2915] - Potential deadlock on shutdown
32
33
Carsten Ziegeler4dc5b0c2011-03-03 10:34:44 +000034Changes from 1.2.8 to 1.2.10
35----------------------------
36
37** Bug
38 * [FELIX-2836] - Async threads should be daemon threads
39
40** Improvement
41 * [FELIX-2861] - Remove unnecessary object creation
42
43
Sanjeeb Kumar Sahoo50a136a2010-11-30 19:41:54 +000044Changes from 1.2.6 to 1.2.8
45---------------------------
46
47** Improvement
48 * [FELIX-2655] - allow event admin log level to be configurable
49
50
Carsten Ziegeler15afbf02010-10-12 07:41:33 +000051Changes from 1.2.4 to 1.2.6
52---------------------------
53
54** Bug
55 * [FELIX-2608] - Threads should be daemon threads
56
57
Carsten Ziegeler3682ca92010-09-12 10:13:42 +000058Changes from 1.2.2 to 1.2.4
59---------------------------
60
61** Bug
62 * [FELIX-2582] - Event admin requires config admin packages
63 * [FELIX-2431] - EventAdmin service unregistered but not registered again on ConfigAdmin startup
64
65** Improvement
66 * [FELIX-2562] - Remove object caches
67 * [FELIX-2558] - Handle configuration changes without restarting event admin service
68
69
70Changes from 1.0.0 to 1.2.2
71---------------------------
72
73** Bug
74 * [FELIX-2089] - IllegalStateException thrown by LogWrapper if logging after bundle stop
75
76** Improvement
77 * [FELIX-1875] - Add R4.2 support for Event Admin
78 * [FELIX-1913] - All events are processed in a queue
79 * [FELIX-2020] - Make event admin configurable through configuration admin
80 * [FELIX-1960] - Fine-grained timeout configuration
81 * [FELIX-664] - Event Admin OBR description
82
83
84Initial Release 1.0.0
85---------------------