Calling all Rubyists! We are looking for help verifying third-party libraries on JRuby 10! I've opened an issue to track that process, and provided links to snapshot JRuby builds you can use to verify your own code. Please help us verify JRuby 10!

https://buff.ly/KIFldNj

Check third-party libraries against JRuby 10 · Issue #8675 · jruby/jruby

We are about to switch master and jruby-head to JRuby 10, but want to try to make sure that third-party libraries testing against jruby-head do not suddenly fail. To that end, we would like to repr...

GitHub

@headius Any chance JRuby 10 will be able to support systemd sd_notify and/or socket activation?

See for example:
https://github.com/jruby/jruby/issues/6504
https://github.com/puma/puma/issues/1367

SocketError when connecting to Unix datagram socket · Issue #6504 · jruby/jruby

when I run the simple script below, it works in MRI, but raises SocketError (No message available) in JRuby 9.2.14.0 on Ubuntu 18.04. It would be awesome to get this working so I could have my JRub...

GitHub
@risen There's no reason that we couldn't make it work, it just needs to be revisited. Probably needs work in our implementation of Unix sockets, jnr-unixsocket, but we may be able to use what jdk 21 provides as well.

@risen Actually, I could use some assistance making this work. Perhaps you could reconfirm that it's broken and we can start trying to figure out exactly what fails?

JRuby master is 10 now!

@headius all right, I'll give it a shot!