Skip to content
Snippets Groups Projects
  1. Apr 26, 2017
  2. Apr 25, 2017
  3. Apr 17, 2017
  4. 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
  5. Mar 28, 2017
  6. Mar 27, 2017
  7. Mar 06, 2017
  8. Feb 28, 2017
  9. 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
      Fix assignment for roles setter method · ef6bb1e7
      Daniel Gerhardt authored
      ef6bb1e7
  10. Jan 26, 2017
    • Daniel Gerhardt's avatar
      Partition bulk deletes and add error handling · 45b07651
      Daniel Gerhardt authored
      Bulk deletes run by periodic clean ups might fail when run for the first
      time or after and there are a lot of documents accumulated
      
      Lists of documents for deletion are now partitioned into sub lists with
      a maximum of 500 elements using Google Guava.
      45b07651
  11. Jan 24, 2017
  12. Jan 10, 2017
  13. Jan 02, 2017
  14. Dec 21, 2016
  15. Dec 20, 2016
  16. Dec 19, 2016
  17. Nov 15, 2016
  18. Nov 08, 2016