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.12.3, 8.13
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.