Name
----
probe-dsl-framework

This is the Probe DSL Framework component.

Please refer to the complete documentation on the IBM support site
for full instructions of how to use this product.
https://www.ibm.com/support/knowledgecenter/SSSHTQ_8.1.0

Known Issues
------------
None.

Patch Dependencies
------------------
	probe-sdk-java-12

Java Requirements:
------------------
	JRE 1.8

Quick Start
-----------
	OMNIbus 8.1
		Use the IBM Installation Manager to install the gateway as described in
		    https://www.ibm.com/support/knowledgecenter/SSSHTQ/omnibus/gateways/common/topicref/install_81.html

		To use the IBM Installation Manager command line to install the gateway, use the following syntax:
		     <installation_manager_location>/eclipse/tools/imcl
		     -c install com.ibm.tivoli.omnibus.integrations.<integration_name>
		     -repositories <repository_containing_required_integration>

		For example:
		/opt/IBM/InstallationManager/eclipse/tools/imcl                \
		    -c install com.ibm.tivoli.omnibus.integrations.dsl-framework      \
		    -repositories /home/my_home_dir/probe_dsl_framework.zip

Revision History
----------------
PATCH probe-dsl-framework-7

REVISION 2
Updated dependency libraries:
- Apache Camel 2.25.4
- Netty 4.1.72.Final
- Log4j 2.17.1

REVISION 1
APAR IJ34962 - Ported in fixes for IJ25096, IJ24514 and IJ22673.

REVISION 0
Updated dependency libraries:
- Apache Camel 2.25.1 (CVE-2020-11971, CVE-2020-11973, CVE-2020-11972)
- Netty 4.1.49.Final (CVE-2020-11612)
- SLF4J 1.7.26

PATCH probe-dsl-framework-6

REVISION 3
APAR IJ25096 - The probe may break single line message into multiple processed events due to probe reads faster 
               than new data insert in the target file. This issue has been fixed.

REVISION 2
APAR IJ24514 - Fixed issue which causes probe to shutdown abruptly with IllegalStateException while reading file.

REVISION 1
APAR IJ22673 - Introduce new property 'ParserLineTerminator' for setting delimiter of frame decoder in Socket framework. 

REVISION 0
Updated dependency library Netty 4.1.42.Final:
CVE-2019-9515 CVE-2019-9518 CVE-2019-9512 CVE-2019-9514 CVE-2019-16869

PATCH probe-dsl-framework-5

REVISION 1
APAR IJ19985 - Fixed issue of new line character (\n) in between token delimiters breaks a token into two tokens. 

REVISION 0
Updated dependency bundles Apache Camel Core 2.22.4. (CVE-2019-0194)
Include fixes in probe-dsl-framework-4_1

PATCH probe-dsl-framework-4

REVISION 1
RFE 122425 / IJ15327 - Adding support on multibyte characters in Socket framework.

REVISION 0
Updated dependency bundles Apache Camel Core 2.22.0 and Netty 4.1.25. (CVE-2018-8027)

PATCH probe-dsl-framework-3

REVISION 0
Implementation of new socket framework module for socket integration using Camel Netty4 component.
Implementation of new stream framework module.

PATCH probe-dsl-framework-2

REVISION 0
Enhanced version. Enhanced Web service client implementation using JAX-WS.
Support pre-validation on framework properties during initialisation.

PATCH probe-dsl-framework-1

REVISION 0
Initial version. Support for Web Service integration.

