From 834a82325fea2fdf5efdf4608286e1e857daf50d Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Mon, 18 May 2026 21:57:39 -0400 Subject: [PATCH] feat!: require eXist-db 7.x for WebSocket and console XQuery module The Java code that previously lived in monex (RemoteConsoleEndpoint, ConsoleModule, JMXToken, Log) was removed in #367. Those features are now provided by eXist-db core 7.x as the WebSocket endpoint and the ConsoleCompatModule. monex 7.x is therefore not installable against eXist-db 6.x or earlier. This commit exists to signal the breaking change to semantic-release, which interprets the previous merge as non-breaking (no `!` marker or BREAKING CHANGE footer on the squash/merge commit). BREAKING CHANGE: monex no longer ships its own Java code. The WebSocket endpoint and the `console` XQuery module are now provided by eXist-db core 7.x. Earlier eXist-db versions are unsupported.