Vantiq / vantiq-extension-sources

Contains source code for VANTIQ Extension sources as well as SDKs for building these sources.
Other
13 stars 6 forks source link

Uptake Vantiq dcompose & upgrade to gradle 8 #527

Closed fhcarter closed 1 month ago

fhcarter commented 1 month ago

Fixes #525

Upgrade to Gradle 8 (8.9). As part of this, fix a bunch of deprecation warnings, hopefully making some future upgrade to Gradle 9 easier. Also, upgraded a few dependencies to be less CVE ridden.

Most of the changes are things like

While there, changed some of the OPCUA tests to use a shorter connection timeout. We test against a number of online sample servers for validation, and, as these are primarily voluntary, they tend to come & go periodically. Changing this timeout shorted the test by 10-15 minutes.

fhcarter commented 1 month ago

Jenkins run