-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[ObjectMapper] add missing legacy group #61192
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
Conversation
xabbuh
commented
Jul 22, 2025
Q | A |
---|---|
Branch? | 7.4 |
Bug fix? | no |
New feature? | no |
Deprecations? | no |
Issues | |
License | MIT |
@@ -371,6 +371,9 @@ public static function objectMapperProvider(): iterable | |||
yield [new ObjectMapper(new ReflectionObjectMapperMetadataFactory(), PropertyAccess::createPropertyAccessor())]; | |||
} | |||
|
|||
/** | |||
* @group legacy | |||
*/ | |||
public function testMapInitializesLazyObject() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sould this be renamed to testMapInitializesLazyObjectPriorToPhp84
, then rename the one below to testMapInitializesLazyObject
? This way in 8.0, we just have to remove the first test case and the second is untouched apart from the annotation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could that. But that should happen on 7.3 probably where #61146 has been merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes indeed, never mind then
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, I should have submitted this PR to 7.3
actually 🙈 (cherry-picked in ee67997)
This PR was merged into the 7.4 branch. Discussion ---------- [ObjectMapper] add missing legacy group | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- f1940f9 add missing legacy group
…as-grekas) This PR was merged into the 7.3 branch. Discussion ---------- [ObjectMapper] Fix test using LazyObjectInterface | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Instead of #61191 and #61192 Commits ------- 168b3a3 [ObjectMapper] Fix test using LazyObjectInterface
* 7.4: Simplify UriSigner::verify to use match [ObjectMapper] Fix test using LazyObjectInterface [HttpKernel] Update phpdoc description [Security] Fix added $token argument to UserCheckerInterface::checkPostAuth() minor #61192 [ObjectMapper] add missing legacy group (xabbuh) bugfix(#61139): Only generate an outputDir if none is set.