The constraint can be improved regarding the identification of additional configuration parameters. Currently, additional parameters are only considered if they are set on the invoked method.
To find all potential runtime issues, also parameters on the calling method should be considered. That means:
The invocation of a transactional method within the same bean leads to a finding if an additional configuration property is set on the calling method or the invoked method. Potential false positives due to combinations that are not incompatible are tolerated.
The constraint can be improved regarding the identification of additional configuration parameters. Currently, additional parameters are only considered if they are set on the invoked method.
To find all potential runtime issues, also parameters on the calling method should be considered. That means:
The invocation of a transactional method within the same bean leads to a finding if an additional configuration property is set on the calling method or the invoked method. Potential false positives due to combinations that are not incompatible are tolerated.