Rename 'lazy enlistment' to 'deferred enlistment'
---------------------------------------------------
Key: AG-87
URL:
https://issues.jboss.org/browse/AG-87
Project: Agroal
Issue Type: Bug
Components: pool
Affects Versions: 1.0
Reporter: Luis Barreiro
Assignee: Luis Barreiro
Priority: Minor
Fix For: 1.1
Lazy enlistment: a connection is obtained with a transaction but it's not enlisted
until an operation is performed
Deferred enlistment: a connection is obtained without a transaction and is associated and
enlisted when an operation is performed
None of those cases is supported, but there are several references on the code about the
former that really should mean the latter.