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 2013/06/07 01:53:44 UTC

svn commit: r1490478 - in /incubator/jspwiki/trunk: ChangeLog jspwiki-war/src/main/java/org/apache/wiki/Release.java

Author: juanpablo
Date: Thu Jun  6 23:53:44 2013
New Revision: 1490478

URL: http://svn.apache.org/r1490478
Log:
  * 2.10.0-svn-8

  * removed some deprecated classes (related to JSPWIKI-303), targetted to be removed
    on 2.10. Specifically: 
      - o.a.w.FileUtil: in favour of o.a.w.util.FileUtil
      - o.a.w.TextUtil: in favour of o.a.w.util.TextUtil
      - o.a.w.filters.FilterManager: in favour of o.a.w.filters.DefaultFilterManager
      - o.a.w.plugin.PluginManager: in favour of o.a.w.plugin.DefaultPluginManager

  * JSPWIKI-780: InternationalizationManagerTest is no longer sytem-locale dependent

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=1490478&r1=1490477&r2=1490478&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Thu Jun  6 23:53:44 2013
@@ -1,3 +1,16 @@
+2013-06-06  Juan Pablo Santos (juanpablo AT apache DOT org)
+
+       * 2.10.0-svn-8
+
+       * removed some deprecated classes (related to JSPWIKI-303), targetted to be removed
+         on 2.10. Specifically: 
+           - o.a.w.FileUtil: in favour of o.a.w.util.FileUtil
+           - o.a.w.TextUtil: in favour of o.a.w.util.TextUtil
+           - o.a.w.filters.FilterManager: in favour of o.a.w.filters.DefaultFilterManager
+           - o.a.w.plugin.PluginManager: in favour of o.a.w.plugin.DefaultPluginManager
+
+       * JSPWIKI-780: InternationalizationManagerTest is no longer sytem-locale dependent
+
 2013-06-06  Harry Metske (metskem@apache.org)
 
        * 2.10.0-svn-7

Modified: incubator/jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java?rev=1490478&r1=1490477&r2=1490478&view=diff
==============================================================================
--- incubator/jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java Thu Jun  6 23:53:44 2013
@@ -75,7 +75,7 @@ public final class Release
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "7";
+    public static final String     BUILD         = "8";
     
     /**
      *  This is the generic version string you should use