-
-
Notifications
You must be signed in to change notification settings - Fork 514
Merge release 2.14.0 into 3.0.x #2880
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Remove useless tests * Remove useless phpunit group annotations
Apply PSR-4 convention
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 12.0.0 to 12.1.0. - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](doctrine/.github@12.0.0...12.1.0) --- updated-dependencies: - dependency-name: doctrine/.github dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Cleanup PHPUnit config
Move source files into `src/` directory Apply common convention of location source files into src/, possible thanks to PSR-4, while the deep directory structure was required by PSR-1.
Hydrator closures may not return, as that would terminate hydration for all fields.
* Improve detection of the type from a PHP variable * Simplify type class code to the essential * Use MoneyPHP in the tutorial
…nto-2.14.x_VDvsC6VB Conflicts: - .github/workflows/release-on-milestone-closed.yml
Merge release 2.13.1 into 2.14.x
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ons/upload-artifact-5 Bump actions/upload-artifact from 4 to 5
Merge release 2.13.2 into 2.14.x
* Trigger deprecation on not using native lazy objects only when accessing the value * Fix access to deprecated reflProperties in ClassMetadataTest And fix assertNotEmpty for array * Restore the default map of types to cancel side-effects * Remove usage of deprecated Aggregation\Builder::execute() and test it aside * Deprecation messages are expected for the CHANGETRACKING_NOTIFY feature * Replace deprecated type 'boolean' with 'bool' * Ignore deprecation on PrimingIteratorTest that uses NOTIFY tracking policy * Replace partial clear by explicit detach, and add a test on UoW::clear($class) * Don't use clear by class name when not necessary * Avoid call to getAllMetadata() since ProfileNotify uses deprecated NOTIFY tracking policy * Ignore deprecation on NOTIFY change tracker * Replace deprected @indexes annotation, already covered by DeprecatedIndexesPropertyAnnotation * Make PHPUnit more strict and verbose * Do not fail on deprecation Currently jmikola/geojson: 1.0.0 triggers PHP deprecation on Return type of GeoJson\GeoJson::jsonSerialize()
GromNaN
approved these changes
Oct 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes for 2.14.0
Feature release (minor)
2.14.0
CI
Task
src/directory thanks to @GromNaNFeature