745 Commits

Author SHA1 Message Date
Grégoire Paris
f6bb35f61f Merge pull request #612 from renanrodrigo/remove-deprecated-set-accessible
Remove calls to setAccessible
2026-02-16 21:20:52 +01:00
Renan Rodrigo
b5c9455ead Remove calls to deprecated ReflectionMethod::setAccessible() in tests
The method is a noop since PHP 8.1 and was deprecated in PHP 8.5.

Fixes: #611
2026-02-16 21:17:59 +01:00
Grégoire Paris
5eb7aacb60 Merge pull request #613 from greg0ire/bump-phpunit
Bump PHPUnit patch version
2026-02-16 21:10:00 +01:00
Grégoire Paris
7cb54b8d2c Bump PHPUnit patch version
There has been a CVE that prevents the installation of the versions we
required.
2026-02-16 21:07:09 +01:00
Grégoire Paris
06e31d0356 Merge pull request #586 from dbu/run-phpcr-odm-tests-in-ci
phpcr-odm tests
2025-11-10 22:18:39 +01:00
David Buchmann
5375eabe3b Run phpcr-odm tests in CI
* add necessary dependencies to run the phpcr-odm tests in github actions
* fix inteface implementation of phpcr purger
2025-11-09 14:07:06 +01:00
Grégoire Paris
d6629c6d4e Merge pull request #584 from doctrine/1.8.x
Merge 1.8.x up into 2.2.x
2025-11-09 10:11:28 +01:00
Grégoire Paris
6c054de6a8 Merge pull request #585 from greg0ire/use-nlz-odm
Use Native Lazy Objects with ODM when possible
2025-11-09 10:08:38 +01:00
Grégoire Paris
df4306e4ac Use Native Lazy Objects with ODM when possible
Not doing so is deprecated.
2025-11-08 11:10:19 +01:00
Grégoire Paris
b6a4aed9e2 Merge pull request #583 from doctrine/dependabot/github_actions/1.8.x/doctrine/dot-github-12.2.0
Bump doctrine/.github from 12.1.0 to 12.2.0
2025-11-03 09:22:37 +01:00
dependabot[bot]
3026a61d46 Bump doctrine/.github from 12.1.0 to 12.2.0
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 12.1.0 to 12.2.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/12.1.0...v12.2.0)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-version: 12.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 07:10:42 +00:00
dependabot[bot]
9e8b4f2636 Bump actions/download-artifact from 5 to 6 (#582)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 08:36:43 +01:00
dependabot[bot]
e3cdbc31bb Bump actions/upload-artifact from 4 to 5 (#581)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 08:23:47 +01:00
Jérôme Tamarelle
6bb60f6aac Merge pull request #579 from doctrine/dependabot/github_actions/1.8.x/doctrine/dot-github-12.0.0
Bump doctrine/.github from 10.1.0 to 12.1.0
Add documentation builder
2025-10-25 00:40:04 +02:00
Jérôme Tamarelle
772ba56145 Add doctrine/docs-builder to docs/composer.json 2025-10-24 23:15:36 +02:00
dependabot[bot]
98521799c9 Bump doctrine/.github from 10.1.0 to 12.0.0
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 10.1.0 to 12.0.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/10.1.0...12.0.0)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-23 13:18:04 +00:00
Grégoire Paris
3f3ddcf215 Merge pull request #580 from greg0ire/update-branch-metadata
Update branch metadata
2025-10-18 00:12:28 +02:00
Grégoire Paris
9c04a3a024 Remove branchName from unmaintained versions
This will allow us to remove the branches themselves.
2025-10-17 22:14:27 +02:00
Grégoire Paris
9eee47496f Update branch metadata
2.2.0 has been released. As a consequence:

- 2.3.x is the next minor branch;
- 2.2.x is the new current branch;
- 2.1.x is no longer maintained.
2025-10-17 22:12:45 +02:00
Grégoire Paris
7a615ba135 Merge pull request #573 from doctrine/2.1.x
Merge 2.1.x up into 2.2.x
2.2.0
2025-10-17 22:06:20 +02:00
Grégoire Paris
d2615ef41b Merge pull request #577 from greg0ire/2.1.x
Merge 1.8.x up into 2.1.x
2.1.1
2025-10-17 22:04:57 +02:00
Grégoire Paris
843276e651 Merge remote-tracking branch 'origin/1.8.x' into 2.1.x 2025-10-17 22:01:49 +02:00
Grégoire Paris
a4c2f08d4d Merge pull request #576 from doctrine/dependabot/composer/1.8.x/phpstan/phpstan-2.1.31
Update phpstan/phpstan requirement from 2.1.30 to 2.1.31
2025-10-13 14:16:46 +02:00
dependabot[bot]
7cb69cd272 Update phpstan/phpstan requirement from 2.1.30 to 2.1.31
---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.31
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 12:04:46 +00:00
Grégoire Paris
b477893ba5 Merge pull request #575 from doctrine/dependabot/github_actions/1.8.x/doctrine/dot-github-10.1.0
Bump doctrine/.github from 8.0.0 to 10.1.0
2025-10-13 09:33:39 +02:00
dependabot[bot]
90b61641b2 Bump doctrine/.github from 8.0.0 to 10.1.0
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 8.0.0 to 10.1.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/8.0.0...10.1.0)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 07:31:49 +00:00
Grégoire Paris
9572938cf2 Merge pull request #574 from greg0ire/maintenance
Maintenance
2025-10-13 07:50:40 +02:00
Grégoire Paris
b60845a3ff Address deprecation about createAttributeMetadataConfiguration
I spotted this deprecation in
https://github.com/doctrine/data-fixtures/pull/573, and I do not
understand why it does not surface earlier.
2025-10-12 21:24:49 +02:00
Grégoire Paris
b87f464486 Add missing #[IgnoreDeprecations] attribute 2025-10-12 21:24:49 +02:00
Grégoire Paris
d6537fbc4f Migrate from @group legacy to #[IgnoreDeprecations]
@group legacy is intended for symfony/phpunit-bridge, which we don't
use here.
2025-10-12 21:24:49 +02:00
Artem Lopata
425ccd28a0 Remove usage of deprecated method.
\Doctrine\DBAL\Schema\AbstractAsset::getQuotedName Is deprecated from doctrine/dbal 4.3.0.
2025-10-12 21:24:49 +02:00
Grégoire Paris
22cfffb0c4 Allow PHPUnit 12
It will make it easier to address deprecations because it comes with an
argument for --stop-on-deprecations that allows to show the stack trace.
2025-10-12 21:24:49 +02:00
Grégoire Paris
92f09c013b Configure PHPUnit to display D for deprecations 2025-10-12 17:09:06 +02:00
Grégoire Paris
a9086188a4 Migrate to new PHPUnit schema 2025-10-12 17:08:44 +02:00
Grégoire Paris
dea35f4437 Merge pull request #572 from doctrine/1.8.x
Merge 1.8.x up into 2.1.x
2025-10-12 16:58:09 +02:00
Grégoire Paris
0dc364a9eb Merge pull request #571 from doctrine/dependabot/github_actions/1.8.x/doctrine/dot-github-8.0.0
Bump doctrine/.github from 7.3.0 to 8.0.0
2025-10-06 13:49:38 +02:00
dependabot[bot]
001424e513 Bump doctrine/.github from 7.3.0 to 8.0.0
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 7.3.0 to 8.0.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/7.3.0...8.0.0)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 07:08:45 +00:00
Grégoire Paris
d746998334 Merge pull request #570 from greg0ire/phpunit-12
Upgrade to PHPUnit 12
2025-10-05 11:13:54 +02:00
Grégoire Paris
441aa8346f Upgrade to PHPUnit 12 2025-10-04 18:21:12 +02:00
Grégoire Paris
4526ba25e2 Merge pull request #569 from greg0ire/2.1.x
Merge 1.8.x up into 2.1.x
2025-10-04 18:18:41 +02:00
Grégoire Paris
e227d7b84e Merge remote-tracking branch 'origin/1.8.x' into 2.1.x 2025-10-04 18:16:53 +02:00
Grégoire Paris
2c38578f9a Merge pull request #568 from greg0ire/fix-build
Ignore PHPStan error
2025-10-04 18:15:39 +02:00
Grégoire Paris
c9b4677ca0 Ignore PHPStan error
These surfaced after merging #473
One of the errors can only be ignored using excludePaths
2025-10-04 17:47:54 +02:00
Grégoire Paris
6b675438e9 Merge pull request #473 from GromNaN/phpcr-phpunit-10
Fix PHPCR tests for PHPUnit 10
2025-10-04 17:37:55 +02:00
dependabot[bot]
ab527080bc Update phpstan/phpstan requirement from 2.1.29 to 2.1.30 (#567)
---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.30
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-03 13:32:34 +02:00
Grégoire Paris
81fa100e89 Merge pull request #566 from doctrine/dependabot/composer/1.8.x/doctrine/coding-standard-tw-14
Update doctrine/coding-standard requirement from ^13 to ^14
2025-10-01 19:05:27 +02:00
dependabot[bot]
5fd2b826db Update doctrine/coding-standard requirement from ^13 to ^14
Updates the requirements on [doctrine/coding-standard](https://github.com/doctrine/coding-standard) to permit the latest version.
- [Release notes](https://github.com/doctrine/coding-standard/releases)
- [Commits](https://github.com/doctrine/coding-standard/compare/13.0.0...14.0.0)

---
updated-dependencies:
- dependency-name: doctrine/coding-standard
  dependency-version: 14.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 11:32:45 +00:00
Grégoire Paris
2c9fc972ce Merge pull request #565 from jdreesen/patch-1
Fix typo in `ReferenceRepository` PHPDoc
2025-09-30 08:06:01 +02:00
Jacob Dreesen
4ed03a3d6f Fix typo in ReferenceRepository PHPDoc 2025-09-29 16:16:01 +02:00
dependabot[bot]
78aa8c89c5 Update phpstan/phpstan requirement from 2.1.28 to 2.1.29 (#564)
---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.29
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-25 13:45:04 +02:00