You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2019/12/20 18:20:32 UTC

[jspwiki] 10/10: 2.11.0-M7-git-02

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

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit 528d825432866f7703346800231ae9813519175d
Author: juanpablo <ju...@apache.org>
AuthorDate: Fri Dec 20 19:19:42 2019 +0100

    2.11.0-M7-git-02
---
 ChangeLog.md                                            | 10 ++++++++++
 jspwiki-main/src/main/java/org/apache/wiki/Release.java |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index b70ff72..a8ee2dc 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -17,6 +17,16 @@ specific language governing permissions and limitations
 under the License.
 -->
 
+**2019-12-20  Juan Pablo Santos (juanpablo AT apache DOT org)**
+
+* _2.11.0-M7-git-02_
+
+* [JSPWIKI-120](https://issues.apache.org/jira/browse/JSPWIKI-120): Separate rendering engine from core
+    * `DifferenceManager` renamed as `WikiDifferenceManager`, with new `DifferenceManager` extracted as interface of `WikiDifferenceManager`
+    * `getDiff(..)` method deleted from `WikiEngine`, use the one located on `DifferenceManager`
+    * `VariableManager` renamed as `WikiVariableManager`, with new `VariableManager` extracted as interface of `WikiVariableManager`
+    * `getVariable(..)` method deleted from `WikiEngine`, use the one located on `VariableManager`
+
 **2019-12-19  Juan Pablo Santos (juanpablo AT apache DOT org)**
 
 * _2.11.0-M7-git-01_
diff --git a/jspwiki-main/src/main/java/org/apache/wiki/Release.java b/jspwiki-main/src/main/java/org/apache/wiki/Release.java
index 3fea463..8aaa884 100644
--- a/jspwiki-main/src/main/java/org/apache/wiki/Release.java
+++ b/jspwiki-main/src/main/java/org/apache/wiki/Release.java
@@ -72,7 +72,7 @@ public final class Release {
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "git-01";
+    public static final String     BUILD         = "git-02";
 
     /**
      *  This is the generic version string you should use when printing out the version.  It is of