From issues-return-33575-archive-asf-public=cust-asf.ponee.io@struts.apache.org Sun Dec 29 16:05:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8BCEE18063F for ; Sun, 29 Dec 2019 17:05:02 +0100 (CET) Received: (qmail 25009 invoked by uid 500); 29 Dec 2019 16:05:01 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 24996 invoked by uid 99); 29 Dec 2019 16:05:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Dec 2019 16:05:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0583FE0E2E for ; Sun, 29 Dec 2019 16:05:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 6C00A780875 for ; Sun, 29 Dec 2019 16:05:00 +0000 (UTC) Date: Sun, 29 Dec 2019 16:05:00 +0000 (UTC) From: "Hudson (Jira)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-5049) Move Velocity support into a dedicated plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-5049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17004832#comment-17004832 ] Hudson commented on WW-5049: ---------------------------- SUCCESS: Integrated in Jenkins build Struts-master-JDK8 #283 (See [https://builds.apache.org/job/Struts-master-JDK8/283/]) WW-5049 Moves Velocity support into a dedicated plugin (lukaszlenart: rev 5c55e69b4fb8effd6456e222ff4d080c13cd41f1) * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/doubleselect.vm * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/password.vm * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/label.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/StrutsResourceLoader.java * (edit) core/src/test/java/org/apache/struts2/views/TemplateEngineManagerTest.java * (delete) core/src/main/resources/template/archive/simple/submit.vm * (delete) core/src/main/resources/template/archive/simple/password.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/RadioDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/OptionTransferSelectDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/AnchorDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/PushDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/DateDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/TextAreaDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/UpDownSelectDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/simple/doubleselect.vm * (add) plugins/velocity/src/main/resources/template/velocity/ajax/a.vm * (add) plugins/velocity/src/main/resources/template/velocity/simple/select.vm * (delete) core/src/main/resources/template/archive/xhtml/table.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/PropertyDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/RadioDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/TokenDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/ActionErrorDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/simple/form-close.vm * (add) plugins/velocity/src/main/resources/template/velocity/simple/label.vm * (delete) core/src/main/resources/template/archive/simple/textarea.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/SubmitDirective.java * (delete) core/src/main/resources/template/archive/xhtml/controlheader.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/LabelDirective.java * (delete) core/src/main/resources/template/archive/ajax/submit.vm * (add) plugins/velocity/src/main/resources/template/velocity/simple/combobox.vm * (delete) core/src/main/resources/template/archive/simple/radiomap.vm * (add) plugins/velocity/src/main/resources/template/velocity/simple/debug.vm * (delete) core/src/main/resources/template/archive/ajax/form-close.vm * (delete) core/src/main/resources/template/archive/ajax/a-close.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/BeanDirective.java * (add) plugins/velocity/pom.xml * (edit) apps/showcase/src/main/resources/struts-tags-ui.xml * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/hidden.vm * (edit) core/src/main/java/org/apache/struts2/StrutsConstants.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/ActionMessageDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/PasswordDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/simple/token.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/InputTransferSelectDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/simple/file.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/FileDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/simple/checkboxlist.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/VelocityConstants.java * (delete) core/src/main/resources/template/archive/xhtml/token.vm * (add) plugins/velocity/src/main/resources/template/velocity/simple/scripting-events.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/package.html * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/ComponentDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/ResetDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/file.vm * (add) plugins/velocity/src/main/resources/template/velocity/ajax/tab.vm * (add) plugins/velocity/src/main/resources/template/velocity/ajax/form.vm * (edit) pom.xml * (delete) core/src/main/resources/template/archive/xhtml/checkbox.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/ActionDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/ComboBoxDirective.java * (delete) core/src/main/resources/template/archive/xhtml/radiomap.vm * (delete) core/src/main/resources/template/archive/ajax/tab-close.vm * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/combobox.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/FormDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/ajax/submit.vm * (delete) core/src/main/resources/template/archive/simple/file.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/template/VelocityTemplateEngine.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/CheckBoxListDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/simple/table.vm * (delete) core/src/main/resources/template/archive/xhtml/password.vm * (edit) core/src/main/java/org/apache/struts2/config/entities/ConstantConfig.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/CheckBoxListDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/FieldErrorDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/TextFieldDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/form-close.vm * (delete) core/src/main/resources/template/archive/xhtml/empty.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/UpDownSelectDirective.java * (delete) core/src/main/resources/template/archive/simple/combobox.vm * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/table.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/ParamDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/controlheader.vm * (add) plugins/velocity/src/test/java/org/apache/struts2/views/velocity/template/VelocityTemplateEngineTest.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/I18nDirective.java * (delete) core/src/main/resources/template/archive/xhtml/select.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/IncludeDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/URLDirective.java * (delete) core/src/main/resources/template/archive/simple/hidden.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/StrutsVelocityContext.java * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/form.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/InputTransferSelectDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/text.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/VelocityBeanSelectionProvider.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/VelocityTagLibrary.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/AbstractDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/FormDirective.java * (edit) core/src/main/resources/struts-default.xml * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/select.vm * (delete) core/src/main/resources/template/archive/xhtml/form-close.vm * (delete) core/src/main/resources/template/archive/simple/form.vm * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/checkbox.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/OptGroupDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/controlfooter.vm * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/debug.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/ActionErrorDirective.java * (delete) core/src/main/resources/template/archive/xhtml/controlfooter.vm * (delete) core/src/main/resources/template/archive/simple/label.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/VelocityManager.java * (add) plugins/velocity/src/main/resources/template/velocity/ajax/form-close.vm * (add) plugins/velocity/src/main/resources/template/velocity/ajax/div.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/SetDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/ActionDirective.java * (delete) core/src/test/java/org/apache/struts2/result/VelocityResultTest.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/ParamDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/StrutsResourceLoader.java * (add) plugins/velocity/src/test/java/org/apache/struts2/views/velocity/result/VelocityResultTest.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/BeanDirective.java * (delete) core/src/main/resources/template/archive/xhtml/textarea.vm * (add) plugins/velocity/src/main/resources/template/velocity/ajax/a-close.vm * (delete) core/src/main/resources/template/archive/simple/doubleselect.vm * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/textarea.vm * (delete) core/src/main/resources/template/archive/simple/checkbox.vm * (delete) core/src/main/resources/template/archive/xhtml/debug.vm * (delete) core/src/main/resources/template/archive/ajax/div-close.vm * (delete) core/src/main/resources/template/archive/xhtml/label.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/CheckBoxDirective.java * (delete) core/src/main/resources/template/archive/xhtml/text.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/TextAreaDirective.java * (edit) core/src/main/java/org/apache/struts2/config/DefaultBeanSelectionProvider.java * (delete) core/src/main/resources/template/archive/xhtml/file.vm * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/checkboxlist.vm * (add) plugins/velocity/src/main/resources/template/velocity/simple/empty.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/PasswordDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/HiddenDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/package.html * (delete) core/src/main/resources/template/archive/ajax/div.vm * (edit) core/src/main/java/org/apache/struts2/views/TagLibraryDirectiveProvider.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/AbstractDirective.java * (edit) plugins/sitemesh/pom.xml * (delete) core/src/main/resources/template/archive/simple/table.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/SubmitDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/HeadDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/FileDirective.java * (delete) core/src/main/resources/template/archive/simple/text.vm * (delete) core/src/main/resources/template/archive/ajax/a.vm * (delete) core/src/main/java/org/apache/struts2/components/template/VelocityTemplateEngine.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/VelocityManager.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/URLDirective.java * (delete) core/src/main/resources/template/archive/xhtml/checkboxlist.vm * (add) plugins/velocity/src/main/resources/template/velocity/ajax/div-close.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/I18nDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/HiddenDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/ActionMessageDirective.java * (delete) core/src/main/resources/template/archive/xhtml/submit.vm * (add) plugins/velocity/src/main/resources/template/velocity/simple/hidden.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/HeadDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/LabelDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/OptGroupDirective.java * (delete) core/src/main/resources/template/archive/simple/token.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/TextDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/TextFieldDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/simple/checkbox.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/DoubleSelectDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/FieldErrorDirective.java * (delete) core/src/main/resources/template/archive/simple/form-close.vm * (add) plugins/velocity/src/main/resources/template/velocity/simple/password.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/TokenDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/radiomap.vm * (delete) core/src/main/resources/template/archive/xhtml/form.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/ComponentDirective.java * (delete) core/src/main/resources/template/archive/simple/select.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/AnchorDirective.java * (delete) core/src/main/resources/template/archive/simple/empty.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/SetDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/PropertyDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/DoubleSelectDirective.java * (delete) core/src/main/resources/template/archive/ajax/form.vm * (edit) plugins/portlet/pom.xml * (add) plugins/velocity/src/main/resources/template/velocity/simple/form.vm * (delete) core/src/main/resources/template/archive/simple/checkboxlist.vm * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/empty.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/ResetDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/simple/text.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/OptionTransferSelectDirective.java * (delete) core/src/main/resources/template/archive/xhtml/hidden.vm * (edit) plugins/pom.xml * (add) plugins/velocity/src/main/resources/template/velocity/simple/radiomap.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/CheckBoxDirective.java * (edit) apps/showcase/pom.xml * (delete) core/src/main/resources/template/archive/ajax/tab.vm * (delete) core/src/main/resources/template/archive/xhtml/combobox.vm * (delete) core/src/main/resources/template/archive/simple/debug.vm * (add) plugins/velocity/src/main/resources/template/velocity/simple/submit.vm * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/submit.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/TextDirective.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/SelectDirective.java * (delete) core/src/main/resources/template/archive/xhtml/doubleselect.vm * (delete) core/src/main/java/org/apache/struts2/result/VelocityResult.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/DateDirective.java * (edit) core/src/main/java/org/apache/struts2/views/DefaultTagLibrary.java * (delete) core/src/main/java/org/apache/struts2/views/velocity/components/ComboBoxDirective.java * (add) plugins/velocity/src/main/resources/template/velocity/xhtml/token.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/IncludeDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/SelectDirective.java * (add) plugins/velocity/src/main/resources/struts-plugin.xml * (add) plugins/velocity/src/main/resources/template/velocity/simple/textarea.vm * (add) plugins/velocity/src/main/resources/template/velocity/ajax/tab-close.vm * (delete) core/src/main/java/org/apache/struts2/views/velocity/StrutsVelocityContext.java * (delete) core/src/main/resources/template/archive/simple/scripting-events.vm * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/components/PushDirective.java * (add) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/result/VelocityResult.java WW-5049 Allows define a custom bean provider (lukaszlenart: rev a7cfed7a9641d2f48a7656dee76412bb8efa9b5a) * (edit) core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java * (add) core/src/main/resources/struts-2.6.dtd * (edit) plugins/velocity/src/main/resources/struts-plugin.xml WW-5049 Drops name as not needed (lukaszlenart: rev d0039d191bb92e12ec12c12bccd713fb263f93c9) * (edit) plugins/velocity/src/main/resources/struts-plugin.xml WW-5049 Extends xwork DTD as well (lukaszlenart: rev df4e193aa87bdaa0637d26f9c39184fa550bc52e) * (add) core/src/main/resources/xwork-2.6.dtd * (edit) core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java * (edit) core/src/main/java/org/apache/struts2/config/StrutsXmlConfigurationProvider.java WW-5049 Includes the new plugin in assembly (lukaszlenart: rev 934b5d14106865058f631fc8f20643d5e74a94c8) * (edit) assembly/src/main/assembly/all.xml WW-5049 Renames default bean provider (lukaszlenart: rev 84f84380266f461eecc3c6e8f3febf65c055695b) * (add) core/src/main/java/org/apache/struts2/config/StrutsBeanSelectionProvider.java * (edit) core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java * (edit) core/src/main/resources/struts-default.xml * (delete) core/src/main/java/org/apache/struts2/config/DefaultBeanSelectionProvider.java * (add) core/src/test/java/org/apache/struts2/config/StrutsBeanSelectionProviderTest.java * (delete) core/src/test/java/org/apache/struts2/config/DefaultBeanSelectionProviderTest.java * (edit) core/src/main/java/org/apache/struts2/dispatcher/StaticContentLoader.java * (edit) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/VelocityBeanSelectionProvider.java WW-5049 Adds missing internal dependency (lukaszlenart: rev 868ec779bf47ee0a0a4844c69a861056a944bc49) * (edit) plugins/osgi/pom.xml * (edit) plugins/config-browser/src/main/java/org/apache/struts2/config_browser/ShowBeansAction.java * (edit) plugins/velocity/pom.xml * (edit) plugins/config-browser/pom.xml WW-5049 Sets proper order of configuration elements (lukaszlenart: rev 7c6dfe193092af4f074c16d3bf1c1dc2a8e14c28) * (edit) core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java * (edit) core/src/main/resources/xwork-2.6.dtd * (edit) core/src/main/resources/struts-2.6.dtd * (edit) plugins/velocity/src/main/resources/struts-plugin.xml WW-5049 Drops unused files (lukaszlenart: rev 0009bdeb31c9864267b1c5a8583bf975e42e16c9) * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/text.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/table.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/doubleselect.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/label.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/submit.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/debug.vm * (delete) plugins/velocity/src/main/resources/template/velocity/ajax/submit.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/combobox.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/doubleselect.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/checkboxlist.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/checkbox.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/token.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/textarea.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/radiomap.vm * (delete) plugins/velocity/src/main/resources/template/velocity/ajax/tab-close.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/form-close.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/table.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/file.vm * (delete) plugins/velocity/src/main/resources/template/velocity/ajax/a.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/password.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/debug.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/checkbox.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/radiomap.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/combobox.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/label.vm * (delete) plugins/velocity/src/main/resources/template/velocity/ajax/form.vm * (delete) plugins/velocity/src/main/resources/template/velocity/ajax/div-close.vm * (delete) plugins/velocity/src/main/resources/template/velocity/ajax/form-close.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/scripting-events.vm * (delete) plugins/velocity/src/main/resources/template/velocity/ajax/a-close.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/hidden.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/hidden.vm * (delete) plugins/velocity/src/main/resources/template/velocity/ajax/div.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/submit.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/controlfooter.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/textarea.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/checkboxlist.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/empty.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/form.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/text.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/select.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/empty.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/form.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/file.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/form-close.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/controlheader.vm * (delete) plugins/velocity/src/main/resources/template/velocity/ajax/tab.vm * (delete) plugins/velocity/src/main/resources/template/velocity/simple/token.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/select.vm * (delete) plugins/velocity/src/main/resources/template/velocity/xhtml/password.vm WW-5049 Supports bean-selection via Java config (lukaszlenart: rev 9c1b0cf1c25d057899e28a5323fbed8ebf45a44e) * (edit) core/src/test/java/com/opensymphony/xwork2/util/location/LocationUtilsTest.java * (add) core/src/test/java/org/apache/struts2/config/TestBeanSelectionProvider.java * (edit) core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java * (edit) core/src/main/java/org/apache/struts2/config/StrutsJavaConfiguration.java * (edit) plugins/velocity/src/main/resources/struts-plugin.xml * (edit) core/src/main/java/org/apache/struts2/config/StrutsJavaConfigurationProvider.java * (edit) core/src/test/java/org/apache/struts2/config/StrutsJavaConfigurationProviderTest.java * (edit) core/src/main/resources/struts-2.6.dtd * (edit) core/src/main/resources/xwork-2.6.dtd * (add) core/src/main/java/org/apache/struts2/config/entities/BeanSelectionConfig.java WW-5049 Drops empty space (lukaszlenart: rev 8d8b306c3c16cb2d345d152121fcaf67b5fad346) * (edit) core/src/main/resources/xwork-2.6.dtd WW-5049 Reverts to static final as this will be refactored anyway (lukaszlenart: rev a456b1fdd569a65307de6add29fe20700f496fd8) * (edit) plugins/velocity/src/main/java/org/apache/struts2/views/velocity/VelocityManager.java > Move Velocity support into a dedicated plugin > --------------------------------------------- > > Key: WW-5049 > URL: https://issues.apache.org/jira/browse/WW-5049 > Project: Struts 2 > Issue Type: New Feature > Components: Core > Reporter: Lukasz Lenart > Priority: Major > Fix For: 2.6 > > > Right now Velocity is tied to the Core even if not used by users and they must include it in their apps, increasing size of the app. > It would be good to allow move Velocity plugin into a dedicated plugin plus still allow overrides its extension points. -- This message was sent by Atlassian Jira (v8.3.4#803005)