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

Deprecate Laminas\Serializer\Serializer #41

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

boesing
Copy link
Member

@boesing boesing commented Sep 4, 2023

Q A
Documentation no
Bugfix no
BC Break yes
New Feature yes
QA yes

Description

This deprecates the usage of Laminas\Serializer\Serializer which will be removed with v3.0.0.
To allow projects to prepare for the migration, this also adds the GenericSerializerFactory for forward-compatibility which both provides a default serializer as of v2.16.0 (PhpSerialize) and is the successor of Laminas\Serializer\Serializer as projects should depend on the default serializer configured in project configurations rather than depending on some whatever default is configured within Laminas\Serializer\Serializer.

…rializerFactory` for forward-compatibility

Signed-off-by: Maximilian Bösing <[email protected]>
@boesing boesing added this to the 2.16.0 milestone Sep 4, 2023
@boesing boesing merged commit 0aba33d into laminas:2.16.x Sep 4, 2023
@boesing boesing deleted the deprecate/serializer branch September 4, 2023 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant