- Updated the way Java 11 was being pulled in. There was a breaking change that caused the currently JDK to throw the error
The exception: Exception in thread "main" java.lang.Error: java.io.FileNotFoundException: /usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/lib/tzdb.dat (No such file or directory)
during build time. To fix this problem, the base imageregistry.access.redhat.com/ubi8/openjdk-11:latest
is used, which also has its own Maven
- Update
connectors-sdk
to1.4.18
- In 4.1.x CP4WAIOPs releases, a newly added connector has a conflicting topic
topology-connector-report
. As a result, this topic is no longer in theprereqs
for the topic. As a result,topics.yaml
is commented out and comments are added as to how this file could be used - Updated Liberty and Maven version
- Added
grpc-bridge.grpc-client-keep-alive-time-seconds=60
support into Liberty'sMETA-INF
. This property fixes some of the UI status timeout issues - Changed
apiAdaptor
togrpc
- Added
deploymentType: ["local", "remote"]
to schema. Without this entry, the connector will not show up in the UI - Enabled more verbose logging to help with development. A comment is added to disable this level of logging when in production