-
Notifications
You must be signed in to change notification settings - Fork 9
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
LDEV-4845 automatically use latest java and tomcat versions #14
Conversation
ba1fafc
to
5ffebdd
Compare
@@ -56,6 +56,9 @@ | |||
throw fail; | |||
} | |||
logger ("" ); | |||
|
|||
throw "disabled for testing"! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this ready to deploy?
@michaeloffner alas, it's still broken on linux, as the execute permissions aren't availablet from the tar files as the extract() method now ignores all permissions https://github.com/lucee/lucee-installer/actions/runs/10900055133/job/30246923113#step:5:704 I tried then using VFS listing of the files to get and manually re-apply the permissions
but that uses the ram drive stuff, which also doesn't support permissions https://github.com/lucee/lucee-installer/actions/runs/10900055133/job/30246827145#step:8:2353 |
b94a7dd
to
b0e4197
Compare
0741718
to
8794822
Compare
4dc58fc
to
c38d693
Compare
https://luceeserver.atlassian.net/browse/LDEV-4845