Commits on Source (9)
-
Daniel Gerhardt authored8f01d373
-
Daniel Gerhardt authoredb4c6ae0d
-
Daniel Gerhardt authored
* Update MathJax URL to use version 2.7.5 * Piwik was renamed to Matomo
9ad63992 -
Christoph Thelen authored
Both the RoomRepository as well as the CacheManager beans were not shared between test and production classes. Hence, when we set up some mocks (or caches), the mocked values were not present in the production classes. We explicitly force instance sharing by applying the Singleton pattern.
8ad7cd84 -
Daniel Gerhardt authoredbcb378a5
-
Daniel Gerhardt authoredbf26f130
-
Daniel Gerhardt authored44639970
-
Daniel Gerhardt authorede573688a
-
Daniel Gerhardt authoredd4f1c0a0
Showing
- CHANGELOG.md 27 additions, 0 deletionsCHANGELOG.md
- src/main/java/de/thm/arsnova/controller/v2/AuthenticationController.java 7 additions, 5 deletions...e/thm/arsnova/controller/v2/AuthenticationController.java
- src/main/resources/arsnova.properties.example 3 additions, 3 deletionssrc/main/resources/arsnova.properties.example
- src/test/java/de/thm/arsnova/config/TestAppConfig.java 12 additions, 0 deletionssrc/test/java/de/thm/arsnova/config/TestAppConfig.java
- src/test/java/de/thm/arsnova/config/TestPersistanceConfig.java 6 additions, 1 deletion...est/java/de/thm/arsnova/config/TestPersistanceConfig.java
- src/test/resources/arsnova.properties.example 3 additions, 3 deletionssrc/test/resources/arsnova.properties.example