thedarkone2 has quit [Read error: Connection reset by peer]
thedarkone2 has joined #jruby
camlow325 has quit [Quit: WeeChat 1.5]
camlow325 has joined #jruby
bbrowning_away has quit [Ping timeout: 250 seconds]
enebo has quit [Quit: enebo]
camlow325 has quit [Quit: WeeChat 1.5]
mosodede has joined #jruby
<mosodede>
Hey, how can I convert a java byte array into a stream similar to what File.binread returns.
<mosodede>
I have this Java method that I want to be able to return the file contents directly inside a Grape/Rails route byte[]getEntryBlob(String formName, String entryID, int fieldID)
donV has quit [Quit: donV]
mosodede has quit [Remote host closed the connection]
enebo has joined #jruby
enebo has quit [Read error: Connection reset by peer]
enebo has joined #jruby
enebo has quit [Quit: enebo]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
<kares>
headius: hey! not sure I think there's still use-cases AR-JDBC covers (e.g. jndi:) that oracle-enhanced doesn't (am not sure)
<kares>
but I am happy to drop everything except the stuff that is actually tested -> sure not planning to maintain much AR-JDBC myself
<kares>
if users won't some adapter support they will have to decide of alternatives or how to get that working, guess the free ride is over :)
temporalfox has joined #jruby
<GitHub187>
[jruby] kares closed pull request #4276: make ttymode and ttymode_yield helpers private (master...test-hide-ttymode) https://git.io/vXVL3
<GitHub4>
jruby/master ff193c4 Karol Bucek: Merge pull request #4268 from jruby/test-jossl-0.9.18...
<headius>
kares: ok, good to know...we nee to talk with rsim et al to see if there's missing features
<headius>
kares: do we not push a gem for oracle? I don't see one
<headius>
I was hoping to look at download numbers on rg.org
thedarkone2 has quit [Quit: thedarkone2]
<headius>
185k lifetime downloads of the mssql adapter
<headius>
kares: from the oracle-enhanced readme: "f you deploy JRuby on Rails application in Java application server that supports JNDI connections then you can specify JNDI connection as well"
<headius>
so that at least is there
<headius>
we have talked with them a couple times about merging efforts or just sending people their way
<headius>
kares: we can also follow the route we've taken with other libraries: spin it off as a separate repo and if someone wants to maintain it they can
<headius>
they never do, but they can
<headius>
I have a strong feeling nobody is using our oracle adapter though
<kares>
headius: there's only specialized adapter gems for those that have an (oss) jdbc driver gem
<kares>
headius: honestly I feel like in terms of performance Oracle (and others) are or could be better on our side but since there's very little effort to support ARJDBC and its various adapters it probably has to go
<kares>
... that being said if someone approaches with concrete requirements it might be done (semi-officially) but for now they do have an alternative for AR5
<kares>
also I believe oracle adapter is used out there - just that the 'proprietary' ARJDBC users (Oracle, DB2, MSSQL) are not hip for 5 support so you do not hear about them much (unless smt get broken)
drbobbeaty has quit [Ping timeout: 260 seconds]
drbobbeaty has joined #jruby
shellac has joined #jruby
<GitHub9>
[jruby] eregon pushed 3 new commits to truffle-head: https://git.io/vXrc7
<GitHub9>
jruby/truffle-head 7650748 Stefan Anzinger: [Truffle] Assert against null-pointer in PointerReadPointerPrimitiveNode.