Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 2.0.7 into master #1127

Merged
merged 7 commits into from
Jan 18, 2020

Commits on Jan 6, 2020

  1. Add void return type declaration to tests

    As a side effect, this makes the code a bit more forward-compatible with
    recent versions of PHPUnit, that have that return type declaration on
    setUp().
    greg0ire committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    bdec456 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1121 from greg0ire/void-return

    Add void return type declaration to tests
    ostrolucky committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    2178612 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Add type declarations where backwards compatible

    That means:
    
    - methods in final classes
    - final methods (none of those found)
    - private methods
    - methods in Tests (that excludes setUp(), tearDown() and test*, which
      are handled with an automated tool in a separate commit)
    greg0ire committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    f7f2f7a View commit details
    Browse the repository at this point in the history
  2. Add type declarations where backwards compatible (#1122)

    Add type declarations where backwards compatible
    ostrolucky committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    e52fb91 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Clear open entity managers on kernel reset

    In some scenarios involving long running processes and proxies,
    resetting the entity manager results in a creation of a new entity
    manager, while some services still hold a reference to the old one,
    which keeps its previous state.
    
    This abandons resetting the entity manager in favor of a call to clear()
    on the existing entity manager if it is open.
    
    Fixes #1112
    ostrolucky authored and greg0ire committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    7c6f6ed View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Merge pull request #1118 from ostrolucky/fix-inconsistent-maps-after-…

    …kernel-reset
    
    Fix desynchronized entity managers after kernel reset
    alcaeus committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    18fb7d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. Merge branch '1.12.x' into 2.0.x

    * 1.12.x:
      Clear open entity managers on kernel reset
    alcaeus committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    6926771 View commit details
    Browse the repository at this point in the history