Skip to content

Move SchemaXmlParser and PropertiesXmlParser to Admin bundle and make XmlParserTrait internal #7924

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

alexander-schranz
Copy link
Member

@alexander-schranz alexander-schranz commented Apr 28, 2025

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no yes
Fixed tickets fixes #
Related issues/PRs #7928
License MIT
Documentation PR sulu/sulu-docs#

What's in this PR?

Move SchemaXmlParser and PropertiesXmlParser to Admin bundle and make XmlParserTrait internal.

Why?

The old metadata and structure namespaces should get removed and all required parts for the admin bundle should be in the admin bundle itself.

@alexander-schranz alexander-schranz force-pushed the enhancement/move-properties-and-schema-loader-to-admin-bundle branch from ed3dcf5 to 29664c7 Compare April 28, 2025 11:51
@alexander-schranz alexander-schranz added the DX Affecting the end developer label Apr 28, 2025
@@ -66,6 +66,18 @@
</argument>
</service>

<service id="sulu_admin.properties_xml_parser"
class="Sulu\Bundle\AdminBundle\Metadata\FormMetadata\Parser\PropertiesXmlParser"
public="false">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't public false the default?

@alexander-schranz alexander-schranz force-pushed the enhancement/move-properties-and-schema-loader-to-admin-bundle branch from 29664c7 to f82001b Compare April 28, 2025 12:02
@alexander-schranz alexander-schranz merged commit e6184d1 into sulu:3.0 Apr 28, 2025
9 checks passed
@alexander-schranz alexander-schranz deleted the enhancement/move-properties-and-schema-loader-to-admin-bundle branch April 28, 2025 12:28
@alexander-schranz alexander-schranz added the Technical Debt Impacts code quality, no or just small impact on end developers and users label Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DX Affecting the end developer Technical Debt Impacts code quality, no or just small impact on end developers and users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants