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 c0aa7727d456ef6287547a77b1e063b3020acdcf Author: juanpablo <[email protected]> AuthorDate: Fri Mar 6 19:02:33 2020 +0100 2.11.0-M7-git-12 --- ChangeLog.md | 13 +++++++++++++ jspwiki-main/src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 6590212..7737012 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,19 @@ specific language governing permissions and limitations under the License. --> +**2020-03-06 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.0-M7-git-12_ + +* [JSPWIKI-303](https://issues.apache.org/jira/browse/JSPWIKI-303): JSPWiki-API library creation + * Extracted `o.a.w.api.core.Session` from `o.a.w.WikiSession`, and use it throughout the code + * Removed `o.a.w.api.engine` package, moving the interfaces there to their appropiate packages. + * Promote `o.a.w.Release` to the `o.a.w.api` package + +* Internal classes' refactors in order to break some class / packages cycles. + +* Updated Tomcat to 9.0.31 in order to get JDK 8 level to compile and run JSPs when using the Cargo + plugin. Baseline is still servlet 3.1 (i.e.: Tomcat 8.x), though. **2002-03-04 Dirk Frederickx (brushed AT apache DOT org)** diff --git a/jspwiki-main/src/main/java/org/apache/wiki/api/Release.java b/jspwiki-main/src/main/java/org/apache/wiki/api/Release.java index 4bd4ab5..995eab0 100644 --- a/jspwiki-main/src/main/java/org/apache/wiki/api/Release.java +++ b/jspwiki-main/src/main/java/org/apache/wiki/api/Release.java @@ -69,7 +69,7 @@ public final class Release { * <p> * If the build identifier is empty, it is not added. */ - public static final String BUILD = "git-11"; + public static final String BUILD = "git-12"; /** * This is the generic version string you should use when printing out the version. It is of
