You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/03 18:26:22 UTC

[myfaces-test] branch 1_0_0_beta_3 created (now 5de2de2)

This is an automated email from the ASF dual-hosted git repository.

deki pushed a change to branch 1_0_0_beta_3
in repository https://gitbox.apache.org/repos/asf/myfaces-test.git.


      at 5de2de2  move from tags to branches to continue release procedure

This branch includes the following new commits:

     new 1767909  folder for the test framework
     new 2c106d1  copy shale test to myfaces
     new 11eb777  moved one level up...
     new e020e3a  
     new 706afbb  create test12 module
     new 1688cfc  Create test20 module
     new 79b6982  move to test12 module
     new 7d34029  remove moved src
     new f08b599  copy pom.xml
     new 8c00c4b  Create initial layout for myfaces test
     new 49e6d15  Create test20 branch
     new 5971ef1  MYFACES-2327 Move facelets test code to myfaces
     new 5bf67ba  small fixes (add _processingEvents and redirect getMimeType)
     new fc865e1  MYFACES-2345 Add View Parameters feature
     new c85bfc4  small fix on MockApplication20
     new 5ad5cb6  use getDigester instead local var
     new 021af1e  add Application.getProjectStage()
     new 7971bcf  set jdk to 1.5
     new 774b61a  MYFACES-2422 Change package name to org.apache.myfaces.test in myfaces-test project
     new f5081c8  MYFACES-2492 Update and create Mock classes in myfaces-test20 (Thanks to Ingo Hofmann for this patch)
     new c063fa6  update dependency versions
     new 6e25395  [maven-release-plugin] prepare release 1_0_0_beta
     new 5b15eed  [maven-release-plugin] prepare for next development iteration
     new 14e2610  MYFACESTEST-3 Add configuration resource for Myfaces 1.2 to ConfigParser (Thanks to Rudy De Busscher for this patch)
     new 706198f  MYFACESTEST-5 Implementation of MockHttpSession.invalidate() (Thanks to Christoph Göldner for this patch) + test case
     new 869f785  MYFACESTEST-4 Unable to call setValue of ValueExpression in test (Thanks to Christoph Göldner for the patch)
     new e6e3324  [maven-release-plugin] prepare release 1_0_0_beta_2
     new 9e17d54  [maven-release-plugin] prepare for next development iteration
     new a3d2939  MYFACESTEST-7 MockResource needs to override setResourceName and setLibraryName
     new ba0cffd  [maven-release-plugin]  copy for tag 1_0_0_beta_3
     new 5de2de2  move from tags to branches to continue release procedure

The 31 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.

[myfaces-test] 03/05: MYFACESTEST-7 MockResource needs to override setResourceName and setLibraryName

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_0_0_beta_3
in repository https://gitbox.apache.org/repos/asf/myfaces-test.git

commit a3d2939e29e1c168615caaea450a0d5a11ac5491
Author: Jakob Korherr <ja...@apache.org>
AuthorDate: Fri Apr 9 10:19:04 2010 +0000

    MYFACESTEST-7 MockResource needs to override setResourceName and setLibraryName
---
 .../org/apache/myfaces/test/mock/resource/MockResource.java  | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/test20/src/main/java/org/apache/myfaces/test/mock/resource/MockResource.java b/test20/src/main/java/org/apache/myfaces/test/mock/resource/MockResource.java
index 2892fa3..f1d02b7 100644
--- a/test20/src/main/java/org/apache/myfaces/test/mock/resource/MockResource.java
+++ b/test20/src/main/java/org/apache/myfaces/test/mock/resource/MockResource.java
@@ -76,10 +76,22 @@ public class MockResource extends Resource
     }
 
     @Override
+    public void setResourceName(String resourceName)
+    {
+        _resourceName = resourceName;
+    }
+
+    @Override
     public String getLibraryName()
     {
         return _libraryName;
     }
+    
+    @Override
+    public void setLibraryName(String libraryName)
+    {
+        _libraryName = libraryName;
+    }
 
     @Override
     public InputStream getInputStream() throws IOException

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.

[myfaces-test] 04/05: [maven-release-plugin] copy for tag 1_0_0_beta_3

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_0_0_beta_3
in repository https://gitbox.apache.org/repos/asf/myfaces-test.git

commit ba0cffd2692f6b72b4a02f68bc56f4a9077ce1f7
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Wed Apr 14 01:32:53 2010 +0000

    [maven-release-plugin]  copy for tag 1_0_0_beta_3
---
 pom.xml        | 8 ++++----
 test12/pom.xml | 2 +-
 test20/pom.xml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index af3cfaf..817590e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,16 +30,16 @@
     <artifactId>myfaces-test-project</artifactId>
     <packaging>pom</packaging>
     <name>Myfaces Test Framework</name>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-beta-3</version>
     <url>http://myfaces.apache.org/test</url>
     <issueManagement>
       <system>jira</system>
       <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
     </issueManagement>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/test/trunk</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/test/trunk</developerConnection>
-      <url>http://svn.apache.org/repos/asf/myfaces/test/trunk</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/test/tags/1_0_0_beta_3</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/test/tags/1_0_0_beta_3</developerConnection>
+      <url>http://svn.apache.org/repos/asf/myfaces/test/tags/1_0_0_beta_3</url>
     </scm>
     <modules>
       <module>test12</module>
diff --git a/test12/pom.xml b/test12/pom.xml
index 3ffa3bb..132862a 100644
--- a/test12/pom.xml
+++ b/test12/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test-project</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-beta-3</version>
     </parent>
 
     <artifactId>myfaces-test12</artifactId>
diff --git a/test20/pom.xml b/test20/pom.xml
index 8021996..8976be8 100644
--- a/test20/pom.xml
+++ b/test20/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test-project</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-beta-3</version>
     </parent>
 
     <artifactId>myfaces-test20</artifactId>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.

[myfaces-test] 02/05: [maven-release-plugin] prepare for next development iteration

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_0_0_beta_3
in repository https://gitbox.apache.org/repos/asf/myfaces-test.git

commit 9e17d54c1a4fe23a1b3955c1784d821021489d16
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Mon Mar 22 16:43:59 2010 +0000

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml        | 8 ++++----
 test12/pom.xml | 2 +-
 test20/pom.xml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index d0c4484..af3cfaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,16 +30,16 @@
     <artifactId>myfaces-test-project</artifactId>
     <packaging>pom</packaging>
     <name>Myfaces Test Framework</name>
-    <version>1.0.0-beta-2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <url>http://myfaces.apache.org/test</url>
     <issueManagement>
       <system>jira</system>
       <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
     </issueManagement>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/test/tags/1_0_0_beta_2</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/test/tags/1_0_0_beta_2</developerConnection>
-      <url>http://svn.apache.org/repos/asf/myfaces/test/tags/1_0_0_beta_2</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/test/trunk</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/test/trunk</developerConnection>
+      <url>http://svn.apache.org/repos/asf/myfaces/test/trunk</url>
     </scm>
     <modules>
       <module>test12</module>
diff --git a/test12/pom.xml b/test12/pom.xml
index 62d048b..3ffa3bb 100644
--- a/test12/pom.xml
+++ b/test12/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test-project</artifactId>
-        <version>1.0.0-beta-2</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>myfaces-test12</artifactId>
diff --git a/test20/pom.xml b/test20/pom.xml
index c7b9702..8021996 100644
--- a/test20/pom.xml
+++ b/test20/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test-project</artifactId>
-        <version>1.0.0-beta-2</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>myfaces-test20</artifactId>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.

[myfaces-test] 05/05: move from tags to branches to continue release procedure

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_0_0_beta_3
in repository https://gitbox.apache.org/repos/asf/myfaces-test.git

commit 5de2de220528d17798634755b16d2e43d0117e8e
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Wed Apr 14 01:35:37 2010 +0000

    move from tags to branches to continue release procedure

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.

[myfaces-test] 01/05: [maven-release-plugin] prepare release 1_0_0_beta_2

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_0_0_beta_3
in repository https://gitbox.apache.org/repos/asf/myfaces-test.git

commit e6e33243a8ac608e531925de847e1fb6fe2e1a3a
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Mon Mar 22 16:43:22 2010 +0000

    [maven-release-plugin] prepare release 1_0_0_beta_2
---
 pom.xml        | 8 ++++----
 test12/pom.xml | 2 +-
 test20/pom.xml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index af3cfaf..d0c4484 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,16 +30,16 @@
     <artifactId>myfaces-test-project</artifactId>
     <packaging>pom</packaging>
     <name>Myfaces Test Framework</name>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-beta-2</version>
     <url>http://myfaces.apache.org/test</url>
     <issueManagement>
       <system>jira</system>
       <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
     </issueManagement>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/test/trunk</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/test/trunk</developerConnection>
-      <url>http://svn.apache.org/repos/asf/myfaces/test/trunk</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/test/tags/1_0_0_beta_2</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/test/tags/1_0_0_beta_2</developerConnection>
+      <url>http://svn.apache.org/repos/asf/myfaces/test/tags/1_0_0_beta_2</url>
     </scm>
     <modules>
       <module>test12</module>
diff --git a/test12/pom.xml b/test12/pom.xml
index 3ffa3bb..62d048b 100644
--- a/test12/pom.xml
+++ b/test12/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test-project</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-beta-2</version>
     </parent>
 
     <artifactId>myfaces-test12</artifactId>
diff --git a/test20/pom.xml b/test20/pom.xml
index 8021996..c7b9702 100644
--- a/test20/pom.xml
+++ b/test20/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test-project</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-beta-2</version>
     </parent>
 
     <artifactId>myfaces-test20</artifactId>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.