Closed core23 closed 5 years ago
IMO we should release a major to be clear to the users
IMO we should release a major to be clear to the users
So I should change this on the master branch?
If @greg0ire is with us, then yes 👍
If this results in people trying to follow docs they saw in other bundles and complain that we should fix the docs, then yeah, we probably should release this as a major change. Is it the case?
Please review @sonata-project/contributors
I want to prepare a new major release for this bundle
Didn't we say we are gonna deprecate this in favour of symfony recipes? didn't check the pr
Didn't we say we are gonna deprecate this in favour of symfony recipes? didn't check the pr
What should we deprecate? This bundle or the command?
The bundle. btw I added a feature namespace_prefx
to support symfony 4, I guess that can also be dropped if you plan to release a new major with this change.
The bundle. btw I added a feature
namespace_prefx
to support symfony 4, I guess that can also be dropped if you plan to release a new major with this change.
I would keep this bundle, because there are people who are not using symfony flex and rely on the bundle generation.
I will remove the namespace_prefx
feature later this evening.
But I think this cannot work because you cannot use SensioGeneratorBundle with Symfony 4, right?
We don't need SensioGeneratorBundle for this... :confused:
IIRC, this generates everything from skeletons, so it should still work.
So, should we deprecate this bundle and stop working on this stuff?
@covex-nn started adding all the recipes and that was the idea, but you just mentioned that someone could use sonata without flex. This is true only for < sf4 https://github.com/symfony/symfony-standard
@core23 don't bury the bundle too quickly as it is used to dynamically configure relationship inside Sonata's bundles, see https://github.com/sonata-project/SonataMediaBundle/blob/3.x/src/DependencyInjection/SonataMediaExtension.php#L274-L356 for a good example.
Thomas
Hi @rande, we discussed this on slack and the plan is to move the collector to doctrine extension repository https://github.com/sonata-project/sonata-doctrine-extensions/pull/127
Could you please rebase your PR and fix merge conflicts?
Closing, because we will deprecate this bundle soon
Subject
According to symfony, the application namespace should be
App
Fixes #172
Changelog