-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tomcat cleanup && update #18419
Tomcat cleanup && update #18419
Conversation
@danbst, thanks for your PR! By analyzing the annotation information on this pull request, we identified @sfultong, @eelcovisser and @fpletz to be potential reviewers |
ACK, looks good 👍 I'm surprised mention-bot mentioned me. I think I made one PR for tomcat ages ago. |
Removed WIP, ping @svanderburg |
See migration changelogs at - 7.0 -> 8.0: https://tomcat.apache.org/migration-8.html - 8.0 -> 8.5: https://tomcat.apache.org/migration-85.html
0bcdcb2
to
a85347f
Compare
Bump service default to tomcat85, upstream default. Added changelogs to commit description, TLDR backwards compatible for most of users, but requires java 7 as minimal JDK |
59f7e2f
to
a85347f
Compare
Reviewed, looks good! |
+1 for merge to master and backport to release-16.09. |
should I squash commits? |
@danbst: Nope, they look nice and clean as is :-) |
Pushed to master (63f9ef9 with parents). Maybe wait a couple of days before backporting to release-16.09? |
Motivation for this change
Update tomcats, add more versions and remove one error in service logs.
Also, webapps folder takes ~40% of package, so I decided to move it to separate output (it isn't a hard requirement for tomcat)
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)I'm going to run all tomcats on my server and then I'll update the WIP status.