- Apr 26, 2017
-
-
Daniel Gerhardt authored
Exception logging See merge request !54
-
Daniel Gerhardt authored
Add messages to exceptions and slightly refactor exception handling.
-
Daniel Gerhardt authored
Exceptions are now always passed to the logger. The logger decides based on configuration whether and how they are logged. Logging messages were adjusted for consistency.
-
Daniel Gerhardt authored
-
- Apr 25, 2017
-
-
Daniel Gerhardt authored
Improve exception handling See merge request !52
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Execption messages in API responses is disabled by default because they can contain sensitive data. The config property `api.expose-exception-messages` has been added and is described in the developer documentation.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Error responses now expose exception details.
-
Daniel Gerhardt authored
Exeption handling was broken by 56fe085e (GH-27).
-
- Apr 17, 2017
-
-
Daniel Gerhardt authored
-
- Apr 11, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Fix session import See merge request !49
-
Daniel Gerhardt authored
Readd an empty constructor for deserialization with Jackson. It was accidentally removed a part of a code clean up in commit 685695a6.
-
- Apr 03, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Mar 28, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Code cleanup See merge request !48
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Mar 27, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
Additionally, removed unused empty constructor
-
Daniel Gerhardt authored
Additionally, made first use of it in CouchDBDao.
-
Daniel Gerhardt authored
Additionally, remove unused loggers.
-
Daniel Gerhardt authored
Bump Java source and target versions to 1.8 See merge request !47
-
Daniel Gerhardt authored
SessionServiceTest.testShouldDeleteAllSessionData fails when run on JDK 8.
-
Daniel Gerhardt authored
This will allow us to use type annotations, lambdas, etc. Documentation already states Java 8+ as a requirement.
-
- Mar 14, 2017
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Mar 06, 2017
-
-
Daniel Gerhardt authored
-