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

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


    from 3f62d2c  Merging 6.0.x into master.
     new b5086b9  rebuild index in background if lucene throws an 
IllegalArgumentException (incompatible/old index). split getFSDirectory(boolean 
delete) into two methods so that resources can be properly closed.
     new 7e3238d  code cleanup.
     new 6abff01  added lucene-backward-codecs dependency for index 
compatibility between point-release updates. updated most other dependencies to 
latest versions. tested on 11, 14 and 15b26.
     new c124e3b  removed redundant synchronized map wrapper since cache is 
only accessed from within synchronized blocks and doesn't escape. added 
@Override.
     new c18b903  Merge pull request #63 from mbien/roller-6.0.x

The 4503 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                                        |  22 ++--
 .../business/search/IndexManagerImpl.java          | 115 ++++++++-------------
 .../weblogger/util/cache/ExpiringLRUCacheImpl.java |   6 +-
 .../roller/weblogger/util/cache/LRUCacheImpl.java  |  16 +--
 pom.xml                                            |   2 +-
 5 files changed, 69 insertions(+), 92 deletions(-)

Reply via email to