[
https://issues.apache.org/jira/browse/TAP5-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893007#comment-17893007
]
Hudson commented on TAP5-2793:
------------------------------
FAILURE: Integrated in Jenkins build Tapestry ยป
tapestry-javax-java-11-freestyle #46 (See
[https://ci-builds.apache.org/job/Tapestry/job/tapestry-javax-java-11-freestyle/46/])
TAP5-2793: renaming test app1's Recursive to SelfRecursive (thiago: rev
01eb5c4ca45ca9b75e80c257dbeb6f920916d898)
* (delete) tapestry-core/src/test/app1/RecursiveDemo.tml
* (edit) tapestry-core/src/test/app1/Index.tml
* (delete)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/RecursiveDemo.java
* (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
* (delete)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/components/Recursive.java
* (delete)
tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Recursive.tml
* (edit)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
* (add)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/SelfRecursiveDemo.java
* (add) tapestry-core/src/test/app1/SelfRecursiveDemo.tml
* (add)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/components/SelfRecursive.java
TAP5-2793: new component for for rendering recursive data (thiago: rev
86a5f2fd148c1835c86047bba93155317a9c4d93)
* (add)
tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Recursive.java
* (add)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/data/Category.java
* (edit)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java
* (add)
commons/src/main/java/org/apache/tapestry5/commons/RecursiveValueProvider.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/test/resources/org/apache/tapestry5/integration/app1/pages/RecursiveDemo.tml
* (add)
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/RecursiveDemo.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
* (edit)
tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/modules/TapestryIOCModule.java
* (add)
tapestry-core/src/main/java/org/apache/tapestry5/internal/RecursiveContext.java
> 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)