1. 14 Dec, 2016 4 commits
  2. 13 Dec, 2016 15 commits
  3. 12 Dec, 2016 15 commits
  4. 01 Dec, 2016 4 commits
  5. 28 Nov, 2016 2 commits
    • akrherz's avatar
      OF-1229 Safeguard JDBC.executeBatch() calls on empty batch · 476ab027
      akrherz authored
      OF-955 updated the HSQL library and it introduced a JDBC requirement that
      executeBatch() calls actually have batched items to do.  It appears there
      is no API available to check for if batched statements have been added, so
      we hack in a simple sentinal to safegaurd calls to `executeBatch`.  Thankfully,
      only PubSubPersistenceManager.java uses this API.  Otherwise, an option is to
      set `allow_empty_batch` on the connection parameters.
      476ab027
    • daryl herzmann's avatar
      Merge pull request #685 from guusdk/OF-1227_Plugin-servlet-filter · 626417c6
      daryl herzmann authored
      OF-1227: Plugins should be able to have proper servlet filters.
      626417c6