provokeme has quit [Quit: Textual IRC Client: www.textualapp.com]
cschneid has quit [Ping timeout: 246 seconds]
haze has quit [Ping timeout: 248 seconds]
haze has joined #jruby
cschneid has joined #jruby
<kares> headius: enebo: few things to cleanup in jossl before release - decided to drop some old support in 0.10
<kares> hoping I will get to it around/after the weekend - how far are you with having 9.1.14 ready?
<kares> headius: also with native ext such as JOSSL running on Java 9 we won't need package-info, right?
claudiuinberlin has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
vtunka has joined #jruby
shellac has joined #jruby
drbobbeaty has quit [Ping timeout: 255 seconds]
olle has quit [Quit: olle]
drbobbeaty has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
zoras has joined #jruby
olle has joined #jruby
rdubya has quit [Quit: Leaving.]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zoras has quit []
claudiuinberlin has joined #jruby
<GitHub177> [jruby] MrBerg opened pull request #4830: Make BigDecimal::limit work for subtraction and division. Fix issue #1615 (master...enforce-bigdecimal-limit) https://git.io/vFT0M
bbrowning_away is now known as bbrowning
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
lance|afk is now known as lanceball
lanceball is now known as lance|afk
lance|afk is now known as lanceball
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
olle has quit [Quit: olle]
_whitelogger_ has joined #jruby
_whitelogger_ has quit [Ping timeout: 246 seconds]
_whitelogger has joined #jruby
<enebo> kares: ok. we still have to figure out some release-related stuff so it will be next week now
_whitelogger has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
_whitelogger has quit [Ping timeout: 258 seconds]
_whitelogger_ has joined #jruby
<GitHub185> [jruby] mpe85 opened issue #4831: jitescript jar clashes with bundled jitescript classes in jruby-complete jar https://git.io/vFTSQ
jeremyevans has quit [Ping timeout: 240 seconds]
vtunka has quit [Quit: Leaving]
bbrowning is now known as bbrowning_away
shellac has quit [Quit: Computer has gone to sleep.]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
jeremyevans has joined #jruby
claudiuinberlin has joined #jruby
subbu is now known as subbu|lunch
<headius> kares: do you mean module-info?
<headius> anything we don't define modules for just become unnamed modules
<headius> setting up some modules will be useful for places where we still need to crack open the JDK classes
enebo has quit [Ping timeout: 255 seconds]
<kares> o.k. makes sense
<kares> also JOSSL is full of reflection hacks to prefer BC impls from JSSE without setting the provider
enebo has joined #jruby
<headius> I did not see any access warnings during gem install or running rails, so that's good
<headius> we're going to need to catalog all the hacks and start looking for new ways or help fix things in JDK itself
subbu|lunch is now known as subbu
<kares> I know how to fix those (use BC's slim security classes directly) but its just a ton of work so simply not into it ;(
<headius> ok a project for the future then
rdubya has joined #jruby
<headius> kares: does this look familiar? https://github.com/jruby/jruby/issues/4799
<headius> it may be something already fixed but the build uses a year-old JRuby still
<kares> pbly smt around JDK switching keystore format used -> not sure
<headius> ok
<GitHub79> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vFk3g
<GitHub79> jruby/jruby-9.1 843ab8e Charles Oliver Nutter: Add a couple JDK9 builds (expected to fail for now).
<headius> I need help from mkristian to see if using 9.1.14 for the build itself fixes it
bga57 has quit [Quit: Leaving.]
bga57 has joined #jruby
<GitHub199> [jruby] headius pushed 2 new commits to jruby-9.1: https://git.io/vFkCS
<GitHub199> jruby/jruby-9.1 79085c6 Charles Oliver Nutter: Update mavengems extension to allow building jruby-complete on 9....
<GitHub199> jruby/jruby-9.1 6906808 Charles Oliver Nutter: Add -Pcomplete on 9 to build matrix.
<GitHub5> [jruby] headius pushed 1 new commit to master: https://git.io/vFkWI
<GitHub5> jruby/master e37d117 Charles Oliver Nutter: Merge branch 'jruby-9.1'
<GitHub26> [jruby] headius closed issue #4799: SSL issues when building JRuby on Java 9 https://git.io/vdZFU
bbrowning_away is now known as bbrowning
<GitHub41> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vFklh
<GitHub41> jruby/jruby-9.1 d44209e Charles Oliver Nutter: Relocate jitescript to avoid conflicts with other libraries....
shellac has joined #jruby
<GitHub160> [jruby] headius pushed 1 new commit to master: https://git.io/vFk4S
<GitHub160> jruby/master 87d785a Charles Oliver Nutter: Merge branch 'jruby-9.1'
<GitHub184> [jruby] headius closed issue #4831: jitescript jar clashes with bundled jitescript classes in jruby-complete jar https://git.io/vFTSQ
<GitHub53> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vFkBF
<GitHub53> jruby/jruby-9.1 fcd7d73 Charles Oliver Nutter: Also use nonblockEOF logic in getPartial. Fixes #4827
<GitHub71> [jruby] headius pushed 1 new commit to master: https://git.io/vFkR4
<GitHub71> jruby/master 08c8e46 Charles Oliver Nutter: Merge branch 'jruby-9.1'
<GitHub19> [jruby] headius closed issue #4827: IO#read_nonblock throwing EOFError with "exception: false" https://git.io/vdjH2
<GitHub9> [jruby] enebo pushed 1 new commit to jruby-9.1: https://git.io/vFkE4
<GitHub9> jruby/jruby-9.1 8dae5af Thomas E. Enebo: Fixes #4807. Wrong control flow order with Constant ||=....
<GitHub107> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vFkEu
<GitHub107> jruby/jruby-9.1 29137e1 Charles Oliver Nutter: Use second digit for major Java version only in 1.x form....
<GitHub30> [jruby] enebo pushed 1 new commit to master: https://git.io/vFkEb
<GitHub30> jruby/master 04c3cf4 Thomas E. Enebo: Fixes #4807. Wrong control flow order with Constant ||=....
<GitHub23> [jruby] enebo closed issue #4807: Wrong control flow order with Constant ||= https://git.io/vdgLP
shellac has quit [Quit: Computer has gone to sleep.]
lanceball is now known as lance|afk
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]