You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »


NOTE:

  • DataSync agent will only run with Java 11+.
  • A DataSync agent can only point to a single database across all its tasks. This is to prevent issues with data from one Agent being saved to multiple targets.  
  • All tasks must have a unique queue. That is, no queue can be used in more than one task. This is to prevent race conditions that lead to a discrepancy of data. 

Version 

Release Date: TBD

Enhancements

Support OAuth for accessing ServiceNow instance to get table schema.

Validate configurations on Agent start up and send more errors back from the Agent to ServiceNow for error notifications.

Bug Fixes

FIx NullPointerException that may occur when Agent is connected to Oracle for a long time.

Upgrade to commons-text-1.10.jar to fix CVE-2022-42889.

Release Date: November 15, 2022

Enhancements

Support for Java 18

Bug Fixes

Upgrade to newer version of yajsw to include commons-text-1.10.jar to fix CVE-2022-42889.

  • No labels