Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.11.3, 3.12.0
-
None
-
Unknown
Description
When using @XPath() annotations to bean method parameters, XPathBuilder is used and expressions are added to a pool in the init() method of the class.
These expressions are keep adding up but they are never cleared.
There's a method doStop() which has the code for cleaning but it is never used, hence a leakage of XPathExpressions.
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-17187 camel-xpath - Allow to configure preCompile on @XPath annotation
- Resolved