Skip to content

Commit b006c4f

Browse files
committed
Update changelogs, dependencies, and prepare for release
1 parent 67cd796 commit b006c4f

File tree

11 files changed

+179
-12
lines changed

11 files changed

+179
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
This product includes software developed at
22
The OSGi Alliance (http://www.osgi.org/).
3-
Copyright (c) OSGi Alliance (2000, 2015).
3+
Copyright (c) OSGi Alliance (2000, 2020).
44
Licensed under the Apache License 2.0.

main.distribution/NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Felix Main Distribution
2-
Copyright 2017 The Apache Software Foundation
2+
Copyright 2020 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

main.distribution/doc/changelog.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Changes from 6.0.3 to 6.0.4
2+
---------------------------
3+
4+
** Improvement
5+
* Update to latest framework and main version 6.0.4
6+
* Update to latest gogo runtime 1.1.4
7+
* Update to latest gogo.jline 1.1.8
8+
* Update to latest jline 3.13.2
9+
* Update to latest jansi 1.18
10+
111
Changes from 6.0.2 to 6.0.3
212
---------------------------
313

main.distribution/doc/changelog_framework.txt

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Changes from 6.0.3 to 6.0.4
2+
---------------------------
3+
4+
** Bug
5+
* [FELIX-6178] - org.osgi.framework.Bundle#getServicesInUse returns services with usage count = 0
6+
* [FELIX-6222] - Support for os.name Capability is missing for Windows Server 2019
7+
* [FELIX-6297] - unclosed InputStream on Bundle.start
8+
* [FELIX-6318] - Tiny thread-safety bug in BundleWiringImpl
9+
* [FELIX-6326] - Cannot read bundled resources with hash in the filename
10+
* [FELIX-6331] - Race condition in unget service from service factory
11+
112
Changes from 6.0.2 to 6.0.3
213
---------------------------
314

main.distribution/doc/changelog_gogo.command.txt

+45-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,48 @@
1-
Changes from 0.10.0 to 0.12.0
1+
Changes from 1.1.0 to 1.1.2
2+
---------------------------
3+
Improvement
4+
[FELIX-6038] - pull Java 7 support back in for gogo runtime,shell and console
5+
6+
Changes from 1.0.2 to 1.1.0
7+
---------------------------
8+
Bug
9+
[FELIX-5143] - Gogo Command bundle should not include org.osgi.service.log classes
10+
[FELIX-5958] - gogo command exports org.osgi.service.log
11+
12+
New Feature
13+
[FELIX-5835] - Upgrade to JDK 8
14+
[FELIX-5836] - Upgrade to OSGi r6
15+
16+
Improvement
17+
[FELIX-5969] - remove transitive dependencies from gogo command
18+
[FELIX-5970] - Add requirement & capabilities model so gogo can be resolved
19+
[FELIX-5999] - cleanup compiler warnings
20+
[FELIX-6002] - Remove legacy code in Gogo Command
21+
[FELIX-6003] - Add some resolver checks to make sure @RequireGogo annotation works for both jline and shell
22+
[FELIX-6007] - create a gogo bom
23+
24+
Changes from 1.0.0 to 1.0.2
25+
---------------------------
26+
** Bug
27+
* [FELIX-5392] - Gogo-command has mandatory dependency on bundlerepository
28+
29+
Changes from 0.16.0 to 1.0.0
30+
----------------------------
31+
** Task
32+
* [FELIX-5378] - [gogo] Upgrade packages and bundle to 1.0.0
33+
34+
Changes from 0.14.0 to 0.16.0
35+
-----------------------------
36+
** Improvement
37+
* FELIX-5021 [GOGO] Use system bundle to find bundles
38+
* FELIX-5009 Relative URIs would be nice for install and update
39+
* FELIX-5008 gogo usage messages could be less confusing
40+
* FELIX-3499 felix:cd command works only with relative paths
41+
42+
** Bug
43+
* FELIX-4969 cd refuses to leave initial directory
44+
45+
Changes from 0.12.0 to 0.14.0
246
-----------------------------
347

448
* Fix a NPE with the obr:info command

main.distribution/doc/changelog_gogo.runtime.txt

+87-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,89 @@
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
287
------------------------
388

489
** Bug
@@ -11,7 +96,7 @@ Changes 0.12.1 to 0.14.0
1196
------------------------
1297

1398
** 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
15100

16101
** New Feature
17102
* [FELIX-4671] - Provide an expression parser

main.distribution/doc/changelog_main.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Changes from 6.0.3 to 6.0.4
2+
---------------------------
3+
4+
** Improvement
5+
* Update to latest framework version 6.0.4
6+
* Update to latest gogo runtime 1.1.4
7+
* Update to latest gogo.jline 1.1.8
8+
* Update to latest jline 3.13.2
9+
* Update to latest jansi 1.18
10+
111
Changes from 6.0.2 to 6.0.3
212
---------------------------
313

main.distribution/doc/changelog_resolver.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.0.2
2+
-----
3+
4+
** Bug
5+
* [FELIX-6140] - possible deadlock in ResolverImpl.EnhancedExecutor.await()
6+
* [FELIX-6212] - Issues with uses capability checking with split packages and reexport
7+
18
2.0.0
29
-----
310

main.distribution/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
<properties>
3232
<dollar>$</dollar>
3333
<framework.version>6.0.3</framework.version>
34-
<gogo.runtime.version>1.1.0</gogo.runtime.version>
35-
<gogo.jline.shell.version>1.1.0</gogo.jline.shell.version>
36-
<gogo.command.version>1.0.2</gogo.command.version>
37-
<jline.version>3.7.0</jline.version>
34+
<gogo.runtime.version>1.1.4</gogo.runtime.version>
35+
<gogo.jline.shell.version>1.1.8</gogo.jline.shell.version>
36+
<gogo.command.version>1.1.2</gogo.command.version>
37+
<jline.version>3.13.2</jline.version>
3838
<obr.version>2.0.10</obr.version>
39-
<jansi.version>1.17.1</jansi.version>
39+
<jansi.version>1.18</jansi.version>
4040
</properties>
4141
<scm>
4242
<connection>scm:git:https://github.com/apache/felix-dev.git</connection>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
This product includes software developed at
22
The OSGi Alliance (http://www.osgi.org/).
3-
Copyright (c) OSGi Alliance (2000, 2015).
3+
Copyright (c) OSGi Alliance (2000, 2020).
44
Licensed under the Apache License 2.0.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
This product includes software developed at
22
The OSGi Alliance (http://www.osgi.org/).
3-
Copyright (c) OSGi Alliance (2000, 2015).
3+
Copyright (c) OSGi Alliance (2000, 2020).
44
Licensed under the Apache License 2.0.

0 commit comments

Comments
 (0)