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

Support for DefaultValuePropertyDriver #923

Closed
dbojdo opened this issue Mar 21, 2023 · 0 comments
Closed

Support for DefaultValuePropertyDriver #923

dbojdo opened this issue Mar 21, 2023 · 0 comments

Comments

@dbojdo
Copy link
Contributor

dbojdo commented Mar 21, 2023

Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? yes

Current version of the bundle does not support DefaultValuePropertyDriver.
DefaultMetadataDriverFactory includes DefaultValuePropertyDriver in the chain resulting in a different behaviour.

Steps required to reproduce the problem

  1. Deserializer an empty input "{}" to the class of your choice (properties should have default values) using the serialiser pulled from the container

Expected Result

  • default values should be set

Actual Result

  • default values are uninitialised
@goetas goetas closed this as completed in a382d97 Aug 28, 2023
goetas added a commit that referenced this issue Aug 28, 2023
…rty-driver

Fix #923 Enabled support for DefaultValuePropertyDriver
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

No branches or pull requests

1 participant