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