]
Brian Stansberry updated WFLY-13655:
------------------------------------
Fix Version/s: 22.0.0.Beta1
(was: 21.0.0.Final)
LOG INFO level message if the Hibernate second level cache is
enabled
---------------------------------------------------------------------
Key: WFLY-13655
URL:
https://issues.redhat.com/browse/WFLY-13655
Project: WildFly
Issue Type: Enhancement
Components: JPA / Hibernate
Reporter: Scott Marlow
Assignee: Scott Marlow
Priority: Minor
Fix For: 22.0.0.Beta1
The idea is to log at INFO level if the Hibernate second level cache is to be enabled by
org.jboss.as.jpa.hibernate5.service.WildFlyCustomRegionFactoryInitiator. Note that
org.hibernate.cache.internal.RegionFactoryInitiator#resolveRegionFactory still needs to be
able to create the second level cache.
Update WildFlyCustomRegionFactoryInitiator#resolveRegionFactory to log at INFO level the
"WildFlyCustomRegionFactoryInitiator#resolveRegionFactory will create second level
cache %s" message.
This message will only be logged during application deployment.