Skip to content

Commit f32703a

Browse files
Dilip AgnihotriDilip Agnihotri
authored andcommitted
update to 2.1.6
1 parent c806a90 commit f32703a

File tree

7 files changed

+71
-210
lines changed

7 files changed

+71
-210
lines changed

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LICENSE INFORMATION
33
The Programs listed below are licensed under the following License Information terms and conditions in addition to the Program license terms previously agreed to by Client and IBM. If Client does not have previously agreed to license terms in effect for the Program, the International License Agreement for Non-Warranted Programs (i125-5589-06) applies.
44

55
Program Name (Program Number):
6-
IBM Db2 for z/OS Developer Extension, 2.1.5 (plug-in)
6+
IBM Db2 for z/OS Developer Extension, 2.1.6 (plug-in)
77

88
The following standard terms apply to Licensee's use of the Program.
99

@@ -20,9 +20,9 @@ Source Components and Sample Materials
2020
The Program includes components in source code form ("Source Components"), or other materials identified as Sample Materials or both. Licensee may copy and modify Source Components and Sample Materials for internal use only within the limits of the license rights under this Agreement; provided, however, that Licensee may not alter or delete any copyright information or notices contained in the Source Components or Sample Materials. IBM provides the Source Components and Sample Materials without obligation of support and "AS IS", WITH NO WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTY OF TITLE, NON-INFRINGEMENT OR NON-INTERFERENCE AND THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2121

2222

23-
L/N: L-ZBBQ-8FAM55
24-
D/N: L-ZBBQ-8FAM55
25-
P/N: L-ZBBQ-8FAM55
23+
L/N: L-BJDK-GLBH8D
24+
D/N: L-BJDK-GLBH8D
25+
P/N: L-BJDK-GLBH8D
2626

2727
International License Agreement for Non-Warranted Programs
2828

NOTICES.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NOTICES AND INFORMATION
22

3-
IBM Db2 for z/OS Developer Extension, 2.1.5
3+
IBM Db2 for z/OS Developer Extension, 2.1.6
44

55
The IBM license agreement and any applicable information on the web
66
download page for IBM products refers Licensee to this file for details
@@ -25,7 +25,7 @@ and all liability for errors and omissions or for any damages accruing
2525
from the use of this NOTICES file or its contents, including without
2626
limitation URLs or references to any third party websites.
2727

28-
Notices and Information for IBM Db2 for z/OS Developer Extension, 2.1.5
28+
Notices and Information for IBM Db2 for z/OS Developer Extension, 2.1.6
2929

3030
Apache 2.0 License
3131

@@ -40,17 +40,16 @@ The Program includes some or all of the following that IBM obtained under the Ap
4040
carbon-components-react 7.56.0
4141
carbon-components 10.56.0
4242
carbon-icons 7.0.7
43-
commons-codec 1.11
4443
commons-codec 1.16
4544
commons-logging 1.2
4645
find-java-home 1.1.0
4746
gson 2.10.1
4847
gson 2.9.1
4948
httpclientr 4.5.14
5049
httpcore jar 4.4.16
51-
jackson-annotations 12.15.2
5250
jackson-annotations 2.11.0
53-
jackson-core 12.15.2
51+
jackson-annotations 2.15.2
52+
jackson-core 2.15.2
5453
jackson-core 2.13.2
5554
jackson-databind 2.15.2
5655
log4j-api 2.17.1
@@ -140,8 +139,9 @@ MIT License
140139
The Program includes some or all of the following that IBM obtained under the MIT License:
141140

142141
async 3.2.3 Copyright (c) 2010-2018 Caolan McMahon
143-
axios 1.6.7 Copyright (c) 2014-present Matt Zabriskie
142+
axios 1.6.8 Copyright (c) 2014-present Matt Zabriskie
144143
fast-xml-parser 4.2.4 Copyright (c) 2017 Amit Kumar Gupta
144+
fast-xml-parser 4.3.6 Copyright (c) 2017 Amit Kumar Gupta
145145
html-react-parser 1.4.8 Copyright (c) 2016 Menglin "Mark" Xu <mark@remarkablemark.org>
146146
json2csv 5.0.6 Copyright (C) 2012 [Mirco Zeiss](mailto: mirco.zeiss@gmail.com)
147147
karma-chrome-launcher 3.1.0 Copyright (C) 2011-2013 Google, Inc.
@@ -212,6 +212,6 @@ End of Python Software Foundation License 2.0
212212

213213

214214

215-
L/N: L-ZBBQ-8FAM55
216-
D/N: L-ZBBQ-8FAM55
217-
P/N: L-ZBBQ-8FAM55
215+
L/N: L-BJDK-GLBH8D
216+
D/N: L-BJDK-GLBH8D
217+
P/N: L-BJDK-GLBH8D

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ This extension provides language support for the Structured Query Language (SQL)
1818
And it includes features that enable you to easily:
1919

2020
- [Run SQL](https://ibm.github.io/db2forzosdeveloperextension-about/docs/working-with-sql/preparing-to-run-an-sql-statement)
21-
- [Deploy, run, and debug native stored procedures](https://ibm.github.io/db2forzosdeveloperextension-about/docs/working-with-stored-procedures/deploying-running-and-debugging-stored-procedures-basics)
22-
- [Deploy and run external SQL stored procedures](https://ibm.github.io/db2forzosdeveloperextension-about/docs/working-with-stored-procedures/deploying-running-external-SQL-stored-procedures)
23-
- [Deploy and run Java stored procedures](https://ibm.github.io/db2forzosdeveloperextension-about/docs/working-with-stored-procedures/deploying-running-external-java-stored-procedures)
21+
- Deploy and run [native](https://ibm.github.io/db2forzosdeveloperextension-about/docs/working-with-stored-procedures/deploying-running-native-sql-stored-procedures), [java](https://ibm.github.io/db2forzosdeveloperextension-about/docs/working-with-stored-procedures/deploying-running-external-java-stored-procedures), and [external](https://ibm.github.io/db2forzosdeveloperextension-about/docs/working-with-stored-procedures/deploying-running-external-sql-stored-procedures) stored procedures
22+
- [Debug native and external stored procedures](https://pages.github.ibm.com/ericrad/db2devext-docs-staging/docs/working-with-stored-procedures/debugging-native-external-stored-procedures)
2423
- [Analyze and tune the performance of SQL](https://ibm.github.io/db2forzosdeveloperextension-about/docs/tuning-sql-queries/setting-up-a-basic-tuning-environment)
2524
- [Navigate the Db2 catalog](https://ibm.github.io/db2forzosdeveloperextension-about/docs/the-basics/navigating-the-db2-catalog)
25+
- [Import database connections from Data Studio](https://ibm.github.io/db2forzosdeveloperextension-about/docs/the-basics/importing-connections-from-data-studio)
2626

2727
For more information about the latest Db2 Developer Extension features, see [What's new in this release](https://ibm.github.io/db2forzosdeveloperextension-about/docs/the-basics/whats-new-in-this-release).
2828

product-licenses/LICENSE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LICENSE INFORMATION
33
The Programs listed below are licensed under the following License Information terms and conditions in addition to the Program license terms previously agreed to by Client and IBM. If Client does not have previously agreed to license terms in effect for the Program, the International License Agreement for Non-Warranted Programs (i125-5589-06) applies.
44

55
Program Name (Program Number):
6-
IBM Db2 for z/OS Developer Extension, 2.1.5 (plug-in)
6+
IBM Db2 for z/OS Developer Extension, 2.1.6 (plug-in)
77

88
The following standard terms apply to Licensee's use of the Program.
99

@@ -20,9 +20,9 @@ Source Components and Sample Materials
2020
The Program includes components in source code form ("Source Components"), or other materials identified as Sample Materials or both. Licensee may copy and modify Source Components and Sample Materials for internal use only within the limits of the license rights under this Agreement; provided, however, that Licensee may not alter or delete any copyright information or notices contained in the Source Components or Sample Materials. IBM provides the Source Components and Sample Materials without obligation of support and "AS IS", WITH NO WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTY OF TITLE, NON-INFRINGEMENT OR NON-INTERFERENCE AND THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2121

2222

23-
L/N: L-ZBBQ-8FAM55
24-
D/N: L-ZBBQ-8FAM55
25-
P/N: L-ZBBQ-8FAM55
23+
L/N: L-BJDK-GLBH8D
24+
D/N: L-BJDK-GLBH8D
25+
P/N: L-BJDK-GLBH8D
2626

2727
International License Agreement for Non-Warranted Programs
2828

product-licenses/NOTICES.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NOTICES AND INFORMATION
22

3-
IBM Db2 for z/OS Developer Extension, 2.1.5
3+
IBM Db2 for z/OS Developer Extension, 2.1.6
44

55
The IBM license agreement and any applicable information on the web
66
download page for IBM products refers Licensee to this file for details
@@ -25,7 +25,7 @@ and all liability for errors and omissions or for any damages accruing
2525
from the use of this NOTICES file or its contents, including without
2626
limitation URLs or references to any third party websites.
2727

28-
Notices and Information for IBM Db2 for z/OS Developer Extension, 2.1.5
28+
Notices and Information for IBM Db2 for z/OS Developer Extension, 2.1.6
2929

3030
Apache 2.0 License
3131

@@ -40,17 +40,16 @@ The Program includes some or all of the following that IBM obtained under the Ap
4040
carbon-components-react 7.56.0
4141
carbon-components 10.56.0
4242
carbon-icons 7.0.7
43-
commons-codec 1.11
4443
commons-codec 1.16
4544
commons-logging 1.2
4645
find-java-home 1.1.0
4746
gson 2.10.1
4847
gson 2.9.1
4948
httpclientr 4.5.14
5049
httpcore jar 4.4.16
51-
jackson-annotations 12.15.2
5250
jackson-annotations 2.11.0
53-
jackson-core 12.15.2
51+
jackson-annotations 2.15.2
52+
jackson-core 2.15.2
5453
jackson-core 2.13.2
5554
jackson-databind 2.15.2
5655
log4j-api 2.17.1
@@ -140,8 +139,9 @@ MIT License
140139
The Program includes some or all of the following that IBM obtained under the MIT License:
141140

142141
async 3.2.3 Copyright (c) 2010-2018 Caolan McMahon
143-
axios 1.6.7 Copyright (c) 2014-present Matt Zabriskie
142+
axios 1.6.8 Copyright (c) 2014-present Matt Zabriskie
144143
fast-xml-parser 4.2.4 Copyright (c) 2017 Amit Kumar Gupta
144+
fast-xml-parser 4.3.6 Copyright (c) 2017 Amit Kumar Gupta
145145
html-react-parser 1.4.8 Copyright (c) 2016 Menglin "Mark" Xu <mark@remarkablemark.org>
146146
json2csv 5.0.6 Copyright (C) 2012 [Mirco Zeiss](mailto: mirco.zeiss@gmail.com)
147147
karma-chrome-launcher 3.1.0 Copyright (C) 2011-2013 Google, Inc.
@@ -212,6 +212,6 @@ End of Python Software Foundation License 2.0
212212

213213

214214

215-
L/N: L-ZBBQ-8FAM55
216-
D/N: L-ZBBQ-8FAM55
217-
P/N: L-ZBBQ-8FAM55
215+
L/N: L-BJDK-GLBH8D
216+
D/N: L-BJDK-GLBH8D
217+
P/N: L-BJDK-GLBH8D

0 commit comments

Comments
 (0)