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 dfb8b45  2.11.0-M1-git-07
     new f01e854  more use of generics
     new 2b4d583  more use of generics
     new 789cef2  log exception
     new efd6512  no need of catching UnsupportedEncodingException
     new 7e7b0c0  simplify WikiContexthasAdminPermissions()
     new da34fc4  avoid UnsupportedEncodingException and small refactor to be 
able to use try-with-resources
     new db3f7f1  avoid concurrency issue by building a new Set, remove close 
it's called implicitly
     new 728fba0  avoid catching UnsupportedEncodingException
     new c22f374  avoid catching UnsupportedEncodingException
     new 045ee2a  breaking change: both urlDecode methods don't throw 
UnsupportedOperationException anymore
     new 92e6e5e  remove compilation warnings
     new 187d379  breaking: verifySaltedPassword doesn't throw 
UnsupportedEncodingException anymore
     new f7a5971  remove some warnings
     new d75b50b  * (breaking) ClassUtil#getMappedObject methods now throw 
ReflectiveOperationException, IllegalArgumentException instead of WikiException 
* getMappedClass method now throws ClassNotFoundException instead of 
WikiException
     new 5e8f280  further refactors on ClassUtil
     new 69c64db  use java 8 class instead of commons-codec one
     new bf9e8b7  add @Overrides
     new ebbbeca  fix typo and use constants instead of Strings
     new 9dfbe70  try to load as many externals third-party jars as possible 
instead of trying all-or-nothing approach of loading them
     new 83b9c10  remove last warning from util package
     new 0abc7d0  2.11.0-M1-git-08

The 21 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:
 ChangeLog                                          |  25 ++-
 .../java/org/apache/wiki/ReferenceManager.java     | 212 +++++++++------------
 .../src/main/java/org/apache/wiki/Release.java     |   2 +-
 .../src/main/java/org/apache/wiki/WikiContext.java |  39 ++--
 .../src/main/java/org/apache/wiki/WikiEngine.java  |  96 ++++------
 .../java/org/apache/wiki/auth/UserManager.java     |   7 +-
 .../wiki/auth/user/AbstractUserDatabase.java       |  17 +-
 .../apache/wiki/plugin/DefaultPluginManager.java   |  17 +-
 .../wiki/providers/AbstractFileProvider.java       |  27 +--
 .../wiki/providers/CachingAttachmentProvider.java  |  51 +++--
 .../org/apache/wiki/render/RenderingManager.java   |   6 +-
 .../org/apache/wiki/tags/IfNoSearchResultsTag.java |  16 +-
 .../java/org/apache/wiki/tags/IteratorTag.java     |  16 +-
 .../apache/wiki/tags/SearchResultIteratorTag.java  |   8 +-
 .../org/apache/wiki/tags/SearchResultsSizeTag.java |  10 +-
 .../org/apache/wiki/tags/SearchResultsTag.java     |  22 +--
 .../java/org/apache/wiki/ui/TemplateManager.java   |  17 +-
 .../main/java/org/apache/wiki/util/ClassUtil.java  | 197 +++++++------------
 .../org/apache/wiki/util/CommentedProperties.java  |   9 +-
 .../main/java/org/apache/wiki/util/CryptoUtil.java |  32 +---
 .../main/java/org/apache/wiki/util/FormUtil.java   |  19 +-
 .../main/java/org/apache/wiki/util/TextUtil.java   |  62 ++----
 .../java/org/apache/wiki/xmlrpc/RPCHandler.java    |  16 +-
 .../java/org/apache/wiki/util/CryptoUtilTest.java  |   8 +-
 24 files changed, 378 insertions(+), 553 deletions(-)

Reply via email to