Don't use LruCache #63
Labels
bug
Something isn't working
code quality
The quality of the source code needs to be improved [no change of functionality]
Milestone
Is your feature request related to a problem? Please describe.
We have a dependency which
LruCache is in the module org.junit.platform.commons.util, which is not exported, which then causes issues (the class def is not found)
Describe the solution you'd like
Not use the LruCache (maybe an own implementation instead? It basically just overwrites LinkedHashMap.removeEldestEntry)
Describe alternatives you've considered
-
AJTS-Version you are using
1.3.2
The text was updated successfully, but these errors were encountered: