Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.4
-
None
Description
our api tests use cglib for creating a mock Application object. Sadly this cglib version causes problems in the sonar scan due to conflicting cglib versions being used.
We should get rid of cglib and replace it with a simple subclass in this case.