killbill / killbill-plugin-framework-ruby

Framework to write Kill Bill plugins in Ruby
http://killbill.io
8 stars 11 forks source link

Update activerecord-jdbc-adapter to 1.4 #33

Open pierre opened 9 years ago

pierre commented 9 years ago

This release should give us some improvements, as more code has been moved to native.

See https://github.com/jruby/activerecord-jdbc-adapter/issues/572.

kares commented 9 years ago

killbill gem's declared dependency on activerecord-jdbc-adapter gem will need to be relaxed (otherwise the plugin won't be able to use 1.4 as well as 1.3 due in-satisfiable requirements) ... '~> 1.3' should do

pierre commented 9 years ago

Good catch! Just fixed it.

kares commented 9 years ago

for the record ... blocked by javax.sql OSGi export (details at https://github.com/killbill/killbill-platform/pull/9)