Skip to content

Commit 20d5179

Browse files
author
ahmad.nouri
committed
version 2.2.0 remove log4j files
1 parent ab4ca6b commit 20d5179

File tree

9 files changed

+6
-3
lines changed

9 files changed

+6
-3
lines changed

com.ibm.streamsx.topology/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## develop/latest
44
* [#2643](https://github.com/IBMStreams/streamsx.topology/issues/2643) Documentation: Specifying a space in a notebook
55

6+
## v2.2.0
7+
remove log4j jar files from toolkit
8+
69
## v2.1.0
710
* [#2649](https://github.com/IBMStreams/streamsx.topology/issues/2649) Python scripts: Print diagnostic info in verbose mode when spl-python-extract skips python modules
811
* [#2646](https://github.com/IBMStreams/streamsx.topology/issues/2646) Python: Support new consumingReads parameter of spl.endpoint::EndpointSink

com.ibm.streamsx.topology/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tuple processing using Python.
3838
See the documentation under [namespace:com.ibm.streamsx.topology.python|com.ibm.streamsx.topology.python] for details.
3939

4040
</description>
41-
<version>2.1.0</version>
41+
<version>2.2.0</version>
4242
<requiredProductVersion>4.2</requiredProductVersion>
4343
</identity>
4444
<dependencies/>

com.ibm.streamsx.topology/opt/python/packages/streamsx/_streams/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright IBM Corp. 2018,2019
44

55
## Common PEP396 version for modules shipped with streamsx packages
6-
__version__='2.1.0'
6+
__version__='2.2.0'
77

88
import pkg_resources
99
import sys
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

java/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<manifestclasspath property="jar.classpath" jarfile="${jar}">
120120
<classpath>
121121
<path refid="tk.classpath"/>
122-
<fileset dir="${tk.opt}/slf4j-1.7.5">
122+
<fileset dir="${tk.opt}/slf4j-1.7.36">
123123
<include name="*.jar"/>
124124
</fileset>
125125
</classpath>

0 commit comments

Comments
 (0)