[Git][java-team/css-validator][master] Remove tomcat11 workaround wrt tomcat-jakartaee-migration
bastif (@bastif)
gitlab at salsa.debian.org
Tue May 12 10:40:05 BST 2026
bastif pushed to branch master at Debian Java Maintainers / css-validator
Commits:
459cba2b by Fab Stz at 2026-05-12T11:39:30+02:00
Remove tomcat11 workaround wrt tomcat-jakartaee-migration
- - - - -
4 changed files:
- debian/README.TODO
- debian/changelog
- debian/css-validator-tomcat11.README.Debian
- debian/tests/webapp_validate_common.sh
Changes:
=====================================
debian/README.TODO
=====================================
@@ -12,6 +12,5 @@ Reminder & Packaging notes:
In the meantime, we create symlinks to the english page.
- https://github.com/jetty/jetty.project/issues/13330
- https://bz.apache.org/bugzilla/show_bug.cgi?id=69735
- - tomcat11: update comment in README.Debian once tomcat bugs are fixed (wrt jakartaee-migration)
Instructions for installation of css-validator on jigsaw can be found at https://jigsaw.w3.org/css-validator/DOWNLOAD.html
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+css-validator (0~20250226+dfsg-6) UNRELEASED; urgency=medium
+
+ * Remove tomcat11 workaround wrt tomcat-jakartaee-migration
+
+ -- Fab Stz <fabstz-it at yahoo.fr> Tue, 12 May 2026 11:39:21 +0200
+
css-validator (0~20250226+dfsg-5) unstable; urgency=medium
* Remove package css-validator-tomcat10 (Closes: #1132872)
=====================================
debian/css-validator-tomcat11.README.Debian
=====================================
@@ -1,15 +1,3 @@
-With tomcat11 you need to perform some extra configuration step.
-
- 1. install `tomcat-jakartaee-migration` package if not done yet
- 2. and then one of these:
- - add ",/usr/share/tomcat-jakartaee-migration/lib/*.jar" to
- common.loader in '/etc/tomcat11/catalina.properties'
- - create a link to /usr/share/tomcat-jakartaee-migration/lib/jakartaee-migration-1.0.6-shaded.jar
- in /usr/share/tomcat11/lib
-
-Notice: at the time of writing this, there is a bug report on this. See:
-- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108280
-
With tomcat11, css-validator webapp is reachable at:
http://localhost:8080/css-validator
=====================================
debian/tests/webapp_validate_common.sh
=====================================
@@ -78,8 +78,8 @@ start_server()
path="$3"
if [ -n "$AUTOPKGTEST_TMP" ]; then
case "$server" in
- tomcat11)
- sudo sed -i '/common.loader/ s#$#,/usr/share/tomcat-jakartaee-migration/lib/*.jar#' "/etc/tomcat11/catalina.properties"
+ # Put server configuration commands here
+ *)
;;
esac
View it on GitLab: https://salsa.debian.org/java-team/css-validator/-/commit/459cba2b58dd9b2fe11866fedf1c13f9b32b56f3
--
View it on GitLab: https://salsa.debian.org/java-team/css-validator/-/commit/459cba2b58dd9b2fe11866fedf1c13f9b32b56f3
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20260512/0d3a67f8/attachment.htm>
More information about the pkg-java-commits
mailing list