jruby / jruby-rack

Rack for JRuby and Java appservers
MIT License
397 stars 137 forks source link

Correct javax.activation scope #258

Closed chadlwilson closed 5 months ago

chadlwilson commented 5 months ago

This only seems to be used within tests at https://github.com/jruby/jruby-rack/blob/a965a33a23a484371e81a01048714106acda6230/src/spec/java/org/jruby/rack/mock/MockServletContext.java#L466-L468 so note needed as a new runtime dependency (especially as it's a very old API version)?

headius commented 5 months ago

Seems appropriate to me!