Karl Pauls | 829fff1 | 2015-04-20 12:01:26 +0000 | [diff] [blame] | 1 | Changes 0.14.0 to 0.16.0 |
| 2 | ------------------------ |
| 3 | |
| 4 | ** Bug |
| 5 | * [FELIX-4783] - ConcurrentModificationException when stopping |
| 6 | |
| 7 | ** New Feature |
| 8 | * [FELIX-4671] - Provide an expression parser |
| 9 | |
| 10 | Changes 0.12.1 to 0.14.0 |
| 11 | ------------------------ |
| 12 | |
| 13 | ** Bug |
| 14 | * [FELIX-4637] - Gogo can't cope without several commands with defined service.ranking |
| 15 | |
| 16 | ** New Feature |
| 17 | * [FELIX-4671] - Provide an expression parser |
| 18 | |
| 19 | |
Karl Pauls | 628dbbc | 2014-07-09 16:36:34 +0000 | [diff] [blame] | 20 | Changes 0.12.0 to 0.12.1 |
| 21 | ------------------------ |
| 22 | |
| 23 | ** Bug |
| 24 | * [FELIX-4533] - Gogo runtime does not advertise published services |
| 25 | |
| 26 | |
| 27 | Changes 0.10.0 to 0.12.0 |
| 28 | ------------------------ |
| 29 | |
| 30 | ** Bug |
| 31 | * [FELIX-4336] - The use of inheritable thread locals in ThreadIO can cause problems |
| 32 | |
| 33 | ** Improvement |
| 34 | * [FELIX-3590] - Add system property resolution to CommandSessionImpl |
| 35 | * [FELIX-4363] - The CommandSession get/set methods are not thread safe |
| 36 | |
| 37 | |
| 38 | Changes 0.8.0 to 0.10.0 |
| 39 | ----------------------- |
| 40 | |
| 41 | ** Bug |
| 42 | * [FELIX-2870] - ConcurrentModificationException in gogo runtime |
| 43 | * [FELIX-2894] - Gogo does not handles options but not parameters |
| 44 | * [FELIX-2927] - [gogo] coercion mechanism invokes foo(String) instead |
| 45 | of foo(int) - even with explicit int argument |
| 46 | |
Richard S. Hall | a9ad23b | 2011-02-21 14:51:17 +0000 | [diff] [blame] | 47 | Changes 0.6.1 to 0.8.0 |
| 48 | ---------------------- |
| 49 | |
| 50 | ** Bug |
| 51 | * [FELIX-2723] - When the execution of a closure with pipes is |
| 52 | interrupted, pipes should be interrupted too |
| 53 | |
| 54 | ** New Feature |
| 55 | * [FELIX-2761] - Add a way to listen to execution of command lines |
| 56 | * [FELIX-2764] - Publish OSGi EventAdmin events when executing a command |
| 57 | line |
| 58 | |
Karl Pauls | 4ca1482 | 2010-09-22 20:37:21 +0000 | [diff] [blame] | 59 | Changes 0.6.0 to 0.6.1 |
| 60 | ---------------------- |
| 61 | |
| 62 | ** Bug |
| 63 | * [FELIX-1473] - [gogo] The syntax does not provide a way to call |
| 64 | methods on a string |
| 65 | * [FELIX-2432] - [gogo] NPE/coercion failure when null first parameter |
| 66 | to method expecting arry |
| 67 | * [FELIX-2545] - [gogo] runtime should close all open sessions when it |
| 68 | is stopped |
| 69 | * [FELIX-2606] - Gogo isn't decoupled from OSGi anymore |
| 70 | |
| 71 | ** Improvement |
| 72 | * [FELIX-2396] - Ability to have callbacks when accessing session variables |
| 73 | * [FELIX-2433] - [gogo] allow command expansion inside double quotes |
| 74 | * [FELIX-2607] - Introduce a specific exception when a command is not |
| 75 | foundGogo Runtime 0.6.1 |
| 76 | |
| 77 | Gogo Runtime 0.6.0 |
| 78 | ------------------ |
| 79 | |
| 80 | ** Bug |
| 81 | * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods |
| 82 | on a string |
| 83 | * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe |
| 84 | * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops |
| 85 | direct access to $args list |
| 86 | * [FELIX-2337] - [gogo] no way to access array[] elements produced by |
| 87 | assignment |
| 88 | * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error |
| 89 | message prints the arg values, rather than their types |
| 90 | * [FELIX-2380] - [gogo] lock contention in piped writer when reader |
| 91 | doesn't read all input |
| 92 | |
| 93 | ** Improvement |
| 94 | * [FELIX-1487] - Support for commands on multiple lines |
| 95 | * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc |
| 96 | * [FELIX-2339] - [gogo] add support for running scripts |
| 97 | * [FELIX-2342] - [gogo] remove old felix command adaptor |
| 98 | |
| 99 | ** New Feature |
| 100 | * [FELIX-2363] - [Gogo] Add annotations for creating commands with |
| 101 | optional and out-of-order arguments |
| 102 | |
| 103 | ** Task |
| 104 | * [FELIX-1670] - [gogo] launcher bundle not required |
| 105 | * [FELIX-1889] - Gogo should depend on the official OSGi jars |
| 106 | * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId |
| 107 | * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any |
| 108 | perceived legal issues |