]
Steven Hawkins resolved TEIID-3839.
-----------------------------------
Fix Version/s: 8.13
Resolution: Done
Updated the logon result class to prevent a classnotfound exception and to send the
timezone id so that newer client won't need the sun.jdk module dependency.
minimize implicit dependencies on sun classes
---------------------------------------------
Key: TEIID-3839
URL:
https://issues.jboss.org/browse/TEIID-3839
Project: Teiid
Issue Type: Quality Risk
Components: JDBC Driver, Server
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.13, 8.12.3
Serialization of the server timezone can rely on sun.util.calendar.Zoneinfo, which is not
allowed by default in EAP/Wildfly if using the driver as just a jar. Ideally we should
avoid direct serialization of these classes as much as possible.