We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@joewiz I think this is good to close, no?
Sorry, something went wrong.
@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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: