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