-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ZEPPELIN-1033] HotFixing of paragraph deletion and re-ordering broken #1048
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
Conversation
|
@astroshim still getting same errors. After trying to "move up" and then "delete" a cell, I get these errors in the log: http://pastebin.com/Sr4WveXF |
|
@randerzander Thank you for your review. Let me check. |
|
@randerzander Did you build this PR? Could you please check one more? |
|
It works as before 👍 |
| import org.apache.shiro.util.ThreadContext; | ||
| import org.apache.shiro.web.mgt.DefaultWebSecurityManager; | ||
| import org.apache.shiro.mgt.SecurityManager; | ||
| import org.apache.shiro.config.Ini; |
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.
may need to remove import of Ini, doesn't seem to be used
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.
Thank you for your review. I removed importing Ini.
|
I checked it, and behavior with paragraph reordering fixed. So basically, previously shiro was initialized only when needed from |
|
I tried again from your branch and it worked. I must have applied your commit incorrectly last time.. my bad! Thanks for the fix =) |
|
nice @randerzander thanks for addressing this issue and review. |
|
+1 for merge |
|
Merging it as hotfix |
### What is this PR for? This PR is for fixing [this issue](https://issues.apache.org/jira/browse/ZEPPELIN-1033) ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1033 ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: astroshim <hsshim.nflabs.com> Author: root <[email protected]> Closes #1048 from astroshim/ZEPPELIN-1033 and squashes the following commits: eb80103 [astroshim] remove importing Ini and spaces 8eeb1bf [astroshim] update version of shiro config module. 5a2b268 [astroshim] add shiro ini to SecurityManager. 13a6139 [astroshim] add shiro-config-core 6c99111 [root] add initSecurityManager method. (cherry picked from commit 286a888) Signed-off-by: Mina Lee <[email protected]>

What is this PR for?
This PR is for fixing this issue
What type of PR is it?
Bug Fix
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1033
Questions: