Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on deprecated XQueryServlet #289

Open
joewiz opened this issue Feb 1, 2021 · 2 comments
Open

Remove dependency on deprecated XQueryServlet #289

joewiz opened this issue Feb 1, 2021 · 2 comments

Comments

@joewiz
Copy link
Member

joewiz commented Feb 1, 2021

As per eXist-db/exist#555 and discussed during today's Community Call, XQueryServlet is deprecated and may be removed as soon as eXist 6.

XQueryServlet is used in eXide's execution of XQuery submitted by the client. See https://github.com/eXist-db/eXide/blob/develop/controller.xql#L164-L223.

As an alternative, we should switch to the method of executing XQuery used in the Atom plugin, VSCode plugin, and Fusion Studio. See links in #284.

@duncdrum
Copy link
Contributor

@joewiz I think this is good to close, no?

@joewiz
Copy link
Member Author

joewiz commented Dec 20, 2023

@duncdrum The controller still relies on the XQueryServlet in several areas. For example, see https://github.com/eXist-db/eXide/blob/develop/controller.xq#L193-L195.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants