Karl Pauls | 73f0136 | 2011-09-22 13:29:22 +0000 | [diff] [blame] | 1 | Changes 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 | |
| 9 | Changes 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. Hall | a9ad23b | 2011-02-21 14:51:17 +0000 | [diff] [blame] | 20 | Changes 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 Pauls | 4ca1482 | 2010-09-22 20:37:21 +0000 | [diff] [blame] | 27 | Changes from 0.6.0 to 0.6.1 |
| 28 | --------------------------- |
| 29 | |
| 30 | * Import Gogo packages with mandatory attribute. |
| 31 | |
| 32 | Gogo Command 0.6.0 |
| 33 | ------------------ |
Karl Pauls | f4ea031 | 2010-06-06 21:55:08 +0000 | [diff] [blame] | 34 | |
| 35 | ** Bug |
Karl Pauls | 4ca1482 | 2010-09-22 20:37:21 +0000 | [diff] [blame] | 36 | * [FELIX-1473] - [gogo] The syntax does not provide a way to call |
| 37 | methods on a string |
Karl Pauls | f4ea031 | 2010-06-06 21:55:08 +0000 | [diff] [blame] | 38 | * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe |
Karl Pauls | 4ca1482 | 2010-09-22 20:37:21 +0000 | [diff] [blame] | 39 | * [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 Pauls | f4ea031 | 2010-06-06 21:55:08 +0000 | [diff] [blame] | 47 | |
| 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 Pauls | 4ca1482 | 2010-09-22 20:37:21 +0000 | [diff] [blame] | 55 | * [FELIX-2363] - [Gogo] Add annotations for creating commands with |
| 56 | optional and out-of-order arguments |
Karl Pauls | f4ea031 | 2010-06-06 21:55:08 +0000 | [diff] [blame] | 57 | |
| 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 Pauls | 4ca1482 | 2010-09-22 20:37:21 +0000 | [diff] [blame] | 62 | * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any |
| 63 | perceived legal issues |