- 04 10月, 2017 1 次提交
-
-
由 Owner 提交于
-
- 03 10月, 2017 1 次提交
-
-
由 andrei 提交于
-
- 28 9月, 2017 1 次提交
-
-
由 andrei 提交于
-
- 27 9月, 2017 1 次提交
-
-
由 andrei 提交于
-
- 26 9月, 2017 2 次提交
- 19 9月, 2017 3 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
I don't like methods that do something completely different with a null parameter
-
由 andrei 提交于
-
- 17 9月, 2017 1 次提交
-
-
由 andrei 提交于
-
- 15 9月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
I was using the putIfAbsent API wrong
-
- 14 9月, 2017 3 次提交
-
-
由 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 提交于
-
- 13 9月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
-
由 andrei 提交于
-
- 08 9月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
now that we require Java1.7
-
- 06 9月, 2017 12 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
- 04 9月, 2017 2 次提交
-
-
由 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
-
由 Owner 提交于
-
- 03 9月, 2017 3 次提交
-
-
由 Owner 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
where we are calling getException() and seeing a null value. Because we access these without synchronization, we need to use volatile.
-
- 31 8月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
shows up as random failures in the TestMVStore.testFastDelete test case
-
由 Noel Grandin 提交于
-
- 28 8月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
-
由 m00fighter 提交于
-