[struts] branch action-context-boost updated (e4a39eb -> 3cccede)

2020-03-22 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch action-context-boost
in repository https://gitbox.apache.org/repos/asf/struts.git.


 discard e4a39eb  WW-4789 WW-3788 ActionContext refactoring
 new 3cccede  WW-4789 WW-3788 ActionContext refactoring

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e4a39eb)
\
 N -- N -- N   refs/heads/action-context-boost (3cccede)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/struts2/components/ActionComponent.java |   2 +-
 .../org/apache/struts2/views/jsp/TagUtils.java |   2 +-
 .../com/opensymphony/xwork2/StubValueStack.java|   2 +-
 .../interceptor/ChainingInterceptorTest.java   |   2 +-
 .../ConversionErrorInterceptorTest.java|   4 +-
 .../ExceptionMappingInterceptorTest.java   |   2 +-
 .../ParameterFilterInterceptorTest.java|  20 +-
 .../ParameterRemoverInterceptorTest.java   | 191 ++---
 .../AnnotationParameterFilterInterceptorTest.java  | 313 ++---
 .../ConversionErrorFieldValidatorTest.java |  10 +-
 .../struts2/components/ActionComponentTest.java|  16 +-
 .../interceptor/ClearSessionInterceptorTest.java   |   6 +-
 .../interceptor/MessageStoreInterceptorTest.java   |  83 +++---
 .../MessageStorePreResultListenerTest.java |  26 +-
 .../StrutsConversionErrorInterceptorTest.java  |   2 +-
 .../apache/struts2/result/PlainTextResultTest.java |   2 +-
 .../struts2/result/ServletRedirectResultTest.java  | 106 ---
 .../views/freemarker/FreeMarkerResultTest.java |  31 +-
 .../freemarker/FreemarkerResultMockedTest.java |  42 ++-
 .../apache/struts2/views/jsp/ActionTagTest.java|   3 +-
 .../PackageBasedActionConfigBuilderTest.java   |   2 +-
 .../interceptor/PortletAwareInterceptorTest.java   |  12 +-
 .../interceptor/PortletStateInterceptorTest.java   | 230 +++
 .../struts2/rest/handler/JuneauXmlHandlerTest.java |   2 +-
 24 files changed, 543 insertions(+), 568 deletions(-)



[struts] branch action-context-boost updated (3cccede -> 3739b66)

2020-03-22 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch action-context-boost
in repository https://gitbox.apache.org/repos/asf/struts.git.


 discard 3cccede  WW-4789 WW-3788 ActionContext refactoring
 new 3739b66  WW-4789 WW-3788 ActionContext refactoring

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3cccede)
\
 N -- N -- N   refs/heads/action-context-boost (3739b66)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../com/opensymphony/xwork2/ActionContext.java | 22 +-
 .../xwork2/DefaultActionInvocation.java|  2 +-
 .../opensymphony/xwork2/DefaultActionProxy.java|  4 ++--
 .../xwork2/config/impl/DefaultConfiguration.java   |  2 +-
 .../opensymphony/xwork2/ognl/OgnlValueStack.java   |  2 +-
 .../xwork2/util/XWorkTestCaseHelper.java   |  4 ++--
 .../org/apache/struts2/ServletActionContext.java   |  2 +-
 .../struts2/dispatcher/PrepareOperations.java  |  4 ++--
 .../apache/struts2/factory/StrutsActionProxy.java  |  4 ++--
 .../struts2/interceptor/BackgroundProcess.java |  2 +-
 .../struts2/util/InvocationSessionStore.java   |  3 +--
 .../apache/struts2/util/StrutsTestCaseHelper.java  |  2 +-
 .../org/apache/struts2/views/jsp/TagUtils.java |  5 ++---
 .../com/opensymphony/xwork2/ActionContextTest.java |  4 ++--
 .../xwork2/ActionContextThreadLocalTest.java   |  2 +-
 .../com/opensymphony/xwork2/ActionSupportTest.java |  2 +-
 .../com/opensymphony/xwork2/ChainResultTest.java   |  2 +-
 .../xwork2/DefaultTextProviderTest.java|  2 +-
 .../com/opensymphony/xwork2/LocaleAwareTest.java   |  2 +-
 .../com/opensymphony/xwork2/StubValueStack.java|  2 +-
 .../interceptor/ChainingInterceptorTest.java   |  2 +-
 .../ConversionErrorInterceptorTest.java|  4 ++--
 .../DefaultWorkflowInterceptorTest.java|  2 +-
 .../ExceptionMappingInterceptorTest.java   |  2 +-
 .../ParameterRemoverInterceptorTest.java   |  2 +-
 .../interceptor/ValidationErrorAwareTest.java  |  2 +-
 ...ationInterceptorPrefixMethodInvocationTest.java |  2 +-
 .../AnnotationParameterFilterInterceptorTest.java  |  8 
 .../ActionAutowiringInterceptorTest.java   |  4 ++--
 .../ConversionErrorFieldValidatorTest.java |  2 +-
 .../DefaultActionValidatorManagerTest.java |  2 +-
 .../validator/SimpleActionValidationTest.java  |  4 ++--
 .../apache/struts2/ServletActionContextTest.java   |  2 +-
 .../interceptor/ClearSessionInterceptorTest.java   |  5 +
 .../struts2/interceptor/I18nInterceptorTest.java   |  2 +-
 .../interceptor/MessageStoreInterceptorTest.java   | 12 ++--
 .../MessageStorePreResultListenerTest.java |  8 
 .../StrutsConversionErrorInterceptorTest.java  |  2 +-
 .../struts2/interceptor/TokenInterceptorTest.java  |  2 +-
 .../apache/struts2/result/PlainTextResultTest.java |  2 +-
 .../struts2/result/ServletRedirectResultTest.java  |  2 +-
 .../struts2/util/InvocationSessionStoreTest.java   |  7 +++
 .../org/apache/struts2/util/TokenHelperTest.java   |  2 +-
 .../views/freemarker/FreeMarkerResultTest.java |  2 +-
 .../freemarker/FreemarkerResultMockedTest.java |  2 +-
 .../apache/struts2/views/jsp/AbstractTagTest.java  |  2 +-
 .../org/apache/struts2/views/jsp/TextTagTest.java  |  2 +-
 .../org/apache/struts2/views/jsp/URLTagTest.java   |  2 +-
 .../PackageBasedActionConfigBuilderTest.java   |  4 ++--
 .../org/apache/struts2/EmbeddedJSPResultTest.java  |  4 ++--
 .../struts2/views/java/simple/AbstractTest.java|  2 +-
 .../struts2/views/java/simple/TokenTest.java   |  3 +--
 .../org/apache/struts2/StrutsJUnit4TestCase.java   |  4 +---
 .../org/apache/struts2/StrutsRestTestCase.java |  2 +-
 .../java/org/apache/struts2/StrutsTestCase.java|  4 +---
 .../struts2/osgi/OsgiConfigurationProvider.java|  2 +-
 .../portlet/context/PortletActionContextTest.java  |  2 +-
 .../interceptor/PortletAwareInterceptorTest.java   |  6 +++---
 .../interceptor/PortletStateInterceptorTest.java   |  6 +++---
 .../struts2/portlet/result/PortletResultTest.java  |  5 +
 .../struts2/portlet/util/PortletUrl

[struts-site] branch fixes-tags updated (25b5766 -> c8aef5c)

2020-03-22 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch fixes-tags
in repository https://gitbox.apache.org/repos/asf/struts-site.git.


from 25b5766  Drops duplciated description
 add c8aef5c  Adds additional example for 

No new revisions were added by this update.

Summary of changes:
 source/tag-developers/iterator-tag.md | 15 +++
 1 file changed, 15 insertions(+)



[struts-site] branch asf-staging updated: Updates stage by Jenkins

2020-03-22 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new 56b0c10  Updates stage by Jenkins
56b0c10 is described below

commit 56b0c10fefd5e79568056360b4a2993c08e2efd0
Author: jenkins 
AuthorDate: Sun Mar 22 13:27:43 2020 +

Updates stage by Jenkins
---
 content/download.html| 52 
 content/tag-developers/iterator-tag.html | 14 +
 2 files changed, 40 insertions(+), 26 deletions(-)

diff --git a/content/download.html b/content/download.html
index 8ba3fbd..033fe74 100644
--- a/content/download.html
+++ b/content/download.html
@@ -207,8 +207,8 @@
 
   
 struts-2.5.22-all.zip 
(65MB)
-[https://www.apache.org/dist/struts/2.5.22/struts-2.5.22-all.zip.asc";>PGP]
-[https://www.apache.org/dist/struts/2.5.22/struts-2.5.22-all.zip.sha256";>SHA256]
+[https://downloads.apache.org/struts/2.5.22/struts-2.5.22-all.zip.asc";>PGP]
+[https://downloads.apache.org/struts/2.5.22/struts-2.5.22-all.zip.sha256";>SHA256]
   
 
   
@@ -217,8 +217,8 @@
 
   
 struts-2.5.22-apps.zip
 (35MB)
-[https://www.apache.org/dist/struts/2.5.22/struts-2.5.22-apps.zip.asc";>PGP]
-[https://www.apache.org/dist/struts/2.5.22/struts-2.5.22-apps.zip.sha256";>SHA256]
+[https://downloads.apache.org/struts/2.5.22/struts-2.5.22-apps.zip.asc";>PGP]
+[https://downloads.apache.org/struts/2.5.22/struts-2.5.22-apps.zip.sha256";>SHA256]
   
 
   
@@ -227,8 +227,8 @@
 
   
 struts-2.5.22-min-lib.zip
 (4MB)
-[https://www.apache.org/dist/struts/2.5.22/struts-2.5.22-min-lib.zip.asc";>PGP]
-[https://www.apache.org/dist/struts/2.5.22/struts-2.5.22-min-lib.zip.sha256";>SHA256]
+[https://downloads.apache.org/struts/2.5.22/struts-2.5.22-min-lib.zip.asc";>PGP]
+[https://downloads.apache.org/struts/2.5.22/struts-2.5.22-min-lib.zip.sha256";>SHA256]
   
 
   
@@ -237,8 +237,8 @@
 
   
 struts-2.5.22-lib.zip 
(19MB)
-[https://www.apache.org/dist/struts/2.5.22/struts-2.5.22-lib.zip.asc";>PGP]
-[https://www.apache.org/dist/struts/2.5.22/struts-2.5.22-lib.zip.sha256";>SHA256]
+[https://downloads.apache.org/struts/2.5.22/struts-2.5.22-lib.zip.asc";>PGP]
+[https://downloads.apache.org/struts/2.5.22/struts-2.5.22-lib.zip.sha256";>SHA256]
   
 
   
@@ -247,8 +247,8 @@
 
   
 struts-2.5.22-docs.zip
 (13MB)
-[https://www.apache.org/dist/struts/2.5.22/struts-2.5.22-docs.zip.asc";>PGP]
-[https://www.apache.org/dist/struts/2.5.22/struts-2.5.22-docs.zip.sha256";>SHA256]
+[https://downloads.apache.org/struts/2.5.22/struts-2.5.22-docs.zip.asc";>PGP]
+[https://downloads.apache.org/struts/2.5.22/struts-2.5.22-docs.zip.sha256";>SHA256]
   
 
   
@@ -257,8 +257,8 @@
 
   
 struts-2.5.22-src.zip 
(7MB)
-[https://www.apache.org/dist/struts/2.5.22/struts-2.5.22-src.zip.asc";>PGP]
-[https://www.apache.org/dist/struts/2.5.22/struts-2.5.22-src.zip.sha256";>SHA256]
+[https://downloads.apache.org/struts/2.5.22/struts-2.5.22-src.zip.asc";>PGP]
+[https://downloads.apache.org/struts/2.5.22/struts-2.5.22-src.zip.sha256";>SHA256]
   
 
   
@@ -347,9 +347,9 @@
 
   struts2-secure-jakarta-multipart-parser-plugin-1.1.jar
 
-[https://www.apache.org/dist/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1.jar.asc";>PGP]
-[https://www.apache.org/dist/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1.jar.md5";>MD5]
-[https://www.apache.org/dist/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1.jar.sha1";>SHA1]
+[https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1.jar.asc";>PGP]
+[https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1.jar.md5";>MD5]
+[https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1.jar.sha1";>SHA1]
   
 
   
@@ -360,9 +360,9 @@
 
   struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip
 
-[https://www.apache.org/dist/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip.m

[struts-site] branch fixes-tags updated (c8aef5c -> 59c21de)

2020-03-22 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch fixes-tags
in repository https://gitbox.apache.org/repos/asf/struts-site.git.


from c8aef5c  Adds additional example for 
 add 039da16  WW-5062 Uses downloads.a.o instead of www.apache.org/dist
 add 59c21de  Merge branch 'master' into fixes-tags

No new revisions were added by this update.

Summary of changes:
 source/download.html | 52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)



[struts-site] branch asf-staging updated: Updates stage by Jenkins

2020-03-22 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new e9fb91c  Updates stage by Jenkins
e9fb91c is described below

commit e9fb91c7e94981690409d96584e5a66789f58dc7
Author: jenkins 
AuthorDate: Sun Mar 22 13:33:06 2020 +

Updates stage by Jenkins



Buildbot failure in on jekyll_websites

2020-03-22 Thread buildbot
The Buildbot has detected a failed build on builder jekyll_websites while 
building struts.
Full details are available at:
https://ci2.apache.org/#builders/7/builds/54

Buildbot URL: https://ci2.apache.org/

Worker for this Build: bb_slave10_ubuntu

Build Reason: Triggered jekyll auto-build via .asf.yaml by lukaszlenart
Blamelist: asfinfra, commits@struts.apache.org

BUILD FAILED: failed '/usr/local/bin/jekyll-build.py --sourcetype ...' (failure)

Sincerely,
 -The Buildbot



[struts-site] branch master updated (039da16 -> b8131bb)

2020-03-22 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git.


from 039da16  WW-5062 Uses downloads.a.o instead of www.apache.org/dist
 add d6cafe7  Cleans up tag syntax page
 add a57b634  Adds a dedicated layout for Tags guide
 add dd4628a  Fixes return page
 add bc8e5ff  Breaks code into lines
 add 813df10  Adds back to parent page
 add c86a98c  Fixes back title
 add 9af2e24  Uses jsp highlighting
 add fa6b949  Uses list instead of table
 add eb24fdf  Fixes one example
 add ad1163e  Cleans up and reformats docs
 add 722b674  Cleans up and reformats docs
 add c82da8a  Cleans up and reformats form tags guide
 add 84e20ad  Cleans up and reformats the rest of docs
 add 91774d8  Fixes duplicated bold forma
 add 3a820bc  Uses proper layout and marks Dojo/Ajax related pages as 
deprecated
 add 5b5e263  Uses proper tagging for a header
 add 3a9549e  Uses var instead of id which was dropped
 add 130f9b8  Updates page to fit current tag refernce setup
 add f38e086  Fixes small typo
 add 25b5766  Drops duplciated description
 add c8aef5c  Adds additional example for 
 add 59c21de  Merge branch 'master' into fixes-tags
 new b8131bb  Merge pull request #141 from apache/fixes-tags

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../_layouts/{plugin.html => tag-developers.html}  |2 +-
 source/tag-developers/a-tag.md |  984 +-
 .../access-to-valuestack-from-jsps.md  |4 +-
 source/tag-developers/action-tag.md|  210 +-
 source/tag-developers/actionerror-tag.md   |  770 +---
 source/tag-developers/actionmessage-tag.md |  776 +---
 source/tag-developers/ajax-a-template.md   |6 +-
 .../tag-developers/ajax-and-javascript-recipes.md  |6 +-
 source/tag-developers/ajax-div-template.md |4 +-
 source/tag-developers/ajax-event-system.md |4 +-
 source/tag-developers/ajax-head-template.md|4 +-
 source/tag-developers/ajax-tags.md |5 +-
 source/tag-developers/ajax-theme.md|4 +-
 source/tag-developers/alt-syntax.md|2 +-
 source/tag-developers/append-tag.md|  106 +-
 source/tag-developers/bean-tag.md  |  129 +-
 .../cewolf-charts-using-velocity-templates.md  |2 +-
 source/tag-developers/checkbox-tag.md  |  790 +---
 source/tag-developers/checkboxlist-tag.md  |  872 +
 source/tag-developers/combobox-tag.md  | 1011 +-
 source/tag-developers/component-tag.md |  828 +---
 source/tag-developers/css-xhtml-theme.md   |2 +-
 source/tag-developers/date-tag.md  |  315 +--
 source/tag-developers/datetextfield-tag.md |  768 +---
 source/tag-developers/debug-tag.md |9 +-
 source/tag-developers/dojo-a-tag.md|4 +-
 source/tag-developers/dojo-autocompleter-tag.md|4 +-
 source/tag-developers/dojo-bind-tag.md |4 +-
 source/tag-developers/dojo-datetimepicker-tag.md   |4 +-
 source/tag-developers/dojo-div-tag.md  |4 +-
 source/tag-developers/dojo-head-tag.md |4 +-
 source/tag-developers/dojo-submit-tag.md   |4 +-
 source/tag-developers/dojo-tabbedpanel-tag.md  |4 +-
 source/tag-developers/dojo-textarea-tag.md |4 +-
 source/tag-developers/dojo-tree-tag.md |4 +-
 source/tag-developers/dojo-treenode-tag.md |4 +-
 source/tag-developers/doubleselect-tag.md  | 1509 +--
 source/tag-developers/else-tag.md  |   75 +-
 source/tag-developers/elseif-tag.md|  109 +-
 source/tag-developers/extending-themes.md  |2 +-
 source/tag-developers/fielderror-tag.md|  847 +---
 source/tag-developers/file-tag.md  |  792 +---
 source/tag-developers/form-tag.md  | 1026 +-
 source/tag-developers/form-tags.md |  854 -
 source/tag-developers/freemarker-tags.md   |2 +-
 source/tag-developers/freemarker.md|2 +-
 source/tag-developers/generator-tag.md |  255 +--
 source/tag-developers/generic-tags.md  |2 +-
 source/tag-developers/head-tag.md  |  761 +---
 source/tag-developers/hidden-tag.md|  779 +---
 source/tag-developers/i18n-tag.md  |  101 +-
 source/tag-developers/if-tag.md|  102 +-
 source/ta

[struts-site] 01/01: Merge pull request #141 from apache/fixes-tags

2020-03-22 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit b8131bb30c3575933cb18d1ee0e9a0ba338a32e5
Merge: 039da16 59c21de
Author: Lukasz Lenart 
AuthorDate: Mon Mar 23 07:16:37 2020 +0100

Merge pull request #141 from apache/fixes-tags

Cleans up tag syntax page

 source/_layouts/tag-developers.html|   41 +
 source/tag-developers/a-tag.md |  984 +-
 .../access-to-valuestack-from-jsps.md  |4 +-
 source/tag-developers/action-tag.md|  210 +-
 source/tag-developers/actionerror-tag.md   |  770 +---
 source/tag-developers/actionmessage-tag.md |  776 +---
 source/tag-developers/ajax-a-template.md   |6 +-
 .../tag-developers/ajax-and-javascript-recipes.md  |6 +-
 source/tag-developers/ajax-div-template.md |4 +-
 source/tag-developers/ajax-event-system.md |4 +-
 source/tag-developers/ajax-head-template.md|4 +-
 source/tag-developers/ajax-tags.md |5 +-
 source/tag-developers/ajax-theme.md|4 +-
 source/tag-developers/alt-syntax.md|2 +-
 source/tag-developers/append-tag.md|  106 +-
 source/tag-developers/bean-tag.md  |  129 +-
 .../cewolf-charts-using-velocity-templates.md  |2 +-
 source/tag-developers/checkbox-tag.md  |  790 +---
 source/tag-developers/checkboxlist-tag.md  |  872 +
 source/tag-developers/combobox-tag.md  | 1011 +-
 source/tag-developers/component-tag.md |  828 +---
 source/tag-developers/css-xhtml-theme.md   |2 +-
 source/tag-developers/date-tag.md  |  315 +--
 source/tag-developers/datetextfield-tag.md |  768 +---
 source/tag-developers/debug-tag.md |9 +-
 source/tag-developers/dojo-a-tag.md|4 +-
 source/tag-developers/dojo-autocompleter-tag.md|4 +-
 source/tag-developers/dojo-bind-tag.md |4 +-
 source/tag-developers/dojo-datetimepicker-tag.md   |4 +-
 source/tag-developers/dojo-div-tag.md  |4 +-
 source/tag-developers/dojo-head-tag.md |4 +-
 source/tag-developers/dojo-submit-tag.md   |4 +-
 source/tag-developers/dojo-tabbedpanel-tag.md  |4 +-
 source/tag-developers/dojo-textarea-tag.md |4 +-
 source/tag-developers/dojo-tree-tag.md |4 +-
 source/tag-developers/dojo-treenode-tag.md |4 +-
 source/tag-developers/doubleselect-tag.md  | 1509 +--
 source/tag-developers/else-tag.md  |   75 +-
 source/tag-developers/elseif-tag.md|  109 +-
 source/tag-developers/extending-themes.md  |2 +-
 source/tag-developers/fielderror-tag.md|  847 +---
 source/tag-developers/file-tag.md  |  792 +---
 source/tag-developers/form-tag.md  | 1026 +-
 source/tag-developers/form-tags.md |  854 -
 source/tag-developers/freemarker-tags.md   |2 +-
 source/tag-developers/freemarker.md|2 +-
 source/tag-developers/generator-tag.md |  255 +--
 source/tag-developers/generic-tags.md  |2 +-
 source/tag-developers/head-tag.md  |  761 +---
 source/tag-developers/hidden-tag.md|  779 +---
 source/tag-developers/i18n-tag.md  |  101 +-
 source/tag-developers/if-tag.md|  102 +-
 source/tag-developers/include-tag.md   |  121 +-
 source/tag-developers/inputtransferselect-tag.md   | 1155 +--
 source/tag-developers/iterator-tag.md  |  446 ++---
 source/tag-developers/jsp-tags.md  |2 +-
 source/tag-developers/jsp.md   |2 +-
 source/tag-developers/label-tag.md |  794 +---
 source/tag-developers/merge-tag.md |  218 +--
 source/tag-developers/ognl-basics.md   |2 +-
 .../tag-developers/ognl-expression-compilation.md  |6 +-
 source/tag-developers/ognl.md  |   32 +-
 source/tag-developers/optgroup-tag.md  |  182 +-
 source/tag-developers/optiontransferselect-tag.md  | 2018 +---
 source/tag-developers/param-tag.md |  200 +-
 source/tag-developers/password-tag.md  |  872 +
 source/tag-developers/property-tag.md  |  197 +-
 source/tag-developers/push-tag.md  |  207 +-
 source/tag-developers/radio-tag.md |  915 +
 source/tag-developers/reset-tag.md |  872 +
 source/tag-developers/select-tag.md| 1032 +-
 .../tag-developer

[struts-site] branch master updated: Uses default Jekyll output dir

2020-03-22 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
 new 657ce8e  Uses default Jekyll output dir
657ce8e is described below

commit 657ce8e564dde37d8bd56a28957ba01d83f30fc8
Author: Lukasz Lenart 
AuthorDate: Mon Mar 23 07:27:44 2020 +0100

Uses default Jekyll output dir
---
 .gitignore  | 1 +
 _config.yml | 1 -
 docker-run.fish | 3 +--
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4849900..cca73da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ content
 target
 .bundle
 .jekyll-metadata
+_site
diff --git a/_config.yml b/_config.yml
index 1ce839b..eba921b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,7 +2,6 @@ name:   Apache Struts
 markdown:   kramdown
 markdown_ext:   md
 source: source
-destination:target/content
 encoding:   UTF-8
 highlighter:rouge
 kramdown:
diff --git a/docker-run.fish b/docker-run.fish
index 6bba623..f9fc341 100755
--- a/docker-run.fish
+++ b/docker-run.fish
@@ -1,4 +1,3 @@
 #!/usr/local/bin/fish
-set -x JEKYLL_VERSION 3.8
 
-docker run --rm -v $PWD:/srv/jekyll -it jekyll/jekyll:$JEKYLL_VERSION jekyll 
serve --watch --trace --host=0.0.0.0 --force_polling --incremental
+docker run --rm -v $PWD:/srv/jekyll -it jekyll/jekyll:3.8 jekyll serve --watch 
--trace --force_polling --incremental



Buildbot success in on jekyll_websites

2020-03-22 Thread buildbot
The Buildbot has detected a passing build on builder jekyll_websites while 
building struts.
Full details are available at:
https://ci2.apache.org/#builders/7/builds/55

Buildbot URL: https://ci2.apache.org/

Worker for this Build: bb_slave10_ubuntu

Build Reason: Triggered jekyll auto-build via .asf.yaml by lukaszlenart
Blamelist: asfinfra, commits@struts.apache.org

Build succeeded!

Sincerely,
 -The Buildbot