This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
from 7645f7e90 Tweaking ContentType's parser regular expression.
new c56255e8a TAP5-2727: add @InjectComponent optional()
new 191e7093e TAP5-2718: Tapestry announcement lacks version
new d4ef4584e TAP5-2723: Added test case to prove the bug report is valid.
new 492f85805 Increasing timeout in ContentTypeTest.constructor_timeout()
The 4 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/project.properties | 0
.../tapestry5/annotations/InjectComponent.java | 5 +++++
.../internal/transform/InjectComponentWorker.java | 13 +++++++++++--
tapestry-core/src/test/app1/Index.tml | 10 ++++++++++
.../integration/app1/CoreBehaviorsTests.java | 16 ++++++++++++++++
...tMismatch.java => InjectComponentOptional.java} | 4 ++--
....java => InjectComponentOptionalException.java} | 4 ++--
.../org/apache/tapestry5/root/ContentTypeTest.java | 2 +-
...entMismatch.tml => InjectComponentOptional.tml} | 2 +-
...ch.tml => InjectComponentOptionalException.tml} | 2 +-
.../groovy/ioc/specs/CronExpressionSpec.groovy | 22 ++++++++++++++++++++++
.../apache/tapestry5/test/SeleniumTestCase.java | 11 +++++++++++
12 files changed, 82 insertions(+), 9 deletions(-)
rename {tapestry-http =>
tapestry-core}/src/main/filtered-resources/META-INF/gradle/org.apache.tapestry/tapestry-core/project.properties
(100%)
copy
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/{InjectComponentMismatch.java
=> InjectComponentOptional.java} (91%)
copy
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/{InjectComponentMismatch.java
=> InjectComponentOptionalException.java} (90%)
copy
tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/{InjectComponentMismatch.tml
=> InjectComponentOptional.tml} (64%)
copy
tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/{InjectComponentMismatch.tml
=> InjectComponentOptionalException.tml} (64%)