Richard S. Hall | 5dfc9ad | 2011-06-16 15:47:23 +0000 | [diff] [blame] | 1 | Changes 0.8.0 to 0.10.0 |
| 2 | ---------------------- |
| 3 | |
| 4 | ** Bug |
| 5 | * [FELIX-2870] - ConcurrentModificationException in gogo runtime |
| 6 | * [FELIX-2894] - Gogo does not handles options but not parameters |
| 7 | * [FELIX-2927] - [gogo] coercion mechanism invokes foo(String) instead |
| 8 | of foo(int) - even with explicit int argument |
| 9 | |
Richard S. Hall | bed97cc | 2011-01-11 17:27:12 +0000 | [diff] [blame] | 10 | Changes 0.6.1 to 0.8.0 |
| 11 | ---------------------- |
| 12 | |
| 13 | ** Bug |
| 14 | * [FELIX-2723] - When the execution of a closure with pipes is |
| 15 | interrupted, pipes should be interrupted too |
| 16 | |
| 17 | ** New Feature |
| 18 | * [FELIX-2761] - Add a way to listen to execution of command lines |
| 19 | * [FELIX-2764] - Publish OSGi EventAdmin events when executing a command |
| 20 | line |
| 21 | |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 22 | Changes 0.6.0 to 0.6.1 |
| 23 | ---------------------- |
Karl Pauls | 54c2599 | 2010-06-06 20:20:11 +0000 | [diff] [blame] | 24 | |
| 25 | ** Bug |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 26 | * [FELIX-1473] - [gogo] The syntax does not provide a way to call |
| 27 | methods on a string |
| 28 | * [FELIX-2432] - [gogo] NPE/coercion failure when null first parameter |
| 29 | to method expecting arry |
| 30 | * [FELIX-2545] - [gogo] runtime should close all open sessions when it |
| 31 | is stopped |
| 32 | * [FELIX-2606] - Gogo isn't decoupled from OSGi anymore |
| 33 | |
| 34 | ** Improvement |
| 35 | * [FELIX-2396] - Ability to have callbacks when accessing session variables |
| 36 | * [FELIX-2433] - [gogo] allow command expansion inside double quotes |
| 37 | * [FELIX-2607] - Introduce a specific exception when a command is not |
| 38 | foundGogo Runtime 0.6.1 |
| 39 | |
| 40 | Gogo Runtime 0.6.0 |
| 41 | ------------------ |
| 42 | |
| 43 | ** Bug |
| 44 | * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods |
| 45 | on a string |
Karl Pauls | 54c2599 | 2010-06-06 20:20:11 +0000 | [diff] [blame] | 46 | * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 47 | * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops |
| 48 | direct access to $args list |
| 49 | * [FELIX-2337] - [gogo] no way to access array[] elements produced by |
| 50 | assignment |
| 51 | * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error |
| 52 | message prints the arg values, rather than their types |
| 53 | * [FELIX-2380] - [gogo] lock contention in piped writer when reader |
| 54 | doesn't read all input |
Karl Pauls | 54c2599 | 2010-06-06 20:20:11 +0000 | [diff] [blame] | 55 | |
| 56 | ** Improvement |
| 57 | * [FELIX-1487] - Support for commands on multiple lines |
| 58 | * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc |
| 59 | * [FELIX-2339] - [gogo] add support for running scripts |
| 60 | * [FELIX-2342] - [gogo] remove old felix command adaptor |
| 61 | |
| 62 | ** New Feature |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 63 | * [FELIX-2363] - [Gogo] Add annotations for creating commands with |
| 64 | optional and out-of-order arguments |
Karl Pauls | 54c2599 | 2010-06-06 20:20:11 +0000 | [diff] [blame] | 65 | |
| 66 | ** Task |
| 67 | * [FELIX-1670] - [gogo] launcher bundle not required |
| 68 | * [FELIX-1889] - Gogo should depend on the official OSGi jars |
| 69 | * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 70 | * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any |
| 71 | perceived legal issues |