]
Ryan Emerson commented on ISPN-9306:
------------------------------------
[~sannegrinovero] Can you give me an example? I'm not sure I follow.
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: Ryan Emerson
Several fields in
{{org.infinispan.persistence.jdbc.table.management.AbstractTableManager}} are lazily
initialized by its child implementations, yet without any barrier.