mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 07:37:55 +00:00
* Issue #5095 XmlConfiguration Parser Pool Use a pool of parsers rather than a shared static Signed-off-by: Greg Wilkins <gregw@webtide.com> * Some updates to the new Pool class: + fixed a race with pending reservations + use a pending counter + Reservation API to simplify Entry API + removed public methods on Entry API * Some updates to the new Pool class: + fixed a race with pending reservations + use a pending counter + Reservation API to simplify Entry API + removed public methods on Entry API * Updates from review * Updates from review Tests for cache size and acquire with creator * Method no longer required with Reservation * update from the feedback on the feedback of the feedback from the review. Moved enable to Entry, removed Reservation class and clarified usage in javadoc * Issue #5095 XmlConfiguration locking Use pool instead of static shared instance * removed fake test Signed-off-by: Greg Wilkins <gregw@webtide.com> * Issue #5095 XmlConfiguration locking Use pool instead of static shared instance updates from review