[jira] Created: (TAP5-1454) Provide a public API to get a service from registry by a set of marker annotations

2011-03-02 Thread Igor Drobiazko (JIRA)
Provide a public API to get a service from registry by a set of marker annotations -- Key: TAP5-1454 URL: https://issues.apache.org/jira/browse/TAP5-1454 Project:

[jira] Assigned: (TAP5-1454) Provide a public API to get a service from registry by a set of marker annotations

2011-03-02 Thread Igor Drobiazko (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Drobiazko reassigned TAP5-1454: Assignee: Igor Drobiazko Provide a public API to get a service from registry by a set of

[jira] Commented: (TAP5-1454) Provide a public API to get a service from registry by a set of marker annotations

2011-03-02 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13001525#comment-13001525 ] Howard M. Lewis Ship commented on TAP5-1454: Don't you mean something like: T

svn commit: r1076399 - in /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5: internal/services/ internal/services/assets/ services/assets/

2011-03-02 Thread hlship
Author: hlship Date: Wed Mar 2 21:38:58 2011 New Revision: 1076399 URL: http://svn.apache.org/viewvc?rev=1076399view=rev Log: TAP5-73: Change the API of StreamableResourceSource to use a single StreamableResourceProcessing value, rather than a set of StreamableResourceFeature values Added:

svn commit: r1076400 - in /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5: ./ internal/services/ internal/services/assets/ services/ services/assets/

2011-03-02 Thread hlship
Author: hlship Date: Wed Mar 2 21:39:04 2011 New Revision: 1076400 URL: http://svn.apache.org/viewvc?rev=1076400view=rev Log: TAP5-73: Define the ResourceMinimizer service (as a do-nothing placeholder) and thread it into StreamableResourceSource and StackAssetRequestHandler Added:

[jira] Created: (TAP5-1455) Remove code and constants related to page pooling

2011-03-02 Thread Howard M. Lewis Ship (JIRA)
Remove code and constants related to page pooling - Key: TAP5-1455 URL: https://issues.apache.org/jira/browse/TAP5-1455 Project: Tapestry 5 Issue Type: Sub-task Reporter: Howard M.

svn commit: r1076448 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/ main/java/org/apache/tapestry5/internal/pageload/ main/java/org/apache/tapestry5/internal/service

2011-03-02 Thread hlship
Author: hlship Date: Wed Mar 2 23:01:30 2011 New Revision: 1076448 URL: http://svn.apache.org/viewvc?rev=1076448view=rev Log: TAP5-1455: Remove remnants of PagePool Removed: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/PagePool.java

svn commit: r1076449 - in /tapestry/tapestry5/trunk/tapestry-jmx: ./ src/main/java/org/apache/tapestry5/internal/jmx/ src/main/java/org/apache/tapestry5/jmx/ src/test/conf/ src/test/java/org/apache/ta

2011-03-02 Thread hlship
Author: hlship Date: Wed Mar 2 23:01:37 2011 New Revision: 1076449 URL: http://svn.apache.org/viewvc?rev=1076449view=rev Log: TAP5-1455: Rebuild the tapestry-jmx tests now that PagePool is no longer available as a JMX MBean Added:

[jira] Closed: (TAP5-1455) Remove code and constants related to page pooling

2011-03-02 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1455. -- Resolution: Fixed Assignee: Howard M. Lewis Ship Remove code and constants

[jira] Closed: (TAP5-1455) Remove code and constants related to page pooling

2011-03-02 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1455. -- Resolution: Fixed Fix Version/s: 5.3.0 Remove code and constants related to

[jira] Reopened: (TAP5-1455) Remove code and constants related to page pooling

2011-03-02 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reopened TAP5-1455: Remove code and constants related to page pooling

[jira] Created: (TAP5-1456) Remove symbol for absolute URIs (now always absolute since 5.2)

2011-03-02 Thread Howard M. Lewis Ship (JIRA)
Remove symbol for absolute URIs (now always absolute since 5.2) --- Key: TAP5-1456 URL: https://issues.apache.org/jira/browse/TAP5-1456 Project: Tapestry 5 Issue Type: Sub-task

svn commit: r1076451 - in /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5: SymbolConstants.java services/TapestryModule.java

2011-03-02 Thread hlship
Author: hlship Date: Wed Mar 2 23:07:56 2011 New Revision: 1076451 URL: http://svn.apache.org/viewvc?rev=1076451view=rev Log: TAP5-1456: Remove FORCE_ABSOLUTE_URIS Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java

[jira] Closed: (TAP5-1456) Remove symbol for absolute URIs (now always absolute since 5.2)

2011-03-02 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1456. -- Resolution: Fixed Fix Version/s: 5.3.0 Assignee: Howard M. Lewis Ship

svn commit: r1076452 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java

2011-03-02 Thread hlship
Author: hlship Date: Wed Mar 2 23:10:20 2011 New Revision: 1076452 URL: http://svn.apache.org/viewvc?rev=1076452view=rev Log: TAP5-1457: Remove SCRIPTS_AT_TOP from SymbolConstants Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java

[jira] Created: (TAP5-1457) Remove SCRIPTS_AT_TOP from SymbolConstants

2011-03-02 Thread Howard M. Lewis Ship (JIRA)
Remove SCRIPTS_AT_TOP from SymbolConstants -- Key: TAP5-1457 URL: https://issues.apache.org/jira/browse/TAP5-1457 Project: Tapestry 5 Issue Type: Sub-task Reporter: Howard M. Lewis Ship

svn commit: r1076453 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java

2011-03-02 Thread hlship
Author: hlship Date: Wed Mar 2 23:11:48 2011 New Revision: 1076453 URL: http://svn.apache.org/viewvc?rev=1076453view=rev Log: Mark symbol constant DEFAULT_JAVASCRIPT deprecated as it is not longer used Modified:

[jira] Commented: (TAP5-1453) Remove URLRewriter (replaced with LinkTransformer)

2011-03-02 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13001753#comment-13001753 ] Hudson commented on TAP5-1453: -- Integrated in tapestry-5.2-freestyle #273 (See

[jira] Commented: (TAP5-73) JavaScript libraries should be automatically packed/minimalized

2011-03-02 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13001754#comment-13001754 ] Hudson commented on TAP5-73: Integrated in tapestry-5.2-freestyle #273 (See

[jira] Created: (TAP5-1458) Mark tapestry.suppress-redirect-from-action-requests as deprecated, for removal in Tapestry 5.4

2011-03-02 Thread Howard M. Lewis Ship (JIRA)
Mark tapestry.suppress-redirect-from-action-requests as deprecated, for removal in Tapestry 5.4 --- Key: TAP5-1458 URL: https://issues.apache.org/jira/browse/TAP5-1458

svn commit: r1076456 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/SymbolConstants.java

2011-03-02 Thread hlship
Author: hlship Date: Wed Mar 2 23:19:53 2011 New Revision: 1076456 URL: http://svn.apache.org/viewvc?rev=1076456view=rev Log: TAP5-1458: Mark tapestry.suppress-redirect-from-action-requests as deprecated, for removal in Tapestry 5.4 Modified: