You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by mb...@apache.org on 2021/05/21 22:57:23 UTC

[roller] branch master updated (605d9d3 -> 24e6f84)

This is an automated email from the ASF dual-hosted git repository.

mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git.


    from 605d9d3  Merge pull request #87 from ymaheshwari1/roller-ui
     new 4d1294d  performance: skip map.contains() since we have to call map.get() anyway.
     new 6e0d787  performance + cleanup: copy the stream content only once.
     new f364033  performance: replace String::replaceAll with String::replace if there is no regexp involved.
     new d472e4f  close input stream.
     new fd4d127  call getSession() only once.
     new 0ebf7c4  lucene and spring point release update.
     new 24e6f84  Merge pull request #88 from mbien/performance

The 4589 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 app/pom.xml                                        |  6 +++---
 .../org/apache/roller/util/ISO8601DateParser.java  |  2 +-
 .../business/jpa/JPAWeblogManagerImpl.java         |  5 +++--
 .../plugins/comments/MathCommentAuthenticator.java | 10 +++++-----
 .../ui/rendering/util/WeblogResourceRequest.java   |  2 +-
 .../ui/rendering/velocity/RollerVelocity.java      | 17 +++++++++--------
 .../apache/roller/weblogger/util/Utilities.java    | 18 +++++++++---------
 .../roller/weblogger/util/cache/CachedContent.java | 22 +++++++++++++---------
 .../atomprotocol/RollerAtomHandler.java            |  2 +-
 .../webservices/xmlrpc/MetaWeblogAPIHandler.java   |  2 +-
 10 files changed, 46 insertions(+), 40 deletions(-)