You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2014/04/19 00:05:37 UTC

[1/3] git commit: Fix broken test

Repository: tapestry-5
Updated Branches:
  refs/heads/master 639c57df2 -> 536013cb4


Fix broken test


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/6f55e62d
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/6f55e62d
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/6f55e62d

Branch: refs/heads/master
Commit: 6f55e62d24ba346379cb3bebb902980e9ebc21a0
Parents: 639c57d
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Apr 18 08:23:17 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Apr 18 08:23:17 2014 -0700

----------------------------------------------------------------------
 tapestry-ioc/src/test/groovy/ioc/specs/OperationAdvisorSpec.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6f55e62d/tapestry-ioc/src/test/groovy/ioc/specs/OperationAdvisorSpec.groovy
----------------------------------------------------------------------
diff --git a/tapestry-ioc/src/test/groovy/ioc/specs/OperationAdvisorSpec.groovy b/tapestry-ioc/src/test/groovy/ioc/specs/OperationAdvisorSpec.groovy
index 6f09df7..3f2ef1b 100644
--- a/tapestry-ioc/src/test/groovy/ioc/specs/OperationAdvisorSpec.groovy
+++ b/tapestry-ioc/src/test/groovy/ioc/specs/OperationAdvisorSpec.groovy
@@ -49,7 +49,7 @@ class OperationAdvisorSpec extends Specification {
         new DefaultModuleDefImpl(OperationTrackedModule, logger, plasticProxyFactory)],
         plasticProxyFactory,
         loggerSource,
-        simpleOperationTracker, logger)
+        simpleOperationTracker)
   }
 
   def "simple operation tracking"() {


[3/3] git commit: TAP5-2322: Don't display "Exact Parameter Count Match" on the T5Dashboard page catalog

Posted by hl...@apache.org.
TAP5-2322: Don't display "Exact Parameter Count Match" on the T5Dashboard page catalog


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/536013cb
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/536013cb
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/536013cb

Branch: refs/heads/master
Commit: 536013cb417caba80e063d9a00d958b62a04f2fd
Parents: 577499e
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Apr 18 15:05:11 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Apr 18 15:05:29 2014 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/tapestry5/internal/structure/Page.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/536013cb/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java
index 9c8dd13..48d1d64 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java
@@ -1,5 +1,3 @@
-// Copyright 2006-2014 The Apache Software Foundation
-//
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
@@ -15,6 +13,7 @@
 package org.apache.tapestry5.internal.structure;
 
 import org.apache.tapestry5.ComponentResources;
+import org.apache.tapestry5.beaneditor.NonVisual;
 import org.apache.tapestry5.ioc.services.PerthreadManager;
 import org.apache.tapestry5.runtime.Component;
 import org.apache.tapestry5.runtime.PageLifecycleCallbackHub;
@@ -256,6 +255,7 @@ public interface Page extends PageLifecycleCallbackHub
      * @see org.apache.tapestry5.MetaDataConstants#UNKNOWN_ACTIVATION_CONTEXT_CHECK
      * @since 5.4
      */
+    @NonVisual
     boolean isExactParameterCountMatch();
 
 


[2/3] git commit: Advance version number

Posted by hl...@apache.org.
Advance version number


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/577499e7
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/577499e7
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/577499e7

Branch: refs/heads/master
Commit: 577499e790e27e9d86cb2e6c47d248d7ed06e547
Parents: 6f55e62
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Apr 18 08:38:23 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Apr 18 08:38:23 2014 -0700

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/577499e7/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 086de67..36d96f3 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-5"
+    def minor = "-beta-6"
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
     // When building normally, or for a release, no suffix is desired.


[2/3] git commit: Advance version number

Posted by hl...@apache.org.
Advance version number


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/577499e7
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/577499e7
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/577499e7

Branch: refs/heads/master
Commit: 577499e790e27e9d86cb2e6c47d248d7ed06e547
Parents: 6f55e62
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Apr 18 08:38:23 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Apr 18 08:38:23 2014 -0700

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/577499e7/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 086de67..36d96f3 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-5"
+    def minor = "-beta-6"
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
     // When building normally, or for a release, no suffix is desired.


[3/3] git commit: TAP5-2322: Don't display "Exact Parameter Count Match" on the T5Dashboard page catalog

Posted by hl...@apache.org.
TAP5-2322: Don't display "Exact Parameter Count Match" on the T5Dashboard page catalog


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/536013cb
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/536013cb
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/536013cb

Branch: refs/heads/master
Commit: 536013cb417caba80e063d9a00d958b62a04f2fd
Parents: 577499e
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Apr 18 15:05:11 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Apr 18 15:05:29 2014 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/tapestry5/internal/structure/Page.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/536013cb/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java
index 9c8dd13..48d1d64 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java
@@ -1,5 +1,3 @@
-// Copyright 2006-2014 The Apache Software Foundation
-//
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
@@ -15,6 +13,7 @@
 package org.apache.tapestry5.internal.structure;
 
 import org.apache.tapestry5.ComponentResources;
+import org.apache.tapestry5.beaneditor.NonVisual;
 import org.apache.tapestry5.ioc.services.PerthreadManager;
 import org.apache.tapestry5.runtime.Component;
 import org.apache.tapestry5.runtime.PageLifecycleCallbackHub;
@@ -256,6 +255,7 @@ public interface Page extends PageLifecycleCallbackHub
      * @see org.apache.tapestry5.MetaDataConstants#UNKNOWN_ACTIVATION_CONTEXT_CHECK
      * @since 5.4
      */
+    @NonVisual
     boolean isExactParameterCountMatch();