Skip to content

Update doctrine/common from v2.6.2 to v2.10.0 #30

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

Closed

Conversation

violinist-bot
Copy link

If you have a decent test suite, and your tests pass, it should be both safe and smart to merge this update.

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 30e33f60 Preparing 2.10.0 release
  • c015f56f Merge pull request #859 from Majkl578/move-property-changed-listener-to-persistence
  • 8005be8a Merge pull request #860 from Majkl578/bump-branch-alias-2.10
  • 88a16f09 Bump branch-alias to 2.10.x-dev
  • 70365190 Move PropertyChangedListener & NotifyPropertyChanged to doctrine/persistence
  • 31add665 Merge pull request #850 from guilliamxavier/fix-rst-directives
  • 70f08fb2 Merge pull request #857 from Majkl578/php7.3
  • 465a8b67 CI: Test against PHP 7.3
  • fa6622e3 Merge pull request #854 from Majkl578/homepage
  • 29af8df0 Update homepage
  • 8aa46af9 Merge pull request #853 from doctrine/doctrine-project-json
  • d129e775 Add .doctrine-project.json to root of the project.
  • 1367f709 [docs] Fix RST directive syntax / code blocks
  • a54f7a6c Bump version to 2.10.0-DEV
  • 6e2d6228 Merge pull request #845 from Majkl578/deprecations
  • 39bc3964 Trigger silent deprecations for legacy ClassLoader, Inflector and Lexer
  • cc0479b4 Deprecate legacy bc-only classes, Proxy component, ClassUtils, Debug, Version and CommonException
  • 3666662d Merge pull request #844 from Majkl578/separate-persistence-and-reflection
  • f88ace07 Separate Persistence to doctrine/persistence
  • c2f57bc3 Separate Reflection to doctrine/reflection
  • c0c61c03 Merge pull request #842 from Majkl578/separate-evm
  • a15200f2 Moved Event Manager component to separate package
  • 9789777c Use caret constraints in composer.json
  • 44d1cb5c Merge pull request #841 from doctrine/malarzm-patch-1
  • 411b357b Use Reader instead of concrete AnnotationReader in docblocks
  • de19a0b0 Merge pull request #840 from simPod/master
  • f1f6aa47 Fix CS
  • fa95f1a9 Merge pull request #838 from Majkl578/https-update-links
  • af06a096 Merge pull request #839 from Majkl578/drop-legacy-docs
  • e86d86d2 Drop legacy docs
  • af6049db Use HTTPS, update links
  • fc0fadfc Merge pull request #837 from SenseException/remove-annotation-docs
  • 0a77f0b4 Remove annotation documentation
  • 7d98d7a2 Merge pull request #835 from doctrine/feature/docs-cleanup
  • 988243e0 Merge pull request #836 from mickaelandrieu/patch-1
  • dbd98eef Fixed some typos
  • 7a4c7bf5 Cleanup docs index.rst so it is consistent across other projects.
  • ff8217b1 Merge pull request #834 from mikeSimonson/documentation-import
  • ca225169 Initial import of the documentation for the new website
  • a61bfddd Merge pull request #829 from xabbuh/patch-1
  • 73d8a98b replace connection name with object manager name
  • e2988231 Merge pull request #827 from mikeSimonson/license
  • 22da3e4e Removing the header license
  • a3e240fa Merge pull request #817 from doctrine/update-build-process
  • 71e8116a Drop PHPStan autoload for generated proxies
  • 29d9f1b1 Fix wrong return type on docblock
  • 0e114243 Remove unnecessary PHPStan ignored pattern
  • 47e6cd8b Add PHPCS to the build
  • a2098163 Apply manual CS fixes
  • f8f35952 Apply automatic CS fixes
  • 713bd036 Add PHPCS to the project
  • 9930af30 Use self::assert*() instead of $this->assert*()
  • cd81ab80 Upgrade to PHPUnit 6
  • 2021b3dd Merge branch 'fix/#815-#816-revert-bc-break-preventing-non-boolean-proxy-generator-modes'
  • b0004326 Convert proxy factory auto generate mode to integer
  • 9387d306 Merge pull request #807 from garak/patch-1
  • df94dc59 Add Marco Pivetta to authors
  • 920050b4 master is now 2.9.x-dev
  • 53a5e95a Bumping Version::VERSION for master, which is now 2.8.x-dev
  • ed349f95 Preparing v2.8.0 release
  • c786d163 Specify array content type for ClassMetadataFactory::getAllMetadata
  • 41670605 Removing unused submodule directory as per Removed empty /lib/vendor directory from auto-generated ZIP archives doctrine/common#718 (comment)
  • 73ae8ff3 Merge pull request #718 from mlocati/patch-1
  • d08dd73a Merge pull request #780 from fridde/patch-1
  • 91daa02f Merge pull request #792 from ostrolucky/fix-139
  • 1c7640df Merge branch 'fix/#806-#744-stop-overwriting-class-docblock-due-to-class-meta-constant'
  • ae20dca5 #806 CS (spacing, lowercase false)
  • 3b6be3aa Add new test asset.
  • 4bd0ae08 Fix #744 - Stop overwriting class docblock with '' triggered by ::class
  • def584bb Merge pull request #802 from ostrolucky/fix-386
  • 2b5ae67c Test for object with reference
  • 554a6205 Simplify Debug::fillReturnWithClassAttributes
  • 7181fafc Merge pull request #798 from Majkl578/proxy-drop-quirks
  • 19cc95c9 Proxy: Drop quirks for unsupported PHP versions
  • 54d5eb67 Merge pull request #785 from Majkl578/php7-bump
  • a0b9558c Drop PHP 5.x & 7.0 support
  • 8096e6dd Merge pull request #796 from doctrine/drop-hhvm-support
  • c181fa93 Drop HHVM support
  • 6ecbf690 Merge pull request #793 from ondrejmirtes/phpstan
  • acb54215 Updated PHPStan to 0.7
  • db897a08 Fix __call exception when no metadata has been set
  • 319c2bc0 Merge pull request #789 from ostrolucky/patch-2
  • ad84a4d5 Merge pull request #790 from ostrolucky/patch-3
  • c68bd5f8 Merge pull request #791 from ostrolucky/patch-4
  • 3f414cc5 Opposite can never happen
  • ab2bc6da No need for having isset before unset
  • 8d27d3ac This is exactly what's empty for
  • 5bd8542e Merge pull request #781 from fridde/patch-2
  • 8fd2ccdd JIRA is dead, long live the Github issue tracker
  • 6ba2434e Quick-fix to avoid call to deprecated function.
  • 4b434dbf Merge pull request #778 from gadelat/patch-1
  • 52daa195 Fix return type docblock for dispatchEvent
  • 7f38522e Merge pull request #777 from Majkl578/proxygenerator-fix-annotation
  • 208c3ac0 ProxyGenerator: Fix typo in annotation [closes #776]
  • fe32728b Merge pull request #773 from ondrejmirtes/fix-test
  • 924f5f30 Fixed ObjectManagerDecoratorTest (closes #772)
  • 196ca717 Merge pull request #771 from Majkl578/proxy-disallow-abstact-final
  • c116421f ProxyGenerator: Disallow creating proxies for abstract and final classes
  • 3a11c5a6 Merge pull request #716 from gnat42/patch-1
  • 0ee50577 Merge pull request #765 from ondrejmirtes/phpstan
  • 6ec99e4d Fixed typehints in tests
  • 6a56df9a Do not use void result
  • 19d940f9 Integrated PHPStan
  • 222f1cdf ProxyGenerator - removed dead code
  • 13cbfacb Fixed cast to bool
  • 609dccca Fixed typehints
  • cc085324 ProxyGeneratorTest - fixed possible undefined variable
  • 668c35e0 Assigning variable in instanceof is not nice
  • bc74b135 StaticReflectionParser - added missing property
  • 2f655a27 PHPDriver - removed extra constructor argument
  • f419d418 Fixed extra arguments in tests
  • 56fff715 Merge pull request #763 from doctrine/fix/#761-#762-support-nullable-identifier-hint-in-proxies
  • 71c55908 #761 #762 renamed test class to better reflect its purpose
  • de1551aa #761 #762 testing PHP5 identifier getter as well (avoids empty data provider)
  • 07140190 #761 #762 removed unused imports
  • c0c18190 Rewrote test to only rely on a data-provider that changes based on PHP version in use
  • c049b78b #761 #762 restored pre-patch whitespace change
  • 04ff0757 #761 #762 dropped unneeded child class used to test PHP 7.1 specifically
  • 61766f38 #761 #762 s/$field/$fieldName
  • ef455c44 Extracted Nullable Return Type LazyLoadableObject Test Cases to separate class with php7.1 check and fixed the regex for PATTERN_MATCH_ID_METHOD
  • 5a29148b #761 Added support for PHP 7.1 identifier nullable return type
  • 20bd4af8 Bump master alias to 2.8.x since 2.7.x was released
  • 82d29e2c Merge pull request #760 from aledeg/patch-1
  • baf9d866 Fix typo
  • eb70a7b0 Merge pull request #757 from gabbydgab/hot-fix/phpunit-version-upgrade
  • b83528ff bumped phpunit version to 5.7
  • c10aa594 Merge pull request #752 from doctrine/fix/#751-non-optional-type-hinted-parameters-pre-7.1-support
  • acbaa620 Merge pull request #753 from doctrine/fix/#751-non-optional-type-hinted-parameters-pre-7.1-support-2.7
  • 6fe29f8c #751 adjusting test case: foo(?string $bar = null, $baz) is equivalent to foo(string $bar = null, $baz), so no need to be too strict
  • 84c02e4d #751 checking signature of proxies of PHP 7.1-style nullable parameters with default value, yet not optional (not in last position in the signature)
  • 8c4cb0b5 #751 test asset - PHP 7.1-style nullable parameter with default value, yet not optional (not in last position in the signature)
  • cb24146c #751 corrected skipped test requirements (void requires PHP 7.1)
  • 5c797031 #751 using @requires instead of a PHP_VERSION_ID comparison in tests that need skipping
  • bb40f84e #751 mid-signature parameters with a default parameters should not be considered nullable by default
  • 4c6eb7a3 #751 test-asset method for non-optional parameters with a default value
  • 6e25a848 #751 annotating new test case with @group
  • ffafeb1f #751 fix - using isDefaultValueAvailable instead of isOptional correctly reports the type of the parameter
  • 24a8fe2e #751 test case: nullable non-optional parameters (pre-7.1 style) generate 7.0 incompatible code
  • 56bab8e4 #751 nullable non-optional parameters (pre-7.1 style) seem to break the proxy generation - test asset to demonstrate that
  • 0dbbbee4 #751 adjusting test case: foo(?string $bar = null, $baz) is equivalent to foo(string $bar = null, $baz), so no need to be too strict
  • 30b7a38e #751 checking signature of proxies of PHP 7.1-style nullable parameters with default value, yet not optional (not in last position in the signature)
  • 477931cc #751 test asset - PHP 7.1-style nullable parameter with default value, yet not optional (not in last position in the signature)
  • 6f574f2c #751 corrected skipped test requirements (void requires PHP 7.1)
  • dd24af59 #751 using @requires instead of a PHP_VERSION_ID comparison in tests that need skipping
  • fda9585d #751 mid-signature parameters with a default parameters should not be considered nullable by default
  • 994ec705 #751 test-asset method for non-optional parameters with a default value
  • 94d28eb4 #751 annotating new test case with @group
  • 5f27b7f8 #751 fix - using isDefaultValueAvailable instead of isOptional correctly reports the type of the parameter
  • 8084096f #751 test case: nullable non-optional parameters (pre-7.1 style) generate 7.0 incompatible code
  • e33e97f1 #751 nullable non-optional parameters (pre-7.1 style) seem to break the proxy generation - test asset to demonstrate that
  • 223a2925 Merge branch 'fix/#717-do-not-fail-if-cache-instance-is-not-classmetadata'
  • 0b52f6f8 Test coverage for issue #717
  • 79afae76 Don't fail if the cached type is not ClassMetadata
  • f74f44da Merge pull request #743 from Majkl578/proxygenerator-fix-interface-typehints
  • f1cdfa1a Fix parameter/return type validation for interfaces
  • 50867006 Merge pull request #734 from Majkl578/proxygenerator-php7.1
  • 87dc24e5 ProxyGenerator: Support for PHP 7.1: nullable types, void return type, iterable pseudotype
  • e0963213 Enable PHP 7.1 on Travis
  • 670d814b Merge pull request #729 from Slamdunk/debug-patch
  • 1c82ac94 Debug::export bugfix on overridden attributes
  • 5056a66c Debug::export -Replace Nested Conditional with Guard Clauses-
  • c83b25f6 Debug::export separate method for class attributes filling
  • 58ed7dd8 Debug::export check different DateTimeZones
  • 416ca170 Debug::export just DateTimeInterface since we are PHP ~5.6
  • f9432d80 Debug::export whoops
  • 4a8b67d9 Debug::export enforce expectation checking print_r output
  • 2b98c1e5 Debug::export dump parent private attributes (like var_dump behaviour)
  • a8b5422e Debug::export compatible with DateTimeImmutable
  • 20c19dd9 Merge branch 'fix/#727-abstract-manager-registry-must-produce-a-new-manager'
  • b2f09437 Minor CS changes in the ManagerRegistryTest as per #727
  • 5ac8bfab AbstractManagerRegistry::resetManager() must return the new manager
  • b445028c Merge pull request #720 from slevomat/patch-identifier-getter-php7
  • 6c6c1b84 ProxyGenerator::isShortIdentifierGetter now correctly detects getter with PHP 7 return type
  • 9ad87850 Fixed proxy generation in ProxyLogicTest
  • c16f1f80 Merge pull request #725 from gadelat/remove-unused_increment
  • 7fd00f6b No reason to increment this
  • 3e04e229 Merge pull request #724 from doctrine/cleanup/upgrade-phpunit-and-php-version-dependencies
  • 94b5c032 Removing reliance on setExpectedException, which was deprecated
  • 3e5eca5d Removing getMock usage - relying on getMockBuilder and createMock
  • 2ed403d4 Requiring latest PHPUnit version
  • 7fbae73f Upgrading version requirements: PHP 5.6 is now the minimum required PHP version
  • 95d0b1ec Stop testing against PHP 5.5 (not maintained anymore)
  • f504d257 Merge pull request #721 from BreiteSeite/humbug
  • dee03fd0 refactored locale variable names to be more expressive
  • 20743eb1 add missing newline to the end of humbug.json.dist
  • 33d5f0d0 write humbug logfile into reports folder
  • 726548da added missing new line to .gitignore
  • b4b64037 added humbug configuration
  • aef2f6bb rename ProxyClassGeneratorTest to ProxyGeneratorTest to match test class name with classname of the SUT
  • 50e99579 added test for proxy class without subdirectories, refactored resolveFile method
  • 81f77716 assert getClassNamespace returns empty string for classes in root namespace
  • 5d53ebb1 Killed mutation: check that reflection property is really accessible
  • faf7d812 Merge pull request #719 from mnapoli/patch-1
  • bebd98de Improve the phpdoc of ObjectRepository
  • cc559960 Remove empty /lib/vendor directory from auto-generated ZIP archives
  • 3b5bef75 Minor docblock spelling correction
  • 773c56e5 Merge pull request #706 from TomasVotruba/patch-1
  • 48349498 travis: drop PHP 7.0 from allowed failures, it passes well
  • 4b8b16a2 Merge pull request Update composer/composer from 2.5.7 to 2.6.3 #394 from gries/patch-1
  • 14fd1b0b Merge branch 'hotfix/Update phpstan/phpstan from 1.10.2 to 1.10.29 #367-correct-symfony-file-locator-namespace-matching'
  • 6d64657a Add tests for Symfony file locator
  • 443d24fe Fix how namespace matching happens in SymfonyFileLocator
  • 145c9945 Added missing assertions for test.
  • 4009b6c0 Add test that makes sure getElement uses the internal classCache of the FileDriver.
  • 400ed523 Improve MappingData retrieval by caching Results.
  • 6065c075 Bumping to development version 2.7.0-DEV

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

@violinist-bot violinist-bot force-pushed the doctrinecommonv262v2100 branch 3 times, most recently from 2677fcd to 97d9749 Compare May 17, 2019 07:34
@violinist-bot violinist-bot force-pushed the doctrinecommonv262v2100 branch 2 times, most recently from 1146ba0 to 5b3e85b Compare June 21, 2019 16:59
@violinist-bot violinist-bot force-pushed the doctrinecommonv262v2100 branch 6 times, most recently from 0fc7879 to 6bf3120 Compare July 5, 2019 15:07
@violinist-bot violinist-bot force-pushed the doctrinecommonv262v2100 branch from 6bf3120 to db04a09 Compare July 17, 2019 18:08
@truls1502 truls1502 closed this Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants