blob: fe8532d18cb59a3c4b69672b720f61c87fa64032 [file] [log] [blame]
Carsten Ziegeler2a478ae2014-05-27 06:59:41 +00001Changes from 1.3.2 to 1.3.4
2---------------------------
3** Improvement
4 * [FELIX-3511] - Use java.concurrent from Java 6
5 * [FELIX-4316] - Packages imported dynamically should also be imported statically with an optional flag
6
7
8Changes from 1.3.0 to 1.3.2
9---------------------------
10** Bug
11 * [FELIX-3689] - Event admin requires org.osgi.util.tracker in version 1.5
12
13
Carsten Ziegeler722bd332012-09-04 18:13:38 +000014Changes from 1.2.14 to 1.3.0
15----------------------------
Carsten Ziegeler722bd332012-09-04 18:13:38 +000016** Bug
17 * [FELIX-3121] - Add back the manifest header indicating the provided service
18 * [FELIX-3451] - EventAdmin ignoring filters for handler which are registered for all (*) topics
19
20** Improvement
21 * [FELIX-3319] - Add invalid topics when not accepting EventHandler
22 * [FELIX-3321] - Improve implementation and reduce load on the service registry
23 * [FELIX-3518] - Update to EventAdmin Spec 1.3
24
25
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +000026Changes from 1.2.12 to 1.2.14
27-----------------------------
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +000028** Bug
Carsten Ziegeler092b3972011-06-23 09:20:31 +000029 * [FELIX-2997] - java.lang.NullPointerException during shutdown while sending events
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +000030 * [FELIX-3002] - Embed the OBR specific information for the EventAdmin bundle in the manifest
Carsten Ziegeler38f85222011-07-25 12:10:09 +000031 * [FELIX-3053] - Potential deadlock if event handler throws Throwable and is bypassing timeout handling
Carsten Ziegeler4f35c842011-07-28 08:11:03 +000032 * [FELIX-3055] - Event Admin deadlocks when sendEvent is called from within a handleEvent method
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +000033
Carsten Ziegeler7ab71162011-07-28 08:48:27 +000034** Improvement
35 * [FELIX-2156] - Remove Import-Service header in MANIFEST
36
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +000037
Carsten Ziegeler6a523e92011-04-15 06:26:53 +000038Changes from 1.2.10 to 1.2.12
39-----------------------------
Carsten Ziegeler6a523e92011-04-15 06:26:53 +000040** Bug
41 * [FELIX-2915] - Potential deadlock on shutdown
42
43
Carsten Ziegeler4dc5b0c2011-03-03 10:34:44 +000044Changes from 1.2.8 to 1.2.10
45----------------------------
Carsten Ziegeler4dc5b0c2011-03-03 10:34:44 +000046** Bug
47 * [FELIX-2836] - Async threads should be daemon threads
48
49** Improvement
50 * [FELIX-2861] - Remove unnecessary object creation
51
52
Sanjeeb Kumar Sahoo50a136a2010-11-30 19:41:54 +000053Changes from 1.2.6 to 1.2.8
54---------------------------
Sanjeeb Kumar Sahoo50a136a2010-11-30 19:41:54 +000055** Improvement
56 * [FELIX-2655] - allow event admin log level to be configurable
57
58
Carsten Ziegeler15afbf02010-10-12 07:41:33 +000059Changes from 1.2.4 to 1.2.6
60---------------------------
Carsten Ziegeler15afbf02010-10-12 07:41:33 +000061** Bug
62 * [FELIX-2608] - Threads should be daemon threads
63
64
Carsten Ziegeler3682ca92010-09-12 10:13:42 +000065Changes from 1.2.2 to 1.2.4
66---------------------------
Carsten Ziegeler3682ca92010-09-12 10:13:42 +000067** Bug
68 * [FELIX-2582] - Event admin requires config admin packages
69 * [FELIX-2431] - EventAdmin service unregistered but not registered again on ConfigAdmin startup
70
71** Improvement
72 * [FELIX-2562] - Remove object caches
73 * [FELIX-2558] - Handle configuration changes without restarting event admin service
74
75
76Changes from 1.0.0 to 1.2.2
77---------------------------
Carsten Ziegeler3682ca92010-09-12 10:13:42 +000078** Bug
79 * [FELIX-2089] - IllegalStateException thrown by LogWrapper if logging after bundle stop
80
81** Improvement
82 * [FELIX-1875] - Add R4.2 support for Event Admin
83 * [FELIX-1913] - All events are processed in a queue
84 * [FELIX-2020] - Make event admin configurable through configuration admin
85 * [FELIX-1960] - Fine-grained timeout configuration
86 * [FELIX-664] - Event Admin OBR description
87
88
89Initial Release 1.0.0
90---------------------