Karl Pauls | 829fff1 | 2015-04-20 12:01:26 +0000 | [diff] [blame] | 1 | Changes from 0.10.0 to 0.12.0 |
| 2 | ----------------------------- |
| 3 | |
| 4 | * Fix a NPE with the obr:info command |
| 5 | |
| 6 | Changes 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 Pauls | 73f0136 | 2011-09-22 13:29:22 +0000 | [diff] [blame] | 14 | Changes from 0.8.0 to 0.10.0 |
| 15 | ---------------------------- |
| 16 | |
Karl Pauls | 829fff1 | 2015-04-20 12:01:26 +0000 | [diff] [blame] | 17 | ** 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 Pauls | 73f0136 | 2011-09-22 13:29:22 +0000 | [diff] [blame] | 24 | |
Richard S. Hall | a9ad23b | 2011-02-21 14:51:17 +0000 | [diff] [blame] | 25 | Changes from 0.6.1 to 0.8.0 |
| 26 | --------------------------- |
| 27 | |
| 28 | ** Bug |
Karl Pauls | 829fff1 | 2015-04-20 12:01:26 +0000 | [diff] [blame] | 29 | * [FELIX-2676] - bundlelevel gogo command will never work for modifying |
| 30 | bundle level |
Richard S. Hall | a9ad23b | 2011-02-21 14:51:17 +0000 | [diff] [blame] | 31 | |
Karl Pauls | 4ca1482 | 2010-09-22 20:37:21 +0000 | [diff] [blame] | 32 | Changes from 0.6.0 to 0.6.1 |
| 33 | --------------------------- |
| 34 | |
Karl Pauls | 829fff1 | 2015-04-20 12:01:26 +0000 | [diff] [blame] | 35 | * Import Gogo packages with mandatory attribute. |
Karl Pauls | 4ca1482 | 2010-09-22 20:37:21 +0000 | [diff] [blame] | 36 | |
Karl Pauls | 829fff1 | 2015-04-20 12:01:26 +0000 | [diff] [blame] | 37 | Gogo Command 0.6.0 |
| 38 | ------------------ |
Karl Pauls | f4ea031 | 2010-06-06 21:55:08 +0000 | [diff] [blame] | 39 | |
| 40 | ** Bug |
Karl Pauls | 829fff1 | 2015-04-20 12:01:26 +0000 | [diff] [blame] | 41 | * [FELIX-1473] - [gogo] The syntax does not provide a way to call |
| 42 | methods on a string |
Karl Pauls | f4ea031 | 2010-06-06 21:55:08 +0000 | [diff] [blame] | 43 | * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe |
Karl Pauls | 4ca1482 | 2010-09-22 20:37:21 +0000 | [diff] [blame] | 44 | * [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 Pauls | f4ea031 | 2010-06-06 21:55:08 +0000 | [diff] [blame] | 52 | |
| 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 Pauls | 4ca1482 | 2010-09-22 20:37:21 +0000 | [diff] [blame] | 60 | * [FELIX-2363] - [Gogo] Add annotations for creating commands with |
| 61 | optional and out-of-order arguments |
Karl Pauls | f4ea031 | 2010-06-06 21:55:08 +0000 | [diff] [blame] | 62 | |
| 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 Pauls | 4ca1482 | 2010-09-22 20:37:21 +0000 | [diff] [blame] | 67 | * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any |
| 68 | perceived legal issues |