Charles Oliver Nutter
Charles Oliver Nutter
See https://inside.java/2021/02/03/jep380-unix-domain-sockets-channels/ for some good docs on using the new support.
Currently still marked as 3.5, since that's what specs and other updates expect currently. Will bump to 4.0 whenever it looks like that's officially propagated through the other libraries and...
Ruby 3.5 was officially promoted to 4.0 last week, so that's what it will be.
This will require some additional work to support our URI path forms. We may need to continue overriding more of the pure-Ruby logic than I'd hoped.
@nevans @eregon Here's the PR I promised. I believe my justifications for removing this feature are sound. While Psych does allow dumping and loading anonymous classes and structs, Marshal **does...
Gem will be ready to release once ruby/syslog#28 merges. I will re-push this PR to switch to the gem at that point.
Still waiting on ruby/syslog#28.
I'm thinking we might be able to safely yank the new jar-dependencies and re-release once JRuby 9.4.10.0 is out with the fix.
All the problematic versions of jar-dependencies have been yanked. We will re-release after JRuby 9.4.10 is released with the activation fix.
Working on this today.