Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Finalize zend-servicemanager and zend-eventmanager v3 forwards compatibility #43

Merged
merged 9 commits into from
Feb 22, 2016

Commits on Feb 13, 2016

  1. WIP: ServiceManager and EventManager v2-v3 compatibility

    Matt Kynaston authored and kynx committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    aa8f4d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Merge pull request zendframework#40 from kynx/sm-em-v2-v3

    WIP: ServiceManager and EventManager v2-v3 compatibility
    weierophinney committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    f141318 View commit details
    Browse the repository at this point in the history
  2. Update dependencies to stable, forwards-compat versions

    Updated dependencies to stable, forwards-compatible versions. Additionally,
    removed zend-di and zend-mvc from the mix, as this version contained a test for
    a class in zend-mvc (wrong component!).
    
    zend-captcha and zend-session are removed when testing against v3
    components as they are not yet forwards-compatible; tests against them are
    marked skipped when that occurs.
    weierophinney committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    ef419fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fb4a32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8cc559 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Make hydrator testing explicit

    Added an env variable for specifying the hydrator version to use, and now vary
    the stdlib version based on the hydrator version, ensuring v2 variants are used
    consistently (with v1.1 of hydrator).
    weierophinney committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    53e80b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6501a89 View commit details
    Browse the repository at this point in the history
  3. Fixed failing AnnotationBuilder tests

    Updated all `triggerUntil` calls to use the `triggerEventUntil` syntax,
    to ensure both BC and FC (`triggerUntil()` in v2 uses the old signature,
    making it non-viable for code supporting both versions).
    weierophinney committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    7465596 View commit details
    Browse the repository at this point in the history
  4. Remove zend-servicemanager v3-specific code

    This patch updates the FormElementManager and HelperConfig to ensure backwards
    compatibility with v2. In addition, it removes code made obsolete by the final
    zend-servicemanager v3 version (specifically, auto invokables were
    re-introduced, and creation options are now present for classes mapped to the
    `InvokableFactory`).
    weierophinney committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    b22b73c View commit details
    Browse the repository at this point in the history