This is an automated email from the ASF dual-hosted git repository. vlamp pushed a change to branch TAP5-2715 in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
from b01906961 TAP5-2713: ChecksumPath StringIndexOutOfBoundsException on invalid extraPath new 8be0e9781 TAP5-2715: Client-side generated error message styling for Bootstrap 4 new a0c19d52b Merge branch 'TAP5-2715' of g...@github.com:vjlamp/tapestry-5.git into TAP5-2715 new 97818d309 Merge pull request #33 from vjlamp/TAP5-2715 The 5655 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: tapestry-core/build.gradle | 6 ++++++ .../META-INF/modules/t5/core/fields.coffee | 2 +- .../src/test/{app5 => app7}/WEB-INF/web.xml | 13 +++++------- tapestry-core/src/test/conf/testng.xml | 6 ++++++ .../tapestry5/integration/app7/FormsTest.groovy | 24 ++++++++++++++++++++++ .../integration/app7/components/Layout.java | 19 +++++++++++++++++ .../tapestry5/integration/app7/pages/Forms.java | 10 +++++++++ .../tapestry5/integration/app7/pages/Index.java | 5 +++++ .../integration/app7/services/AppModule.java | 9 ++++++++ .../integration/app7/components/Layout.tml | 17 +++++++++++++++ .../tapestry5/integration/app7/pages/Forms.tml | 16 +++++++++++++++ .../tapestry5/integration/app7/pages/Index.tml | 12 +++++++++++ 12 files changed, 130 insertions(+), 9 deletions(-) copy tapestry-core/src/test/{app5 => app7}/WEB-INF/web.xml (66%) create mode 100644 tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app7/FormsTest.groovy create mode 100644 tapestry-core/src/test/java/org/apache/tapestry5/integration/app7/components/Layout.java create mode 100644 tapestry-core/src/test/java/org/apache/tapestry5/integration/app7/pages/Forms.java create mode 100644 tapestry-core/src/test/java/org/apache/tapestry5/integration/app7/pages/Index.java create mode 100644 tapestry-core/src/test/java/org/apache/tapestry5/integration/app7/services/AppModule.java create mode 100644 tapestry-core/src/test/resources/org/apache/tapestry5/integration/app7/components/Layout.tml create mode 100644 tapestry-core/src/test/resources/org/apache/tapestry5/integration/app7/pages/Forms.tml create mode 100644 tapestry-core/src/test/resources/org/apache/tapestry5/integration/app7/pages/Index.tml