Skip to content
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

Misc updates + lang3.StringEscapeUtils deprecation + stylesheet edit action fix #70

Merged
merged 4 commits into from
Mar 16, 2021

Conversation

mbien
Copy link
Member

@mbien mbien commented Oct 19, 2020

depends on PR #69 (update: now integrated)

This PR contains smaller updates and a bugfix:

  • fixed lang3.StringEscapeUtils deprecation
  • fixed a bug which would not let the edit stylesheet action appear
  • updated dependencies (note: later PR will update asm from beta to GA)
  • some trivial optimizations on the fast paths, see c3d5d10 msg

@mbien mbien marked this pull request as ready for review January 2, 2021 10:30
 - small optimizations on the fast path of PageServlet
 - better initial size for StringBuilders; resize won't be needed for most keys.
 - replaced String append with char append for single char Strings; should be easier to inline
cleaned up some exclusions which didn't do anything anymore.
…ction.

- commit 48e9708 only implemented isSharedTheme() branch
- added else branch for custom themes
- used the opportunity clean the method up
@mbien
Copy link
Member Author

mbien commented Feb 23, 2021

rebased on top of latest master + removed a commit which has been already merged via another PR.

@mbien mbien requested a review from snoopdave March 16, 2021 02:12
Copy link
Contributor

@snoopdave snoopdave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @mbien!

@mbien mbien merged commit 1628c3a into apache:master Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants