Closed spriadka closed 5 years ago
I think this namespace style could be used for ElytronFixtures as well, WDYT?
I don't think is necessary to wrap each elytron resource address method in a dedicated class with only the method address, unfortunately the number of resources in elytron subsystem is big.
Thanks, @claudio4j! Merging
@claudio4j this PR fixes checkstyle errors, which were present on the master branch, in the
AbstractJASPIConfigurationTest
, I also refactoredLoggingFixtures
to organize nested resources into the nested classes to create sort of namespace style for constants. I think this namespace style could be used forElytronFixtures
as well, WDYT?