- 19 9月, 2017 1 次提交
 - 
- 
由 andrei 提交于
 
 - 
 - 18 9月, 2017 1 次提交
 - 
- 
由 Noel Grandin 提交于
Issue 580: NPE on store reopen
 
 - 
 - 17 9月, 2017 4 次提交
 - 
- 
由 andrei 提交于
 - 
由 Noel Grandin 提交于
Close connection in test
 - 
由 andrei 提交于
 - 
由 andrei 提交于
 
 - 
 - 15 9月, 2017 2 次提交
 - 
- 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
I was using the putIfAbsent API wrong
 
 - 
 - 14 9月, 2017 9 次提交
 - 
- 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
just seen a ConcurrentModificationException on Jenkins. It looks like we can access the Map<Integer, Chunk> from different threads concurrently without taking the same locks. So make it a ConcurrentHashMap. Nothing useful we can lock on here without introducing an ABBA deadlock.
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
which is just the weirdest thing ever, and caused me no end of trouble trying to track down why my debugging statements where not appearing
 - 
由 Noel Grandin 提交于
preparatory work to splitting up the big test script
 - 
由 Noel Grandin 提交于
 
 - 
 - 13 9月, 2017 4 次提交
 - 
- 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
Fix for issue #600
 - 
由 andrei 提交于
 - 
由 andrei 提交于
 
 - 
 - 08 9月, 2017 4 次提交
 - 
- 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
now that we require Java1.7
 - 
由 Noel Grandin 提交于
 
 - 
 - 06 9月, 2017 13 次提交
 - 
- 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 - 
由 Noel Grandin 提交于
 
 - 
 - 05 9月, 2017 1 次提交
 - 
- 
由 Noel Grandin 提交于
Support more types in getObject
 
 - 
 - 04 9月, 2017 1 次提交
 - 
- 
由 Philippe Marschall 提交于
ResultSet#getObject is missing some conversions in table B.4 of the JDBC specification. - add support for Blob in getObject - add support for Clob in getObject - add support BigInteger <-> BIGINT - add support java.util.Date <-> TIMESTAMP - add support java.util.Calendar <-> TIMESTAMP - add tests for SMALLINT - add tests for BIGINT
 
 -