1
- Changes 0.14.0 to 0.16.0
1
+ Changes from 1.1.2 to 1.1.4
2
+ ---------------------------
3
+ Improvement
4
+ [FELIX-5963] - Gogo runtime should use named executor threads
5
+ [FELIX-6038] - pull Java 7 support back in for gogo runtime,shell and console
6
+
7
+ Changes 1.1.0 to 1.1.2
8
+ ----------------------
9
+ Improvement
10
+ [FELIX-5970] - Add requirement & capabilities model so gogo can be resolved
11
+ [FELIX-5999] - cleanup compiler warnings
12
+ [FELIX-6001] - cleanup compiler warnings
13
+ [FELIX-6003] - Add some resolver checks to make sure @RequireGogo annotation works for both jline and shell
14
+ [FELIX-6007] - create a gogo bom
15
+
16
+ Changes 1.0.12 to 1.1.0
17
+ -----------------------
18
+ New Feature
19
+ [FELIX-5835] - Upgrade to JDK 8
20
+ [FELIX-5836] - Upgrade to OSGi r6
21
+
22
+ Improvement
23
+ [FELIX-5855] - Support array subscript in expander
24
+ [FELIX-5856] - Coercion between Object[] and List
25
+ [FELIX-5857] - Provide a context classloader on the session to help with class loading
26
+
27
+ Changes 1.0.10 to 1.0.12
28
+ ------------------------
29
+ Bug
30
+ [FELIX-5805] - [gogo][runtime] OOM caused by endless loop when parsing "]"
31
+ [FELIX-5821] - [gogo][runtime] Hitting Ctrl+C may kill the console output thread
32
+
33
+ Improvement
34
+ [FELIX-5726] - Thread create by gogo should be named
35
+
36
+ Changes 1.0.8 to 1.0.10
37
+ -----------------------
38
+ Bug
39
+ [FELIX-5706] - Unable to access DTO fields using reflection
40
+
41
+ Improvement
42
+ [FELIX-5715] - Central point to allow customization of security related checks
43
+
44
+ Changes 1.0.6 to 1.0.8
45
+ ----------------------
46
+ Bug
47
+ [FELIX-5637] - [gogo][runtime] Error throwns by commands are swallowed and lost
48
+ [FELIX-5655] - Possible NPE in Expression.isNumber when passing an empty string
49
+ [FELIX-5656] - [gogo][runtime] The Expander does not correctly support octal values
50
+
51
+ Changes 1.0.4 to 1.0.6
52
+ ----------------------
53
+ Bug
54
+ [FELIX-5599] - Allow reusing a closure from a parent session
55
+
56
+ Improvement
57
+ [FELIX-5633] - [gogo][runtime] The file name generation should take ~ into account
58
+ [FELIX-5634] - [gogo][runtime] The file name generation may loop into subtrees for nothing
59
+
60
+ Changes 1.0.2 to 1.0.4
61
+ ----------------------
62
+ Bug
63
+ [FELIX-5462] - [gogo][runtime] Unable to add a converter using reflection
64
+ [FELIX-5465] - [gogo][runtime] No way to concatenate arrays
65
+ [FELIX-5486] - [gogo][runtime] Avoid unnecessary conversions from strings to booleans/integers
66
+ [FELIX-5541] - ArrayIndexOutOfBoundsException in the parser
67
+
68
+ Changes 1.0.0 to 1.0.2
69
+ ----------------------
70
+ Bug
71
+ [FELIX-5433] - Interrupting a job should interrupt its children
72
+ [FELIX-5440] - [gogo] Do not print results at end of pipe
73
+ [FELIX-5441] - [gogo] Do not print stack traces when inspection can not access fields
74
+
75
+ Changes 0.16.2 to 1.0.0
76
+ -----------------------
77
+ New Feature
78
+ [FELIX-5272] - New gogo features
79
+
80
+ Improvement
81
+ [FELIX-4970] - all felix poms should advertise their SCM
82
+
83
+ Task
84
+ [FELIX-5378] - [gogo] Upgrade packages and bundle to 1.0.0
85
+
86
+ Changes 0.14.0 to 0.16.2
2
87
------------------------
3
88
4
89
** Bug
@@ -11,7 +96,7 @@ Changes 0.12.1 to 0.14.0
11
96
------------------------
12
97
13
98
** Bug
14
- * [FELIX-4637] - Gogo can't cope without several commands with defined service.ranking
99
+ * [FELIX-4637] - Gogo can't cope without several commands with defined service.ranking
15
100
16
101
** New Feature
17
102
* [FELIX-4671] - Provide an expression parser
0 commit comments