Ivan Ristić

Results 6 issues of Ivan Ristić

It seems that Go currently doesn't handle certificates with negative serial numbers: https://code.google.com/p/go/issues/detail?id=8265 At present, one of the root certificates in Mozilla's store has a negative serial number. As a...

I've been reading the code of DefaultSqlSession and I believe that transactions are not correctly closed when close() is called. The current behaviour is that rollback is submitted only for...

waiting for feedback

As a workaround for #223 we maintain a limited fork of some dnsjava classes. We wanted to use our own NioTcpClient and NioUdpClient classes, but SimpleResolver calls their static methods...

It's placed in /usr/local/lib/pkgconfig/, but pkg-config expects it in /usr/local/libdata/pkgconfig/. The location is currently hard-coded in Makefile.am to $(libdir)/pkgconfig. This is something we should ideally detect when configuring. Alternatively, a...

Bug

I was able to use runtime instrumentation in a quick PoC, but I couldn't get the Gradle plugin, with several different versions of Gradle. The error message is "No value...

I am no Groovy or Gradle expert, but this small patch works for me.