doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.93k stars 2.51k forks source link

Deprecate and remove option to run Metadata "disconnected" #8519

Open beberlei opened 3 years ago

beberlei commented 3 years ago

With the deprecation removal of EntityGenerator and all convert mapping commands scheduled for ORM 3.0 the question is about how this is used in related packages and what we should plan to suggest as a way forward.

Essentially code generation for both database reverse engineering and as regular code generation for RAD should be built without relying on ClassMetadata in the future and instead build their own meta model or go directly for code generation based on inputs.

Can you give some input or state your objections @ostrolucky @greg0ire @weaverryan ?

greg0ire commented 3 years ago

No objections on my end 👍 No input either, I haven't been using RAD or reverse engineering in ages :neutral_face:

ostrolucky commented 3 years ago

I don't have opinion on this. I don't even know why are we removing entity generation feature.