hlship | 21 May 20:10
Picon
Favicon
Gravatar

git commit: Convert TestNG to Spock

Updated Branches:
  refs/heads/master 6c8da1857 -> 37efe7eff


Convert TestNG to Spock


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

Branch: refs/heads/master
Commit: 37efe7effd8e49d7dc9d402d3fba298d5c8d7a44
Parents: 6c8da18
Author: Howard M. Lewis Ship <hlship <at> apache.org>
Authored: Mon May 21 11:10:30 2012 -0700
Committer: Howard M. Lewis Ship <hlship <at> apache.org>
Committed: Mon May 21 11:10:30 2012 -0700

----------------------------------------------------------------------
 .../services/ClassPropertyAdapterImpl.java         |    4 +-
 .../ioc/internal/services/PropertyAdapterImpl.java |   23 +-
 .../services/PropertyShadowBuilderImpl.java        |   32 +-
 .../ioc/internal/services/ServiceMessages.java     |   14 -
 .../internal/services/ServiceStrings.properties    |    3 -
 .../services/PropertyAccessImplSpec.groovy         |  708 +++++++++++++
 .../ioc/services/GeneralIntegrationSpec.groovy     |   26 +
 .../tapestry5/ioc/internal/services/Bean.java      |   39 +
 .../ioc/internal/services/BeanSubclass.java        |   25 +
(Continue reading)

Ray Nicholus (JIRA | 21 May 16:20
Picon
Favicon

[jira] [Created] (TAP5-1933) Tapestry 5 email validator rules are not correct

Ray Nicholus created TAP5-1933:
----------------------------------

             Summary: Tapestry 5 email validator rules are not correct
                 Key: TAP5-1933
                 URL: https://issues.apache.org/jira/browse/TAP5-1933
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3.3
            Reporter: Ray Nicholus
            Priority: Minor

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

hlship | 19 May 22:47
Picon
Favicon
Gravatar

git commit: Convert TestNG to Spock

Updated Branches:
  refs/heads/master a2ea032b0 -> 6c8da1857

Convert TestNG to Spock

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

Branch: refs/heads/master
Commit: 6c8da18572c86f58be3c074adeee85b6c7be91fd
Parents: a2ea032
Author: Howard M. Lewis Ship <hlship <at> apache.org>
Authored: Sat May 19 13:47:01 2012 -0700
Committer: Howard M. Lewis Ship <hlship <at> apache.org>
Committed: Sat May 19 13:47:01 2012 -0700

----------------------------------------------------------------------
 .../ioc/internal/LoggingSourceImplSpec.groovy      |   29 +++++++++
 .../ioc/internal/LoggerSourceImplTest.java         |   48 ---------------
 2 files changed, 29 insertions(+), 48 deletions(-)
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6c8da185/tapestry-ioc/src/test/groovy/org/apache/tapestry5/ioc/internal/LoggingSourceImplSpec.groovy
----------------------------------------------------------------------
diff --git
a/tapestry-ioc/src/test/groovy/org/apache/tapestry5/ioc/internal/LoggingSourceImplSpec.groovy b/tapestry-ioc/src/test/groovy/org/apache/tapestry5/ioc/internal/LoggingSourceImplSpec.groovy
new file mode 100644
index 0000000..3601124
(Continue reading)

hlship | 19 May 22:33
Picon
Favicon
Gravatar

[1/2] git commit: Convert TestNG to Spock

Updated Branches:
  refs/heads/master 8a4fd5eed -> a2ea032b0

Convert TestNG to Spock

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

Branch: refs/heads/master
Commit: a2ea032b05b0b2c1609821c829562606bf217b3b
Parents: f995267
Author: Howard M. Lewis Ship <hlship <at> apache.org>
Authored: Sat May 19 13:33:02 2012 -0700
Committer: Howard M. Lewis Ship <hlship <at> apache.org>
Committed: Sat May 19 13:33:02 2012 -0700

----------------------------------------------------------------------
 .../org/apache/tapestry5/ioc/InjectionSpec.groovy  |    2 +-
 .../tapestry5/ioc/internal/ModuleImplSpec.groovy   |  280 ++++++++++++
 .../internal/ExtraPublicConstructorsModule.java    |    4 +-
 .../tapestry5/ioc/internal/ModuleImplTest.java     |  349 ---------------
 .../ioc/internal/ModuleImplTestModule.java         |    4 +-
 .../ioc/internal/PrivateConstructorModule.java     |    4 +-
 6 files changed, 287 insertions(+), 356 deletions(-)
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a2ea032b/tapestry-ioc/src/test/groovy/org/apache/tapestry5/ioc/InjectionSpec.groovy
----------------------------------------------------------------------
(Continue reading)

hlship | 19 May 22:33
Picon
Favicon
Gravatar

[2/2] git commit: Convert TestNG to Spock

Convert TestNG to Spock

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

Branch: refs/heads/master
Commit: f99526793cebf5fe3f97ac8f5efaae0e6fc305eb
Parents: 8a4fd5e
Author: Howard M. Lewis Ship <hlship <at> apache.org>
Authored: Sat May 19 11:50:54 2012 -0700
Committer: Howard M. Lewis Ship <hlship <at> apache.org>
Committed: Sat May 19 11:50:54 2012 -0700

----------------------------------------------------------------------
 .../ioc/internal/ContributionDefImplSpec.groovy    |  208 ++++++++++
 .../ioc/internal/ContributionDefImplTest.java      |  306 ---------------
 2 files changed, 208 insertions(+), 306 deletions(-)
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f9952679/tapestry-ioc/src/test/groovy/org/apache/tapestry5/ioc/internal/ContributionDefImplSpec.groovy
----------------------------------------------------------------------
diff --git
a/tapestry-ioc/src/test/groovy/org/apache/tapestry5/ioc/internal/ContributionDefImplSpec.groovy b/tapestry-ioc/src/test/groovy/org/apache/tapestry5/ioc/internal/ContributionDefImplSpec.groovy
new file mode 100644
index 0000000..84aee7c
--- /dev/null
+++ b/tapestry-ioc/src/test/groovy/org/apache/tapestry5/ioc/internal/ContributionDefImplSpec.groovy
@@ -0,0 +1,208 @@
(Continue reading)

Apache Wiki | 19 May 16:47
Picon
Favicon

[Tapestry Wiki] Update of "HowToRunTapestry5OnJBoss7Dot1" by GeoffCallender

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The "HowToRunTapestry5OnJBoss7Dot1" page has been changed by GeoffCallender:
http://wiki.apache.org/tapestry/HowToRunTapestry5OnJBoss7Dot1

New page:
Tapestry 5.x cannot find the core pages and components from the URLs provided from classloaders in JBoss
7.1. We will override Tapestry's ClasspathURLConverter with one customised for JBoss 7.1. This builds
on the work done for JBoss 5 in https://issues.apache.org/jira/browse/TAP5-576 . The technique
required has not changed since JBoss 6.1, so the code here is almost identical to the code in
[[HowToRunTapestry5OnJBoss6Dot1|Running Tapestry on JBoss 6.1]].

{{{
public class ClasspathURLConverterJBoss7Dot1 implements ClasspathURLConverter
{
    private static Logger log = Logger.getLogger(ClasspathURLConverterJBoss7Dot1.class);

    public URL convert(URL url)
    {
        // If the URL is a "vfs" URL (JBoss 7.1 uses a Virtual File System)...

        if (url != null && url.getProtocol().startsWith("vfs"))
        {
            // Ask the VFS what the physical URL is...

            try
            {
                String urlString = url.toString();
(Continue reading)

Apache Wiki | 19 May 16:41
Picon
Favicon

[Tapestry Wiki] Update of "Tapestry5HowTos" by GeoffCallender

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The "Tapestry5HowTos" page has been changed by GeoffCallender:
http://wiki.apache.org/tapestry/Tapestry5HowTos?action=diff&rev1=215&rev2=216

   * [[HowToRunTapestry5OnJBoss5|Running Tapestry on JBoss 5]] - How to run Tapestry 5 on JBoss 5
   * [[HowToRunTapestry5OnJBoss6Dot0|Running Tapestry on JBoss 6.0]] - How to run Tapestry 5 on JBoss 6.0
   * [[HowToRunTapestry5OnJBoss6Dot1|Running Tapestry on JBoss 6.1]] - How to run Tapestry 5 on JBoss 6.1
+  * [[HowToRunTapestry5OnJBoss7Dot1|Running Tapestry on JBoss 7.1]] - How to run Tapestry 5 on JBoss 7.1
   * [[HowToRunTapestry5Websphere|Running Tapestry on WebSphere]] - How to tun Tapestry 5 on Websphere (6.1)
   * [[https://issues.apache.org/jira/browse/TAP5|Tapestry5 bug tracker]]

mlusetti | 17 May 15:39
Picon
Favicon
Gravatar

Git Push Summary

Updated Tags:  refs/tags/5.3.3 [created] 6664f960b

Massimo Lusetti | 17 May 15:32
Picon
Gravatar

Tapestry site

Hi all,
  during the migration process from SVN to GIT (almost complete, we
are 95% I think) I've been warned that the time we have to move away
from Confluence is low.

It there anyone (Uli!?) who knows more then me the current situation?

Cheers
--

-- 
Massimo
hlship | 16 May 23:58
Picon
Favicon
Gravatar

git commit: Tweak the build file for compatibility with Gradle 1.0-rc-3

Updated Branches:
  refs/heads/5.3 156c6ed38 -> 318e031fb

Tweak the build file for compatibility with Gradle 1.0-rc-3

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

Branch: refs/heads/5.3
Commit: 318e031fb3e8580fba9b47b3cd09abf5b8d0d69b
Parents: 156c6ed
Author: Howard M. Lewis Ship <hlship <at> apache.org>
Authored: Wed May 16 13:27:27 2012 -0700
Committer: Howard M. Lewis Ship <hlship <at> apache.org>
Committed: Wed May 16 14:58:27 2012 -0700

----------------------------------------------------------------------
 tapestry-core/build.gradle |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/318e031f/tapestry-core/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-core/build.gradle b/tapestry-core/build.gradle
index 9cd81cd..6c6e26d 100644
--- a/tapestry-core/build.gradle
+++ b/tapestry-core/build.gradle
@@ -55,16 +55,11 @@ task generateGrammarSource(type: JavaExec) {
(Continue reading)

hlship | 16 May 23:28
Picon
Favicon
Gravatar

[1/2] git commit: Convert TestNG to Spock

Updated Branches:
  refs/heads/master 09bbb38c7 -> 8a4fd5eed

Convert TestNG to Spock

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

Branch: refs/heads/master
Commit: 8a4fd5eed973fc507b198dd3335bfdc6e383f8d8
Parents: f877aac
Author: Howard M. Lewis Ship <hlship <at> apache.org>
Authored: Wed May 16 14:28:08 2012 -0700
Committer: Howard M. Lewis Ship <hlship <at> apache.org>
Committed: Wed May 16 14:28:08 2012 -0700

----------------------------------------------------------------------
 .../services/RegistryshutdownHubImplSpec.groovy    |  105 ++++++++++++
 .../services/RegistryShutdownHubImplTest.java      |  127 ---------------
 2 files changed, 105 insertions(+), 127 deletions(-)
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/8a4fd5ee/tapestry-ioc/src/test/groovy/org/apache/tapestry5/ioc/internal/services/RegistryshutdownHubImplSpec.groovy
----------------------------------------------------------------------
diff --git
a/tapestry-ioc/src/test/groovy/org/apache/tapestry5/ioc/internal/services/RegistryshutdownHubImplSpec.groovy b/tapestry-ioc/src/test/groovy/org/apache/tapestry5/ioc/internal/services/RegistryshutdownHubImplSpec.groovy
new file mode 100644
index 0000000..09b3f82
(Continue reading)


Gmane