<vortex1111[m]>
yea, they broke the world, and I haven't seen any project that has even attempted to support both. Tomcat 10 does not support EE8 code - and they produced a project to do a byte-code swap of war files - which works for most. But because the jruby code has javax stuff in it that isn't bytecode in the war... it doesn't work on a jruby war.
<kares[m]>
yeah that;s the hard part since it's not just javax.servlet is .java code but also .rb files
<kares[m]>
there's a history of me trying to press folks that depend on jruby-rack to support the project somehow but it's always the same - only interested in consuming oss.
<kares[m]>
would love to finish what started as a enhancements on master but this sounds like a lot of work for someone not using the project for years.