]
Ryan Emerson updated ISPN-9306:
-------------------------------
Fix Version/s: 10.0.0.Beta3
Unguarded lazy initialization of SQL statements in JDBC CacheStore
------------------------------------------------------------------
Key: ISPN-9306
URL:
https://issues.jboss.org/browse/ISPN-9306
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 9.3.0.CR1
Reporter: Sanne Grinovero
Assignee: Diego Lovison
Priority: Major
Fix For: 10.0.0.Beta3
Several fields in
{{org.infinispan.persistence.jdbc.table.management.AbstractTableManager}} are lazily
initialized by its child implementations, yet without any barrier.