You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2014/09/12 17:26:29 UTC

git commit: Remove previously deprecated method

Repository: tapestry-5
Updated Branches:
  refs/heads/master 6a933834d -> 8b8487d05


Remove previously deprecated method


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/8b8487d0
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/8b8487d0
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/8b8487d0

Branch: refs/heads/master
Commit: 8b8487d0522da29dd098dfbec8460a97b2ec12f4
Parents: 6a93383
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Sep 12 08:26:18 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Sep 12 08:26:32 2014 -0700

----------------------------------------------------------------------
 .../internal/TapestryAppInitializer.java        | 24 --------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/8b8487d0/tapestry-core/src/main/java/org/apache/tapestry5/internal/TapestryAppInitializer.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/TapestryAppInitializer.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/TapestryAppInitializer.java
index cfd02de..8fbc12e 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/internal/TapestryAppInitializer.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/TapestryAppInitializer.java
@@ -74,30 +74,6 @@ public class TapestryAppInitializer
      *         logger for output confirmation
      * @param appProvider
      *         provides symbols for the application (normally, from the ServletContext init
-     *         parameters)
-     * @param appName
-     *         the name of the application (i.e., the name of the application servlet)
-     * @param aliasMode
-     *         ignored (was used in 5.2 and earlier)
-     * @param executionModes
-     *         an optional, comma-separated list of execution modes, each of which is used
-     *         to find a list of additional module classes to load (key
-     *         <code>tapestry.<em>name</em>-modules</code> in appProvider, i.e., the servlet
-     *         context)
-     * @deprecated Use {@link #TapestryAppInitializer(Logger, SymbolProvider, String, String)} instead.
-     *             To be removed in 5.4.
-     */
-    public TapestryAppInitializer(Logger logger, SymbolProvider appProvider, String appName, String aliasMode,
-                                  String executionModes)
-    {
-        this(logger, appProvider, appName, executionModes);
-    }
-
-    /**
-     * @param logger
-     *         logger for output confirmation
-     * @param appProvider
-     *         provides symbols for the application (normally, from the ServletContext init
      *         parameters), plus (as of 5.4) the value for symbol {@link SymbolConstants#CONTEXT_PATH}
      * @param appName
      *         the name of the application (i.e., the name of the application servlet)