[ https://issues.apache.org/jira/browse/TAP5-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17731133#comment-17731133 ]
Hudson commented on TAP5-2742: ------------------------------ FAILURE: Integrated in Jenkins build Tapestry ยป better-page-invalidation #43 (See [https://ci-builds.apache.org/job/Tapestry/job/better-page-invalidation/43/]) TAP5-2742: specific stylig for superclass and inject page dependencies (thiago: rev 0436ffb06e72cf41a317d72218dff000c837dbcd) * (edit) tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentDependencyGraphvizGeneratorImpl.java TAP5-2742: showing all dependencies, not just the already loaded pages (thiago: rev 6c87ac8226bf57a3d2199af2a7265a53b4dd4727) * (edit) tapestry-core/src/main/java/org/apache/tapestry5/corelib/pages/PageDependencyGraph.java TAP5-2742: fixing dependency file saving and loading (thiago: rev 6becbe2ecb7450acb5bba2c67e3ae460c97e775c) * (edit) tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ComponentDependencyRegistryImpl.java TAP5-2742: removing commented-out code (thiago: rev 2c465af02d36ea897e27c0c1863c544c2d795463) * (edit) tapestry-core/src/main/java/org/apache/tapestry5/services/pageload/PageClassloaderContextManagerImpl.java TAP5-2742: preprocessing page classloader context when possible (thiago: rev 5f2c5f813ee96c88bccb2c7224c9e87704845661) * (edit) tapestry-core/src/main/java/org/apache/tapestry5/internal/services/PageSourceImpl.java * (edit) tapestry-core/src/main/java/org/apache/tapestry5/modules/PageLoadModule.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)