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 24e6f84 Merge pull request #88 from mbien/performance new 7c8974f Add unit tests for the IPBanList class new 0fd0b39 Use a synchronized set as it's shared across multiple threads and gets mutated new 491c3b7 Make a non-final log static field final, make an inner class static which doesn't have to be non-static new 7620d3b Use ConcurrentHashMap.newKeySet() instead of a synchronized set for better performance new a5417a5 Remove the forceLoad parameter which is always false from the loadBannedIpsIfNeeded() method as per review comment new 15bf473 Remove Mockito from pom.xml as it's not used at this point new 9dca2da Remove AssertJ as per review comment new 6742bb3 Merge pull request #75 from nuzayats/ipbanlist_fixes The 4597 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: .../apache/roller/weblogger/util/IPBanList.java | 31 +++++--- .../roller/weblogger/util/IPBanListTest.java | 93 ++++++++++++++++++++++ 2 files changed, 111 insertions(+), 13 deletions(-) create mode 100644 app/src/test/java/org/apache/roller/weblogger/util/IPBanListTest.java