blob: d3505aabcfe006c09ddc29d9daa492d476c08c12 [file] [log] [blame]
Felix Meschbergerbbb78e62013-04-18 06:24:17 +00001Initial Release 1.0.0
2---------------------
3
4** Bug
5 * [FELIX-3916] - Full ZIP file has wrong file indices
6 * [FELIX-3947] - ClassDefNotFoundError in Inventory bundle setup if Servlet API cannot be wired
7 * [FELIX-3963] - Properly handle method resolution through reflection
8 * [FELIX-3964] - Wrong signature for non-service InventoryPrinter services
9 * [FELIX-4026] - InventoryPrinter must run on Java 1.4 plattforms (for embedded use)
Felix Meschberger9b4b5ba2013-05-21 16:03:19 +000010 * [FELIX-4037] - URL parsing is not compatible with ConfigurationRender plugin
Felix Meschbergerbbb78e62013-04-18 06:24:17 +000011
12** Improvement
13 * [FELIX-3945] - Don't use SLF4j Logging
14 * [FELIX-3958] - Allow JSON output for InventoryPrinters not natively supporting JSON
15 * [FELIX-3959] - PrinterMode.valueOf should be case-insensitive
16 * [FELIX-4025] - Cleanup InventoryPrinter API
17
18** Task
19 * [FELIX-3874] - Create new status printer module
20 * [FELIX-3970] - Remove unneeded hashCode and equals methods from PrinterMode