]
Ramesh Reddy updated TEIIDSB-161:
---------------------------------
Fix Version/s: (was: 1.4.x)
Excessive warning about spring.teiid.model.package
--------------------------------------------------
Key: TEIIDSB-161
URL:
https://issues.redhat.com/browse/TEIIDSB-161
Project: Teiid Spring Boot
Issue Type: Bug
Components: core
Reporter: Steven Hawkins
Priority: Minor
when using a vdb project the warning:
{code}
2020-01-17 17:03:22.491 WARN 6870 --- [ main]
o.t.spring.autoconfigure.TeiidServer :
***************************************************************
2020-01-17 17:03:22.491 WARN 6870 --- [ main]
o.t.spring.autoconfigure.TeiidServer : "spring.teiid.model.package" is NOT
set, If you are using any custom translators, it is advised to that this property is set.
2020-01-17 17:03:22.491 WARN 6870 --- [ main]
o.t.spring.autoconfigure.TeiidServer : consider setting this property to avoid time
consuming scanning
2020-01-17 17:03:22.491 WARN 6870 --- [ main]
o.t.spring.autoconfigure.TeiidServer :
***************************************************************
{code}
Seems unnecessary. Also what does it have to do with custom translators?