Mark Thomas
Mark Thomas
Theoretically yes, but that would be a bug in Tomcat (or the application code) that should have shut those tasks down when the associated component shut down. I did a...
That looks possible. I'll start a thread on the Tomcat dev@ list to discuss the possibility.
Closing this PR as it has been open for some time without steps being provided to recreate the issue.
My research so far has not found any significant uses of `FeatureDescriptor`. Therefore, methods referencing `FeatureDescriptor` will be deprecated for removal without replacement in 5.0 with the intention of removing...
Complete all we can for now. Remaining work needs to wait for Jakarta EE 11.
Note that there will also need to be some internal work to the `BeanELResolver` to completely remove this dependency.
I can't think of a more direct way just using the EL API. The most efficient solution with the current API is probably a static method on an imported class....
I've come back to this several times since it opened and have yet to figure out an approach that would work for `MapELResolver` as well. A simple `length` property is...
To some extent, this feels more like an issue with its origins in JSR 380 than in this specification and normally my inclination would be to suggest that is where...
I don't think that helps with JSR 380 when in `BEAN_PROPERTIES` mode (based on a very quick scan of the spec - happy to be corrected). If we were going...