Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-beta
-
None
-
None
Description
Currently ExternalSpecifications is using public static final fields to hold the information if something is available or not (e.g. bean validation). However, this is problematic for automated testing, because the value can not be adapted for the test case (not even with reflection).