-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[ZEPPELIN-6071] Bump pty4j version to 0.12.10-jdk8 #4822
Conversation
@pan3793 Could you please take a loot at this PR again? |
nice! a quick question, I saw you updated some so/dll files, why should we ship those files in the codebase? could they be retrieved through third-parity dep approach (e.g. include some jars) |
@pan3793 |
I saw another member also concerns about the binary files including #3359 (comment)
as we are touching this part, let's address this issue. |
@pan3793 It would be great if we could check whether it works well on other environments too, and if anyone could point out the reason why the binary files are included, that would be helpful as well. |
@tbonelee Good job! I will find time to test it in a Linux environment in a few days. |
Thanks, merged to master for 0.12.0 |
This PR is reopening #4806
What is this PR for?
Previous pty4j dependency version does not support Silicon OSX
So
%sh.terminal
interpreter did not work on Silicon OSX.To fix this, I bumped pty4j version to 0.12.35
The previous
pty4j
dependency version does not support macOS on Apple Silicon.As a result, the
%sh.terminal
interpreter did not work on Apple Silicon macOS.To fix this issue, I have updated the
pty4j
verison to0.12.35
What type of PR is it?
Bug Fix
What is the Jira issue?
How should this be tested?
%sh.terminal
interpreterScreenshots (if appropriate)
Before
After
Questions: