[Git][java-team/tomcat9][master] 2 commits: Removed the redundant ReadWritePaths options in the service file for the log and cache directories
Emmanuel Bourg
gitlab at salsa.debian.org
Tue Dec 4 12:10:25 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / tomcat9
Commits:
8a904184 by Emmanuel Bourg at 2018-12-04T11:27:10Z
Removed the redundant ReadWritePaths options in the service file for the log and cache directories
- - - - -
03db8b3f by Emmanuel Bourg at 2018-12-04T11:54:36Z
Fixed the tomcat-jasper pom to reference the ECJ dependency from libeclipse-jdt-core-java
- - - - -
3 changed files:
- debian/changelog
- debian/maven.rules
- debian/tomcat9.service
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+tomcat9 (9.0.13-2) UNRELEASED; urgency=medium
+
+ * Fixed the tomcat-jasper pom to reference the ECJ dependency
+ from libeclipse-jdt-core-java
+ * Removed the redundant ReadWritePaths options in the service file for the log
+ and cache directories (Thanks to Lennart Poettering for the suggestion)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 04 Dec 2018 12:25:11 +0100
+
tomcat9 (9.0.13-1) unstable; urgency=medium
* New upstream release
=====================================
debian/maven.rules
=====================================
@@ -28,3 +28,5 @@ org.apache.tomcat tomcat-util * s/.*/9.x/
org.apache.tomcat tomcat-util-scan * s/.*/9.x/
org.apache.tomcat tomcat-websocket * s/.*/9.x/
org.apache.tomcat tomcat-websocket-api * s/.*/9.x/
+
+org.eclipse.jdt s/ecj/org.eclipse.jdt.core/ * s/.*/debian/
=====================================
debian/tomcat9.service
=====================================
@@ -39,8 +39,6 @@ CacheDirectoryMode=750
ProtectSystem=strict
ReadWritePaths=/etc/tomcat9/Catalina/
ReadWritePaths=/var/lib/tomcat9/webapps/
-ReadWritePaths=/var/log/tomcat9/
-ReadWritePaths=/var/cache/tomcat9/
[Install]
WantedBy=multi-user.target
View it on GitLab: https://salsa.debian.org/java-team/tomcat9/compare/efe067e2fadbde4dc632f8914ae20347a417aee1...03db8b3f56a386b132dd8e5c1de91911e9a2eea1
--
View it on GitLab: https://salsa.debian.org/java-team/tomcat9/compare/efe067e2fadbde4dc632f8914ae20347a417aee1...03db8b3f56a386b132dd8e5c1de91911e9a2eea1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181204/fae4d3db/attachment.html>
More information about the pkg-java-commits
mailing list