You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Badge & Release Notes Popup: The header now shows the running launcher version (stamped at build time from the latest CHANGELOG entry). Clicking it opens a popup with per-release notes fetched from GitHub Releases, and the badge highlights when a newer release is available.
Fixed
RSP Deploy Race (Context Dead with 404): Tomcat's autoDeploy can start a context while RSP is still copying the exploded WAR into webapps/, leaving it failed with NoClassDefFoundError (e.g. jakarta/json/JsonException) even though the jar is present. After publish, the launcher now polls the app URL and re-publishes once if it stays 404, triggering a clean redeploy.