Felix Meschberger | bbb78e6 | 2013-04-18 06:24:17 +0000 | [diff] [blame] | 1 | Initial 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 Meschberger | 9b4b5ba | 2013-05-21 16:03:19 +0000 | [diff] [blame] | 10 | * [FELIX-4037] - URL parsing is not compatible with ConfigurationRender plugin |
Felix Meschberger | bbb78e6 | 2013-04-18 06:24:17 +0000 | [diff] [blame] | 11 | |
| 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 |