]
Steven Hawkins logged work on TEIIDSB-198:
------------------------------------------
Author: Steven Hawkins
Created on: 13/May/20 8:55 AM
Start Date: 13/May/20 8:55 AM
Worklog Time Spent: 1 hour
Work Description: Additional changes related to hibernate in teiid and teiidsb
Issue Time Tracking
-------------------
Time Spent: 1 day (was: 7 hours)
Worklog Id: (was: 12451025)
Align with 2.2.6 spring boot
-----------------------------
Key: TEIIDSB-198
URL:
https://issues.redhat.com/browse/TEIIDSB-198
Project: Teiid Spring Boot
Issue Type: Task
Components: core
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 1.5.0
Original Estimate: 4 hours
Time Spent: 1 day
Remaining Estimate: 0 minutes
Due to the wildfly updates of TEIID-5859 that pull in a newer cxf and related
dependencies, we end up with version conflicts. The best fix seems to be bumping Teiid
Spring Boot to a later version. The only downside is that later version of spring boot
have switched to jakarta javax dependencies, so we get a lot of duplicate / different
class warnings. We can ignore the errors/warning, try to exclude incoming dependencies
from Teiid, or switch Teiid to use jakarta instead...