From commits-return-18299-archive-asf-public=cust-asf.ponee.io@struts.apache.org Wed Jan 23 10:46:06 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0B8DA18066C for ; Wed, 23 Jan 2019 10:46:05 +0100 (CET) Received: (qmail 59082 invoked by uid 500); 23 Jan 2019 09:46:05 -0000 Mailing-List: contact commits-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 commits@struts.apache.org Received: (qmail 59073 invoked by uid 99); 23 Jan 2019 09:46:05 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2019 09:46:05 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 56DB185326; Wed, 23 Jan 2019 09:46:04 +0000 (UTC) Date: Wed, 23 Jan 2019 09:46:04 +0000 To: "commits@struts.apache.org" Subject: [struts-site] branch asf-site updated: Updates production by Jenkins MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154823676429.5556.3249015787168226471@gitbox.apache.org> From: git-site-role@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: struts-site X-Git-Refname: refs/heads/asf-site X-Git-Reftype: branch X-Git-Oldrev: 21ad1cc4189417f55ac587fe9b04bb20e2759997 X-Git-Newrev: b74d6feceb5c58cb99321f6cf184255643b7400c X-Git-Rev: b74d6feceb5c58cb99321f6cf184255643b7400c X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git The following commit(s) were added to refs/heads/asf-site by this push: new b74d6fe Updates production by Jenkins b74d6fe is described below commit b74d6feceb5c58cb99321f6cf184255643b7400c Author: jenkins AuthorDate: Wed Jan 23 09:46:02 2019 +0000 Updates production by Jenkins --- content/core-developers/interceptors.html | 2 +- content/core-developers/struts-default-xml.html | 2 +- content/index.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/core-developers/interceptors.html b/content/core-developers/interceptors.html index c74b793..1d227bf 100644 --- a/content/core-developers/interceptors.html +++ b/content/core-developers/interceptors.html @@ -338,7 +338,7 @@ than reiterate the same list of Interceptors, we can bundle these Interceptors t <bean type="com.opensymphony.xwork2.conversion.impl.XWorkConverter" name="struts" class="com.opensymphony.xwork2.conversion.impl.XWorkConverter" /> - <bean type="com.opensymphony.xwork2.conversion.ConversionPropertiesProcessor" name="struts" class="com.opensymphony.xwork2.conversion.impl.DefaultConversionPropertiesProcessor" /> + <bean type="com.opensymphony.xwork2.conversion.ConversionPropertiesProcessor" name="struts" class="org.apache.struts2.conversion.StrutsConversionPropertiesProcessor" /> <bean type="com.opensymphony.xwork2.conversion.ConversionFileProcessor" name="struts" class="com.opensymphony.xwork2.conversion.impl.DefaultConversionFileProcessor" /> <bean type="com.opensymphony.xwork2.conversion.ConversionAnnotationProcessor" name="struts" class="com.opensymphony.xwork2.conversion.impl.DefaultConversionAnnotationProcessor" /> <bean type="com.opensymphony.xwork2.conversion.TypeConverterCreator" name="struts" class="org.apache.struts2.conversion.StrutsTypeConverterCreator" /> diff --git a/content/core-developers/struts-default-xml.html b/content/core-developers/struts-default-xml.html index 41a296c..60be1a0 100644 --- a/content/core-developers/struts-default-xml.html +++ b/content/core-developers/struts-default-xml.html @@ -253,7 +253,7 @@ setting in struts.properties.

<bean type="com.opensymphony.xwork2.conversion.impl.XWorkConverter" name="struts" class="com.opensymphony.xwork2.conversion.impl.XWorkConverter" /> - <bean type="com.opensymphony.xwork2.conversion.ConversionPropertiesProcessor" name="struts" class="com.opensymphony.xwork2.conversion.impl.DefaultConversionPropertiesProcessor" /> + <bean type="com.opensymphony.xwork2.conversion.ConversionPropertiesProcessor" name="struts" class="org.apache.struts2.conversion.StrutsConversionPropertiesProcessor" /> <bean type="com.opensymphony.xwork2.conversion.ConversionFileProcessor" name="struts" class="com.opensymphony.xwork2.conversion.impl.DefaultConversionFileProcessor" /> <bean type="com.opensymphony.xwork2.conversion.ConversionAnnotationProcessor" name="struts" class="com.opensymphony.xwork2.conversion.impl.DefaultConversionAnnotationProcessor" /> <bean type="com.opensymphony.xwork2.conversion.TypeConverterCreator" name="struts" class="org.apache.struts2.conversion.StrutsTypeConverterCreator" /> diff --git a/content/index.html b/content/index.html index b33e8e1..8e09543 100644 --- a/content/index.html +++ b/content/index.html @@ -174,7 +174,7 @@ The Apache Struts Team recommends to immediately upgrade your Struts 2 based projects to use the latest released version of Commons FileUpload library, which is currently 1.3.3. - Announcement + Announcement

@@ -182,7 +182,7 @@

The Apache Struts Team informs about discontinuing support for Struts 2.3.x branch in 6 months, you can expect only support in case of security issues and we recommend migration to the latest version of Struts, read more in - Announcement + Announcement