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:59 UTC

[myfaces-test] branch master created (now f7dc544)

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

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


      at f7dc544  [maven-release-plugin] prepare for next development iteration

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 3c3e81a  [maven-release-plugin] prepare release 1_0_0_beta_3
     new f6dd68e  [maven-release-plugin] prepare for next development iteration
     new e55dcae  MYFACESTEST-8 Implement ViewHandler.getBookmarkableURL() for MyFaces test 2.0
     new c2f7f09  MYFACESTEST-9 MockExternalContext20 should implement encodePartialActionURL()
     new c75ed26  when object is null return null
     new 3698953  [maven-release-plugin] prepare release 1_0_0_beta_4
     new c724ce2  [maven-release-plugin] prepare for next development iteration
     new cc3d9a0  MYFACESTEST-11 Update ConfigParser to jsf 2
     new cf6b9f5  MYFACESTEST-15 Add new MockResponseStateManager
     new 7e066e8  MYFACESTEST-15 Add new MockResponseStateManager
     new a205961  MYFACESTEST-16 Update license and notice for myfaces test
     new bc199b5  remove unused directory
     new 16a03f3  MYFACESTEST-17 Update MockExternalContext so it delegate to mock request and response objects and add new methods present on facelets mocks
     new 7dfcc08  MYFACESTEST-18 Include in AbstractJsfTestCase and AbstractJmockTestCase protected methods for setup elements and allow better customization
     new 1651f0a  IOException(Exception e) does not exists in jdk 1.5
     new 8f57f6a  fix typo errors
     new be6fa62  MYFACESTEST-14 Update myfaces-test to use JUnit 4.x
     new fa01e0f  MYFACESTEST-14 Update myfaces-test to use JUnit 4.x (don't cast to mock)
     new a06f745  MYFACESTEST-19 JUnit4 Runner that runs each Test method in a seperate classloader (thanks to Rudy De Busscher for this patch)
     new 9e585ca  MYFACESTEST-13 MockResource must implement all its methods
     new e0f21c1  [maven-release-plugin] prepare release 1_0_0_beta_4
     new 2f1a726  [maven-release-plugin] prepare for next development iteration
     new ed41d84  MYFACESTEST-17 Update MockExternalContext so it delegate to mock request and response objects and add new methods present on facelets mocks (minor fix: changed MockSessionMap to _SessionMap on MockExternalContext, because MockSessionMap is broken on some operations)
     new 3c5da1c  MYFACESTEST-21 Update AbstractAttributeMap and replace MockScopeMap with _ScopeMap (copied Maps from core trunk)
     new c7ca2bc  updated svn:ignore
     new 90f4328  MYFACESTEST-22 MockVisitContextFactory should behave like the myfaces core VisitContextFactoryImpl
     new 9f71e06  MYFACESTEST-20
     new 6a6974e  MYFACESTEST-23 ConfigParser should use Class.forName to load classes
     new f91bc43  disabled MockCompositeValueExpression (MYFACESTEST-20) because it makes some MyFaces Core impl tests failing.
     new 1b7d98b  MYFACESTEST-20: Fixed problem with getValue() for MyFaces-core Impl.
     new c859a00  MYFACESTEST-10 Create a site for this project in myfaces.apache.org and publish it
     new 732b7f2  reorganize code to allow comparison with myfaces core PartialViewContext
     new 6eecb58  sync MockPartialViewContext with core from myfaces core
     new 7d6b6f4  small fixes
     new dfeaa7f  MYFACESTEST-24 Include MockPartialViewContextFactory and MockVisitContextFactory by default on all test suites for myfaces-test20
     new c4d8474  update myfaces master pom to v 9 and myfaces site skin to v 1
     new 0da01c4  MYFACESTEST-14 Update myfaces-test to use JUnit 4.x (junit 4 variant of AbstractViewControllerTestCase)
     new 7dfb98d  enhance documentation an small fixes
     new 060d376  enhance documentation an small fixes
     new e05de55  correct format to ASF style
     new 3800817  fix javadoc links
     new d2fbcc9  [maven-release-plugin] prepare release myfaces-test-project-1.0.0
     new 07b8aa5  [maven-release-plugin] prepare for next development iteration
     new 7a75b01  MYFACESTEST-35: Support for JSF 1.1  - put the JSF 1.2 stuff in classes that will only be loaded when there is JSF 1.2 available.
     new fe96d51  MYFACES-2920: UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value https://issues.apache.org/jira/browse/MYFACES-2920
     new 05ee36a  MYFACESTEST-39 MockApplication20 should traverse view SystemEventListeners
     new 113e71e  MYFACESTEST-40 Add MockApplication12.setExpressionFactory
     new baeb659  [maven-release-plugin] prepare release myfaces-test-project-1.0.1
     new fcf28c4  [maven-release-plugin] prepare for next development iteration
     new ee73200  MYFACESTEST-41
     new 20c2162  add setResponseContentType
     new 72ceba7  MYFACESTEST-43 MockExternalContext20 does not implement all its methods.
     new 2763647  MYFACESTEST-44 MockApplication20 should implement createComponent methods and scan for @ListenerFor and @ResourceDependency annotations
     new 4d7de54  MYFACESTEST-46 Create assembly packages and download page on site
     new 50116b6  update maven-dependency-plugin and fix tabs
     new 3ba8ac4  MYFACESTEST-46 add download page
     new 514b333  [maven-release-plugin] prepare release myfaces-test-project-1.0.2
     new 4c8cde3  [maven-release-plugin] prepare for next development iteration
     new 0aa089d  MYFACESTEST-48 MockResponseStateManager is not symetric
     new 71f83fe  MYFACESTEST-49 Add AbstractJsfConfigurableMultipleRequestsTestCase class
     new 87562f7  update download page to include 1.0.3
     new 1cfdf43  [maven-release-plugin] prepare release myfaces-test-project-1.0.3
     new 95411fb  [maven-release-plugin] prepare for next development iteration
     new ceb64e1  MYFACESTEST-50: myfaces-test20 TestPerClassLoaderRunner non-functional. Thx to Matt Benson
     new 1935bd6  MYFACESTEST-54: TestPerClassLoader JUnit runner should set classloader on Thread Context
     new fc19d7b  MYFACESTEST-53: MockApplication12 elResolver cannot interpret EL reserved words. Thx to Matt Benson
     new 7ceae41  MYFACESTEST-51 : MockValueExpression should use the ELResolver provided by the ELContext instance passed to its methods. Thx To Matt Benson
     new d85821e  MYFACESTEST-52: ValueExpression mocks cannot return types for null references. Thx to Matt Benson
     new d168cf0  MYFACESTEST-55: MockValueExpression cannot handle list/array indices. Thx to Matt Benson
     new 774aaf6  fix links to target assemblies
     new e435698  MYFACESTEST-57 MockApplication20._createEvent does not deal with special constructors
     new af4bf25  MYFACESTEST-58 Allow override HttpServletRequest method
     new be916c9  update site layout
     new 553da7e  update site and dependencies to use geronimo stuff and maven 3 stuff
     new 3e4a965  update site generation (add maven 3 externals scp)
     new 6b824c7  add generate-assembly profile
     new 8c5fb4d  [maven-release-plugin] prepare release myfaces-test-project-1.0.4
     new c022ea7  [maven-release-plugin] prepare for next development iteration
     new 9108adc  update download page to 1.0.4
     new 79d183b  fixed snapshot dependency
     new 0a8e5cd  update to builder plugin v 1.0.10
     new 3b2af46  add test22 module
     new 282ae5b  add MockClientWindow
     new fd55cab  Implement MockFacesContext22 and MockExternalContext22 classes
     new 0d93afb  add methods after synchronization of 2.2 branch with the latest spec
     new 97b4e6f  small fix add getNamingContainerSeparatorChar()
     new 52dcda4  update mock to new spec
     new 3e2ec0b  small fix add some extra mock methods
     new 9e6bffc  small fix change JSF dependency to RI while we do a release of myfaces test
     new b279c73  update download page
     new 3b91518  [maven-release-plugin] prepare release myfaces-test-project-1.0.5
     new 13a3937  [maven-release-plugin] prepare for next development iteration
     new c00d28c  rollback release because errors found in assembly (include 2.2 artifacts)
     new eee393e  fix assembly build to include 2.2 artifacts
     new eb6734d  [maven-release-plugin] prepare release myfaces-test-project-1.0.5
     new f8c7c9e  [maven-release-plugin] prepare for next development iteration
     new 36e2956  change to myfaces 2.2.0-beta
     new 7bdb5d3  MYFACESTEST-67 Allow use servlet listeners inside mocks
     new eb2b8d2  MYFACESTEST-68 Set Location header on redirect for mock
     new e815034  small improvement add getCookies() method
     new 1c52d08  MYFACESTEST-64 MockMethodExpression should throw MethodNotFoundException
     new cf81899  MYFACESTEST-65 Implement HttpServletRequest.isUserInRole(String)
     new 1e07d28  MYFACESTEST-66 pre-configured containers
     new 5b3d2d0  MYFACESTEST-66 pre-configured containers
     new 35bb72b  set myfaces version to 2.2.0
     new 83a1b1c  [maven-release-plugin] prepare release myfaces-test-project-1.0.6
     new 540842a  [maven-release-plugin] prepare for next development iteration
     new 6a2fd22  MYFACESTEST-70 customizable ClassLoader
     new 18679c1  [maven-release-plugin] prepare release myfaces-test-project-1.0.7
     new 914b858  [maven-release-plugin] prepare for next development iteration
     new 8f08035  update site generation to new format and update pom information
     new 2ec2560  checkstyle fix
     new 9f3958b  split unpack to disable it when site generation is done (-DgenerateSite=true).
     new e7edd32  MYFACESTEST-71 - Create test23 module with servlet 3.0 mocks (minimal setup)
     new d479f56  small fix use prefix suffix on tests
     new 345daaa  add MockServletRegistration
     new 60032e3  small fixes for checkstyle
     new 5bdbaf9  disable tests that works locally but fails on Jenkins (java.lang.ClassCastException: org.apache.myfaces.test.mock.lifecycle.MockLifecycleFactory cannot be cast to org.apache.myfaces.test.mock.lifecycle.MockLifecycleFactory)
     new 67840e7  disable test because it fails on jdk 1.7
     new 713df4a  disable test because it fails on jdk 1.7
     new d03fad7  Add methods that are abstract in JSF 2.3 spec to make it out easier
     new 7a2f793  include test23 and update myfaces master pom to v16
     new fb7da6d  add fix for plugins management (release process should run in java 8 for JSF 2.3)
     new c2eeb73  remove javadoc version (set in pom.xml)
     new 3a29780  use codehaus dependency plugin like in current23
     new 68acf7a  try fix javadoc on prepare release
     new 1d951fa  try fix javadoc on prepare release
     new 37775c6  revert to dependency plugin to see what happens
     new 3d6d39e  revert some changes because set -DprepareRelease=true is no longer necessary
     new bf8e8ca  [maven-release-plugin] prepare release myfaces-test-project-1.0.8
     new dd5d620  [maven-release-plugin] prepare for next development iteration
     new 60a5ccb  rollback release because assembly artifact were not attached
     new 82b8e49  [maven-release-plugin] prepare release myfaces-test-project-1.0.8
     new f7dc544  [maven-release-plugin] prepare for next development iteration

The 163 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.