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 03fba43cc udpate project-info-reports-plugin to 3.5.0 - no version bump
     new 1ee6fd6c3 use engine.getEncoding instead of response.getEncoding
     new 082fae508 url decode name, it's needed to get the appropiate page name
     new e5d70645f update commons-lang to 3.14.0
     new d18dc3ac6 Introduce CustomWikiEventListeners, as an easy way to 
register 3rd party listeners
     new 815861430 update commons-lang to 3.14.0
     new c14fb662d Update cargo to 1.10.11 - closes #324, thanks to dependabot
     new 1ce7f38c5 2.12.2-git-10

The 7 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.md                                       | 12 ++++++++
 LICENSE                                            |  2 +-
 .../src/main/java/org/apache/wiki/api/Release.java |  2 +-
 .../main/java/org/apache/wiki/api/core/Engine.java | 14 ++++++++--
 .../CustomWikiEventListener.java}                  | 26 ++++++++++--------
 .../java/org/apache/wiki/api/events}/package.html  |  4 +--
 .../CustomWikiEventListenerTest.java}              | 32 ++++++++++++----------
 .../CustomWikiEventListenerTestImpl.java}          | 29 ++++++++++++--------
 ....apache.wiki.api.events.CustomWikiEventListener |  1 +
 .../java/org/apache/wiki/ui/WikiJSPFilter.java     |  5 ++--
 .../java/org/apache/wiki/url/URLConstructor.java   |  5 ++--
 pom.xml                                            |  4 +--
 12 files changed, 84 insertions(+), 52 deletions(-)
 copy jspwiki-api/src/main/java/org/apache/wiki/api/{engine/Initializable.java 
=> events/CustomWikiEventListener.java} (54%)
 copy 
{jspwiki-it-tests/jspwiki-selenide-tests/src/main/java/org/apache/wiki/pages => 
jspwiki-api/src/main/java/org/apache/wiki/api/events}/package.html (91%)
 copy 
jspwiki-api/src/test/java/org/apache/wiki/api/{engine/EngineLifecycleExtensionTest.java
 => events/CustomWikiEventListenerTest.java} (63%)
 copy 
jspwiki-api/src/test/java/org/apache/wiki/api/{engine/EngineLifecycleExtensionTestImpl.java
 => events/CustomWikiEventListenerTestImpl.java} (58%)
 create mode 100644 
jspwiki-api/src/test/resources/META-INF/services/org.apache.wiki.api.events.CustomWikiEventListener

Reply via email to