[ZEPPELIN-1033] HotFixing of paragraph deletion and re-ordering broken#1048
[ZEPPELIN-1033] HotFixing of paragraph deletion and re-ordering broken#1048astroshim wants to merge 5 commits into
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.
may need to remove import of Ini, doesn't seem to be used
There was a problem hiding this comment.
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 <root@worker8.nflabs.com> 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 <minalee@apache.org>

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: