blob: 3f2a1a600d61de6c8c5b445dea6031a486d3abfd [file] [log] [blame]
Carsten Ziegelerc4af15b2014-02-28 08:28:18 +00001Changes in 1.0.4
2----------------
3** Bug
4 * [FELIX-4437] - Zip Writer does not pass the correct isZip status to the InventoryPrinterHandler
5
6
7Changes in 1.0.2
8----------------
9 * [FELIX-4078] - ConfigurationPrinterAdapter.getMethod should not only consider implementation class
10
11
Felix Meschbergerbbb78e62013-04-18 06:24:17 +000012Initial 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 Meschberger9b4b5ba2013-05-21 16:03:19 +000021 * [FELIX-4037] - URL parsing is not compatible with ConfigurationRender plugin
Felix Meschberger5ca3a842013-05-27 12:53:11 +000022 * [FELIX-4075] - Cleanup InventoryPrinter generated file names in the ZIP file
Felix Meschbergerbbb78e62013-04-18 06:24:17 +000023
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 Meschberger5ca3a842013-05-27 12:53:11 +000032 * [FELIX-3970] - Remove unneeded hashCode and equals methods from PrinterMode