Hey. Sorry for the late response. I don’t have anything planned for this. I confess I don’t use xmltask anymore and I’ve not had to maintain it.
I might try to look this week. I suspect the problem is the historical usage of non-public APIs that predate the introduction of the public XPath API, but that’s based on my 10 year old memory of this. In the meantime any suggestions or commits welcome!
Status: open
Group: v1.0 (example)
Created: Thu Jun 30, 2022 06:32 PM UTC by Anurag Sharma
Last Updated: Wed Jul 06, 2022 01:38 PM UTC
Owner: Brian Agnew
Quite late but I took the liberty of migrating the project to maven and java17. Part of this was to replace the dependency on the internal com.sun.org.apache.xpath.internal.* classes with the official javax.xml.xpath API instead.
Thanks for creating this ticket.
Hi Brian, Can we know if this fix is being worked upon or if there is a workaround we can implement
Hey. Sorry for the late response. I don’t have anything planned for this. I confess I don’t use xmltask anymore and I’ve not had to maintain it.
I might try to look this week. I suspect the problem is the historical usage of non-public APIs that predate the introduction of the public XPath API, but that’s based on my 10 year old memory of this. In the meantime any suggestions or commits welcome!
Brian
Related
Support Requests: #3
Quite late but I took the liberty of migrating the project to maven and java17. Part of this was to replace the dependency on the internal
com.sun.org.apache.xpath.internal.*
classes with the officialjavax.xml.xpath
API instead.If you are interested the project can be found here.