Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 1 | Changes from the 1.6.0 to 1.8.0 |
| 2 | ------------------------------- |
| 3 | ** Bug |
| 4 | * [FELIX-2718] - EventHandler are invoked one by one when using the @Subscribe handler |
| 5 | |
| 6 | ** Improvement |
| 7 | * [FELIX-2631] - Rename @Publisher and @Subscriber attributes to follow the java naming conventions |
| 8 | * [FELIX-2634] - Rename the @Publisher annotation into @Publishes annotation to avoid collision |
| 9 | * [FELIX-2711] - The event admin handler should provides a Handler Description |
| 10 | |
Clement Escoffier | e99f0d3 | 2010-04-14 15:25:52 +0000 | [diff] [blame] | 11 | Changes from the 1.4.0 to 1.6.0 |
| 12 | ------------------------------- |
| 13 | ** Bug |
| 14 | * [FELIX-1938] - Bad error message when an Event Subscriber does not set the data type and data key |
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 15 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 16 | Changes from 1.2.0 to 1.4.0 |
Clement Escoffier | 02ca349 | 2011-01-03 09:42:54 +0000 | [diff] [blame] | 17 | --------------------------- |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 18 | ** Improvement |
| 19 | * Update parent pom |
| 20 | |
| 21 | Changes from 1.0.0 to 1.2.0 |
Clement Escoffier | 3c9a419 | 2009-01-15 14:48:59 +0000 | [diff] [blame] | 22 | --------------------------- |
| 23 | ** Bug |
| 24 | * [FELIX-794] - Event Admin handler reject correctly formed topics |
| 25 | |
| 26 | ** Improvement |
| 27 | * [FELIX-795] - Improve metadata and manipulator performance |
| 28 | * [FELIX-834] - Provide Annotations for the extender, whiteboard and event admin handlers |
| 29 | |
Clement Escoffier | 130ca57 | 2008-10-13 07:33:03 +0000 | [diff] [blame] | 30 | Version 1.0.0 |
| 31 | ------------- |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 32 | * Initial release |