1. 22 5月, 2016 1 次提交
  2. 21 5月, 2016 1 次提交
  3. 20 5月, 2016 9 次提交
  4. 19 5月, 2016 6 次提交
  5. 18 5月, 2016 3 次提交
  6. 17 5月, 2016 15 次提交
  7. 16 5月, 2016 3 次提交
    • Farid Zakaria's avatar
      Initial Maven build implementation · b11e65b4
      Farid Zakaria 提交于
       - Added toolchain plugin so we can build against JDK1.6 while still using maven (needs 1.7+)
       - Added animal-sniffer to verify we aren't using any JDK API out of 1.6
       - Added test plugin (maven-exec) and disabled surefire since we dont use JUnit
       - Correctly modeled the dependencies with appropriate scope
       - Added some missing files to gitignore
       - Added Maven wrapper so setup is painless for new developers
       - Added README.md that explains use of toolchains.xml and maven wrapper
      b11e65b4
    • Lukas Eder's avatar
      Create README.md · 59b3fb34
      Lukas Eder 提交于
      To help make the GitHub repo more welcoming. This is just a stub suggestion. Feel free to greatly enhance the suggestion :)
      59b3fb34
    • Noel Grandin's avatar
  8. 19 4月, 2016 2 次提交
    • Noel Grandin's avatar
      revert some unnecessary synchronization · c6584ac2
      Noel Grandin 提交于
      revert parts of  21da5178 "Issue #255: ConcurrentModificationException
      with multiple threads in embedded mode and temporary LOBs"
      
      There is no need to lock all sessions this aggressively, it's just the
      system session we have to be careful with.
      c6584ac2
    • Noel Grandin's avatar
      fix oracle date parsing in Java1.6 · 53439d35
      Noel Grandin 提交于
      looks like later versions of Java ignore a "+" at the beginning of a
      number
      53439d35