This is an automated email from the ASF dual-hosted git repository. vlamp pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
from b01906961 TAP5-2713: ChecksumPath StringIndexOutOfBoundsException on invalid extraPath add 8be0e9781 TAP5-2715: Client-side generated error message styling for Bootstrap 4 add a0c19d52b Merge branch 'TAP5-2715' of g...@github.com:vjlamp/tapestry-5.git into TAP5-2715 No new revisions were added by this update. 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