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