This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git.
from 168cd47 2.11.0-M7-git-16
new a5ee51c Fix sonar issue: make isEnabled synchronized to match
setEnabled
new f34a799 Fix sonar issue: call remove on threadlocal variable
c_guestSession when session is removed
new 62e85b9 Fix sonar issue: (re)add equals method, as there's already a
hashCode() one
new 1ba2c7e Fix bug detected by Sonar, command should be compared
againsts PageCommand, not against the ContextEnum - No version bump
The 4 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:
.../src/main/java/org/apache/wiki/WikiContext.java | 2 +-
.../src/main/java/org/apache/wiki/WikiPage.java | 27 +++++++---------------
.../src/main/java/org/apache/wiki/WikiSession.java | 1 +
.../org/apache/wiki/rss/DefaultRSSGenerator.java | 2 +-
4 files changed, 11 insertions(+), 21 deletions(-)