NightMonkey has quit [Quit: ZNC - http://znc.in]
lucasb has quit [Quit: Connection closed for inactivity]
Antiarc has quit [Ping timeout: 244 seconds]
Antiarc has joined #jruby
jeremyevans_ has quit [Quit: leaving]
jeremyevans has joined #jruby
jeremyevans has quit [Read error: Connection reset by peer]
_whitelogger has joined #jruby
jeremyevans has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:1679826 by Karol Bucek): The build was canceled. https://travis-ci.org/jruby/jruby/builds/522411736 [209 min 41 sec]
travis-ci has left #jruby [#jruby]
<JulesIvanicGitte> @headius Did you create an issue in the Puma repo about the keep-alive bug ?
drbobbeaty has joined #jruby
<kares[m]> Jules Ivanic (Gitter): just use what you have released, for now
<kares[m]> if you read the PR and ref issue carefully you'll find that it was due warnings on Java 9+
<kares[m]> are you having troubles with Puma atm?
<JulesIvanicGitte> We have performance issues with our Rails/Grape app with JRuby
<JulesIvanicGitte> so, we’re looking for the origin of this perf problem
<kares[m]> and you have pointers towards Puma?
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<kares[m]> okay, well try to understand the issue first before upgrading wout a sign that it will be worth it
<kares[m]> ... found that most of the time its application code not framework/server code
<JulesIvanicGitte> Ok thanks :) We’ll stay we the latest release so
<JulesIvanicGitte> @headius I have my answer: there’s already an issue. https://github.com/puma/puma/issues/1565 (found in your RubyKagai slides 🙂)
drbobbeaty has joined #jruby
lanceball_ is now known as lanceball
lanceball has quit [Changing host]
lanceball has joined #jruby
_whitelogger has joined #jruby
Antiarc has quit [Ping timeout: 252 seconds]
Antiarc has joined #jruby
Antiarc has quit [Quit: ZNC 1.7.2+deb2 - https://znc.in]
Antiarc has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:8cb76ec by Karol Bucek): The build has errored. https://travis-ci.org/jruby/jruby/builds/523502592 [225 min 48 sec]
travis-ci has left #jruby [#jruby]
<JulesIvanicGitte> ??
<JulesIvanicGitte> Do you see something else to activate ?
<JulesIvanicGitte> (I’m open to experimental things)
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
<travis-ci> jruby/jruby (master:8cb76ec by Karol Bucek): The build has errored. https://travis-ci.org/jruby/jruby/builds/523502592 [225 min 32 sec]
<JulesIvanicGitte> I see no diff between the outputs of `-J-XX:+PrintFlagsFinal` with or without the `JRUBY_OPTS="—server”` flag. Is it normal ?
xmj has left #jruby [#jruby]
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
Puffball has joined #jruby
Puffball has quit [Quit: Puffball]
subbu is now known as subbu|lunch
Puffball has joined #jruby
lucasb has joined #jruby
Puffball has quit [Quit: Puffball]
subbu|lunch is now known as subbu|away
Aethenelle has joined #jruby
<rdubya[m]> enebo: kares headius wondered if you all had some time to talk about the mssql support for arjdbc and what direction we should go with it
<rdubya[m]> would be nice if we could get something released for railsconf, but that might be a stretch at this point
<enebo[m]> to clarify this a bit more #4 is the large PR for sqlserver commits
blemmen has joined #jruby
<enebo[m]> #1-3 are variants of leveraging rdubya PR and the upstream project
<blemmen> hey all - I am wondering when jruby will support running with (Open)JDK12 - is there any timeline?
<enebo[m]> I like the notion of rdubya PR mostly because the main problems of sqlserver logic will be handled by a gem with millions of downloads and we just have to make it fit. scenario #1 could probably even boil down to a pull with a single rebase. So knowing what we changed is even pretty simple.
<enebo[m]> And like https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/694 many of our fixes will not break cext support so the amount of code will likely stay small(ish).
<enebo[m]> blemmen: I have not tried it yet. Is it working with warnings? or are there more significant problems?
<blemmen> I have not tried myself, but a colleague reported that jRuby does not even find the JVM
<blemmen> though it's not different than other JDK versions
<enebo[m]> hmm
<blemmen> regarding the installation paths
<enebo[m]> blemmen: downloading 12 and I will tell you shortly
<blemmen> great, please use OpenJDK 12 when testing.
<enebo[m]> I would be surprised if they changed java launching but we do use various flags in our launcher
<blemmen> that might be a reason why it's not working anymore. If I am not mistaken Oracle removed the support of some parameters
<enebo[m]> blemmen: it is in the plan but we are looking into other ci options and we are somewhat limited in total worker time for ci
<enebo[m]> 11 is a little more important atm since it is meant to be long support release
<blemmen> only if you pay for it ;-)
<blemmen> at least for commercial use
<enebo[m]> blemmen: indeed. :) we are looking at that from the angle of what version will most users decide to pin to
<blemmen> very understandable
<enebo[m]> jruby -v -S gem list
<enebo[m]> jruby 9.2.7.0 (2.5.3) 2019-04-16 8a269e3 OpenJDK 64-Bit Server VM 12.0.1+12 on 12.0.1+12 +jit [linux-x86_64]
<enebo[m]> Seems to run on linux fedora core 29 for me
<blemmen> interesting, we tried on windows. let me check if I can reproduce myself
<enebo[m]> blemmen: at windows...it is always a wild card
<blemmen> haha ;-) yeah probably so jruby -v and jirb seem to work for me as well. Let me try to run a simple script
<blemmen> C:\Users\bln>c:\Tools\JRuby\bin\jruby.exe -v
<blemmen> pl.getFD()
<blemmen> hmm - works for me, even a sinatra app is working - will probably need to check with my colleage ;-) thanks for the help
blemmen has quit [Remote host closed the connection]
ilbelkyr_ has quit [Quit: :tiuQ]
ilbelkyr has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jeremyevans has quit [Ping timeout: 264 seconds]
lucasb has quit [Quit: Connection closed for inactivity]
subbu|away is now known as subbu