From 76501ee1dc569397f6e5c622c9dd202ff15317f6 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:08:33 -0600 Subject: [PATCH] registry: add aqua backend for tomcat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add aqua:apache/tomcat as primary backend for Apache Tomcat, keeping asdf as fallback. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- registry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.toml b/registry.toml index 1488c268df..dde2d9d4c9 100644 --- a/registry.toml +++ b/registry.toml @@ -4497,7 +4497,7 @@ description = "TOML Formatter / Linter / Language Server" test = ["tombi --version", "tombi {{version}}"] [tools.tomcat] -backends = ["asdf:mise-plugins/mise-tomcat"] +backends = ["aqua:apache/tomcat", "asdf:mise-plugins/mise-tomcat"] description = "The Apache Tomcat® software is an open source implementation of the Jakarta Servlet, Jakarta Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations and Jakarta Authentication specifications. These specifications are part of the Jakarta EE platform" [tools.tonnage]