[
https://issues.apache.org/jira/browse/TAP5-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893008#comment-17893008
]
Hudson commented on TAP5-2793:
------------------------------
FAILURE: Integrated in Jenkins build Tapestry ยป tapestry-trunk-freestyle #267
(See
[https://ci-builds.apache.org/job/Tapestry/job/tapestry-trunk-freestyle/267/])
TAP5-2793: renaming test app1's Recursive to SelfRecursive (thiago: rev
cb35c7e2c16963c4f0c8d9d79b1649fa9f1be7e2)
* (add)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/components/SelfRecursive.java
* (edit) tapestry-core/src/test/app1/Index.tml
* (delete)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/components/Recursive.java
* (delete) tapestry-core/src/test/app1/RecursiveDemo.tml
* (edit)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
* (add) tapestry-core/src/test/app1/SelfRecursiveDemo.tml
* (add)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/SelfRecursiveDemo.java
* (delete)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/RecursiveDemo.java
* (delete)
tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Recursive.tml
* (add)
tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/SelfRecursive.tml
* (edit)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java
TAP5-2793: new component for for rendering recursive data (thiago: rev
040a09026f8092c33c44486bf8ec5b123d75ea1c)
* (add)
commons/src/main/java/org/apache/tapestry5/commons/RecursiveValueProvider.java
* (edit)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java
* (edit)
tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/modules/TapestryIOCModule.java
* (add)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/data/Category.java
* (add)
tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/RecursiveBody.java
* (edit)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
* (add)
tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Recursive.java
* (add) commons/src/main/java/org/apache/tapestry5/commons/RecursiveValue.java
* (edit)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/services/AppModule.java
* (add)
tapestry-core/src/main/java/org/apache/tapestry5/internal/RecursiveContext.java
* (add)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/RecursiveDemo.java
* (add)
tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/RecursiveDemo.tml
> Create a component for rendering recursive data
> -----------------------------------------------
>
> Key: TAP5-2793
> URL: https://issues.apache.org/jira/browse/TAP5-2793
> Project: Tapestry 5
> Issue Type: New Feature
> Components: tapestry-core
> Reporter: Thiago Henrique De Paula Figueiredo
> Assignee: Thiago Henrique De Paula Figueiredo
> Priority: Major
> Fix For: 5.9.0
>
>
> Tapestry doesn't yet provide any components for arbitrary rendering recursive
> or tree-like data structures. The Tree component exists, but it doesn't
> provide arbitrary rendering.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)