Skip to content
Snippets Groups Projects
  1. Oct 23, 2017
  2. Sep 11, 2017
  3. Aug 21, 2017
  4. Aug 17, 2017
  5. Jun 29, 2017
  6. Jun 22, 2017
  7. May 24, 2017
  8. May 08, 2017
  9. May 07, 2017
  10. Apr 26, 2017
  11. Apr 25, 2017
  12. Apr 17, 2017
  13. Apr 11, 2017
    • Daniel Gerhardt's avatar
      Fix session import · c31cd727
      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.
      c31cd727
  14. Mar 28, 2017
  15. Mar 27, 2017
  16. Mar 06, 2017
  17. Feb 28, 2017
  18. Feb 14, 2017
    • Daniel Gerhardt's avatar
      Clean up code · bbb7288c
      Daniel Gerhardt authored
      * Remove unused code
      * Optimize imports (group 10+ and static imports)
      * Remove redundant variable assignments
      * Replace explicit type parameters with <>
      * Remove redundant catch blocks
      * Use varargs instead of explicit array instantiation
      * Weaken visibility of methods and fields
      * Simplify conditions
      * Do not use StringBuilder for simple concatenations
      * Fix code style
      * Remove invalid Javadoc
      bbb7288c
    • Daniel Gerhardt's avatar
      Bump versions of Spring XSDs · 51d58b66
      Daniel Gerhardt authored
      51d58b66