blob: 8cdf240fd29252d9cd08080a4e587a336ecc05ff [file] [log] [blame]
Karl Pauls829fff12015-04-20 12:01:26 +00001Changes from 0.10.0 to 0.12.0
2-----------------------------
3
4* Fix a NPE with the obr:info command
5
6Changes from 0.10.0 to 0.12.0
7-----------------------------
8
9** Improvement
10 * [FELIX-3050] - [Gogo Command] Update "inspect" command to work with OSGi R4.3 generic capabilities/requirements
11 * [FELIX-3088] - [Gogo Command] The "resolve" command should print some message if not all bundles could be resolved
12 * [FELIX-3118] - obr:deploy should allow user to specify whether optional bundles are deployed or not
13
Karl Pauls73f01362011-09-22 13:29:22 +000014Changes from 0.8.0 to 0.10.0
15----------------------------
16
Karl Pauls829fff12015-04-20 12:01:26 +000017** Bug
18 * [FELIX-2937] - [Gogo Command] OBR commands do not output anything
19 when nothing is found
20 * [FELIX-2938] - [Gogo Command] The "info" command throws an NPE if
21 the specified bundle identifier doesn't exist
22 * [FELIX-3001] - [gogo] help command throws ClassCastException if any
23 osgi.command.function service property is not String[]
Karl Pauls73f01362011-09-22 13:29:22 +000024
Richard S. Halla9ad23b2011-02-21 14:51:17 +000025Changes from 0.6.1 to 0.8.0
26---------------------------
27
28** Bug
Karl Pauls829fff12015-04-20 12:01:26 +000029 * [FELIX-2676] - bundlelevel gogo command will never work for modifying
30 bundle level
Richard S. Halla9ad23b2011-02-21 14:51:17 +000031
Karl Pauls4ca14822010-09-22 20:37:21 +000032Changes from 0.6.0 to 0.6.1
33---------------------------
34
Karl Pauls829fff12015-04-20 12:01:26 +000035* Import Gogo packages with mandatory attribute.
Karl Pauls4ca14822010-09-22 20:37:21 +000036
Karl Pauls829fff12015-04-20 12:01:26 +000037Gogo Command 0.6.0
38------------------
Karl Paulsf4ea0312010-06-06 21:55:08 +000039
40** Bug
Karl Pauls829fff12015-04-20 12:01:26 +000041 * [FELIX-1473] - [gogo] The syntax does not provide a way to call
42 methods on a string
Karl Paulsf4ea0312010-06-06 21:55:08 +000043 * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
Karl Pauls4ca14822010-09-22 20:37:21 +000044 * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops
45 direct access to $args list
46 * [FELIX-2337] - [gogo] no way to access array[] elements produced by
47 assignment
48 * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error
49 message prints the arg values, rather than their types
50 * [FELIX-2380] - [gogo] lock contention in piped writer when reader
51 doesn't read all input
Karl Paulsf4ea0312010-06-06 21:55:08 +000052
53** Improvement
54 * [FELIX-1487] - Support for commands on multiple lines
55 * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc
56 * [FELIX-2339] - [gogo] add support for running scripts
57 * [FELIX-2342] - [gogo] remove old felix command adaptor
58
59** New Feature
Karl Pauls4ca14822010-09-22 20:37:21 +000060 * [FELIX-2363] - [Gogo] Add annotations for creating commands with
61 optional and out-of-order arguments
Karl Paulsf4ea0312010-06-06 21:55:08 +000062
63** Task
64 * [FELIX-1670] - [gogo] launcher bundle not required
65 * [FELIX-1889] - Gogo should depend on the official OSGi jars
66 * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId
Karl Pauls4ca14822010-09-22 20:37:21 +000067 * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
68 perceived legal issues