Skip to content

Re-enable basic object management for 3rd party packages #1277

Open
@bwaidelich

Description

Description

Flow used to be able to proxy classes of 3rd party packages (it used to be the default until we introduced the includeClasses Setting). Apparently this is not used a lot, but it can be quite nice in order to use DI with other packages for example.
Since #1154 this is no longer possible since the PackageManager doesn't know about 3rd party packages.

Steps to Reproduce

Use the includeClasses setting to enable object management for a (non-neos) package. Try to wire some of the packages via Objects.yaml

Expected behavior

Wiring and implementation should be configurable via Objects.yaml

Actual behavior

The 3rd party classes are not proxied, custom object management is ignored.

Affected Versions

Flow:

dev-master (will be in the next release unless we change it)

Metadata

Assignees

No one assigned

    Type

    No type

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions