Carsten Ziegeler | c4af15b | 2014-02-28 08:28:18 +0000 | [diff] [blame] | 1 | Changes in 1.0.4 |
| 2 | ---------------- |
| 3 | ** Bug |
| 4 | * [FELIX-4437] - Zip Writer does not pass the correct isZip status to the InventoryPrinterHandler |
| 5 | |
| 6 | |
| 7 | Changes in 1.0.2 |
| 8 | ---------------- |
| 9 | * [FELIX-4078] - ConfigurationPrinterAdapter.getMethod should not only consider implementation class |
| 10 | |
| 11 | |
Felix Meschberger | bbb78e6 | 2013-04-18 06:24:17 +0000 | [diff] [blame] | 12 | Initial Release 1.0.0 |
| 13 | --------------------- |
| 14 | |
| 15 | ** Bug |
| 16 | * [FELIX-3916] - Full ZIP file has wrong file indices |
| 17 | * [FELIX-3947] - ClassDefNotFoundError in Inventory bundle setup if Servlet API cannot be wired |
| 18 | * [FELIX-3963] - Properly handle method resolution through reflection |
| 19 | * [FELIX-3964] - Wrong signature for non-service InventoryPrinter services |
| 20 | * [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] | 21 | * [FELIX-4037] - URL parsing is not compatible with ConfigurationRender plugin |
Felix Meschberger | 5ca3a84 | 2013-05-27 12:53:11 +0000 | [diff] [blame] | 22 | * [FELIX-4075] - Cleanup InventoryPrinter generated file names in the ZIP file |
Felix Meschberger | bbb78e6 | 2013-04-18 06:24:17 +0000 | [diff] [blame] | 23 | |
| 24 | ** Improvement |
| 25 | * [FELIX-3945] - Don't use SLF4j Logging |
| 26 | * [FELIX-3958] - Allow JSON output for InventoryPrinters not natively supporting JSON |
| 27 | * [FELIX-3959] - PrinterMode.valueOf should be case-insensitive |
| 28 | * [FELIX-4025] - Cleanup InventoryPrinter API |
| 29 | |
| 30 | ** Task |
| 31 | * [FELIX-3874] - Create new status printer module |
Felix Meschberger | 5ca3a84 | 2013-05-27 12:53:11 +0000 | [diff] [blame] | 32 | * [FELIX-3970] - Remove unneeded hashCode and equals methods from PrinterMode |