Skip to content

Commit bf4b073

Browse files
author
markheger
committed
v2.2.0, uses hadoop 2.10.1, resolves #222
1 parent 4a3b40c commit bf4b073

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

com.ibm.streamsx.objectstorage/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22
==========
33

4+
## v2.2.0
5+
* [#222](https://github.com/IBMStreams/streamsx.objectstorage/issues/222) Third-party libraries updated (hadoop version: 2.10.1)
6+
47
## v2.1.8
58
* [#221](https://github.com/IBMStreams/streamsx.objectstorage/issues/221) Third-party libraries updated (httpclient: 4.5.13, jackson-databind: 2.11.3)
69

com.ibm.streamsx.objectstorage/info.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Note, that other operator parameter groups (except of authentication and connect
2424

2525
This is an overview of changes for major and minor version upgrades. For details, see the releases in public [https://github.com/IBMStreams/streamsx.objectstorage/releases|GitHub].
2626

27+
++ What is changed in version 2.2.0
28+
29+
* Third-party libraries updated (hadoop version: 2.10.1)
30+
2731
++ What is changed in version 2.1.8
2832

2933
* Third-party libraries updated to resolve security vulnerabilities (httpclient: 4.5.13, jackson-databind: 2.11.3)
@@ -225,7 +229,7 @@ When writing objects in *partitioned parquet* format both clients work similar a
225229
* stocator (cos protocol): buffers on local disk prior upload
226230

227231
</info:description>
228-
<info:version>2.1.8</info:version>
232+
<info:version>2.2.0</info:version>
229233
<info:requiredProductVersion>4.2.0.0</info:requiredProductVersion>
230234
</info:identity>
231235
<info:dependencies/>

com.ibm.streamsx.objectstorage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.ibm.streamsx.objectstorage</groupId>
1313
<artifactId>streamsx.objectstorage</artifactId>
1414
<packaging>jar</packaging>
15-
<version>2.1.8</version>
15+
<version>2.2.0</version>
1616
<name>com.ibm.streamsx.objectstorage</name>
1717
<repositories>
1818
<repository>
@@ -26,7 +26,7 @@
2626
<commons.compress.version>1.19</commons.compress.version>
2727
<json.simple.version>1.1.1</json.simple.version>
2828
<joss.version>0.10.2</joss.version>
29-
<hadoop.version>2.9.2</hadoop.version>
29+
<hadoop.version>2.10.1</hadoop.version>
3030
<httpcomponents.httpcore.version>4.4.10</httpcomponents.httpcore.version>
3131
<httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
3232
<ibm.sdk.version>2.4.3</ibm.sdk.version>

0 commit comments

Comments
 (0)