[ https://issues.apache.org/jira/browse/TAP5-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17722425#comment-17722425 ]
Hudson commented on TAP5-2742: ------------------------------ FAILURE: Integrated in Jenkins build Tapestry ยป better-page-invalidation #41 (See [https://ci-builds.apache.org/job/Tapestry/job/better-page-invalidation/41/]) TAP5-2742: making method public so it works with smarter page (thiago: rev 37c8c5f45e417e71cb253673ff3702db0dd7765a) * (edit) tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/NumberBeanDisplayDemo.java TAP5-2742: fixing possible NPE when PCLC depends on the root context (thiago: rev 1bfe3ceecca4c7802be72fa9c4e41a861e01551e) * (edit) tapestry-core/src/main/java/org/apache/tapestry5/services/pageload/PageClassloaderContextManagerImpl.java > Smarter page cache invalidation > ------------------------------- > > Key: TAP5-2742 > URL: https://issues.apache.org/jira/browse/TAP5-2742 > Project: Tapestry 5 > Issue Type: Improvement > Components: tapestry-core > Reporter: Thiago Henrique De Paula Figueiredo > Assignee: Thiago Henrique De Paula Figueiredo > Priority: Major > > Since Tapestry 5's inception, it throws the whole set of assembled page > instances when anything related is changed, be it the class itself, its > template and maybe also associated messages and assets. In very large > projects with large pages, this can reach a point it slows down the user > (programmer) productivity, forced to wait for unchanged pages to be > reassambled. > Tapestry should provide some way for users to segment page, component, mixin > and base classes to separate regions, one for each classloader, to avoid > clearing out cached page instances that don't have themselves or the classes > they use changed. -- This message was sent by Atlassian Jira (v8.20.10#820010)