<lopex>
jeremyevans: no idea, wrt jdbc there must have been some JI changes then
<jeremyevans>
lopex: gotta run now, but I'll monitor the backlog when I return
<lopex>
actually what is native exception and since where it might have been thrown
<lopex>
jeremyevans: except that warning I see no other issues wrt sequel
<lopex>
on 9.2
Puffball has quit [Quit: Puffball]
xardion has quit [Ping timeout: 264 seconds]
xardion has joined #jruby
Puffball has joined #jruby
<havenwood>
congrats on 9.2!
Puffball has quit [Quit: Puffball]
rdubya has quit [Ping timeout: 245 seconds]
bga57 has quit [Ping timeout: 245 seconds]
bga57 has joined #jruby
rdubya has joined #jruby
rdubya has quit [Ping timeout: 260 seconds]
kares has quit [Ping timeout: 256 seconds]
kares has joined #jruby
rdubya has joined #jruby
<GitHub163>
[jruby] monkstone opened issue #5192: jgem fails to load gem from rubygems on Raspbian https://git.io/vhLEO
<kares>
jeremyevans: NativeException is really ancient and you should just rescue the Java type
<kares>
now with JDBC usually rescue java.sql.SQLException will do
<kares>
although to be more on the safe side you might want to rescue java.lang.Exception since some drivers won't wrap into a SQLException -> should be close to NativeException
<kares>
this is expected to work in JRuby 1.7 as well
<kares>
headius: looking into those Date issues/regressions
<GitHub111>
jruby/master 7810ba0 kares: [bench] adjust the benchmarking code to be more meaningful...
cpuguy83 has joined #jruby
<cpuguy83>
Hey, working on getting the 9.2.0.0 Docker image going. Tests are failing on testing some stdlib stuff.
<cpuguy83>
I guess `mathn` has been removed (not sure how the MRI ruby:2.5 image passed this test), but then there's things like `net/telnet` which seems to require a gem now for jruby.
<GitHub84>
[jruby] jeremyevans opened issue #5195: 9.2.0.0 regression in Date#to_time for BC dates resulting in Time off by 1 year https://git.io/vhtCK
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
ahorek has joined #jruby
ahorek has quit [Client Quit]
shellac has quit [Quit: Computer has gone to sleep.]
cpuguy83 has quit [Remote host closed the connection]
hoodow has joined #jruby
Puffball has joined #jruby
cpuguy83 has joined #jruby
cpuguy83 has quit [Remote host closed the connection]
<headius>
jeremyevans: NativeException should never be thrown, and should have been that way for several releases
<headius>
9.2 just ironed out a few edge places where it might get thrown