]
Ryan Emerson updated ISPN-7516:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
DeployedStoreConfiguration always warns missing @ConfigurationFor
annotation
----------------------------------------------------------------------------
Key: ISPN-7516
URL:
https://issues.jboss.org/browse/ISPN-7516
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores, Server
Affects Versions: 9.0.0.CR1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Warnings [1] appear on the server when the DeployedStoreConfigurationBuilder is utilised
as the DeployedStoreConfiguration utilises a class name, opposed to a class object, so it
is not possible to check the annotations of the store in this case. Therefore, we should
skip these checks as they will always fail.
[1] "ISPN000437 Unable to validate AbstractStoreConfiguration with the implementing
store as the @ConfigurationFor annotation is missing".