Commit Graph

5 Commits

Author SHA1 Message Date
f7b794bf68 Race condition in counting number of attempts #567 (#697)
Add version to Hibernate mapping so we get optimistic locking this solves
number of parallel calls trying to update/guess and mess with the lesson
counter
2019-11-03 18:14:15 +01:00
25dae3a4a8 Fix merge request 2019-10-30 08:28:14 +01:00
5033c3661a Cleaning up test case logging 2017-10-08 02:07:22 +02:00
3ccfcac8ff Challenge 4 done 2017-04-16 05:14:47 +02:00
259fd19c1b - Introduced user registration
- Now using Spring Boot for classloading, this way local development does not need to restart the complete server
- Fixed all kinds of dependencies on the names of the lessons necessary to keep in mind during the creation of a lesson.
- Simplied loading of resources, by adding resource mappings in MvcConfig.
- Refactored plugin loading, now only one class is left for loading the lessons.
2017-03-22 11:35:14 +01:00