-
Notifications
You must be signed in to change notification settings - Fork 17
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
Merge Pomm-symfony-bridge with PommBundle ? #35
Comments
I'm sorry this issue is already open pomm-project/pomm-service-provider#7 |
@sanpii do you wait for any approval from the @chanmix51, or just waiting a PR? If it's just a PR on the bundle, what will be the possible difficulties to expect? |
I was waiting for the EOL. It’s done now 😃
Breaking changes will be difficult to avoid. I think (it’s just an idea before my morning tea) we could create |
After reflexion, I'm wondering if it's a good solution. In the futur, if we want develop a new Bundle with a new component Pomm (other ModelManager for example) we will to duplicate the code. What do you think? |
🤔 I think it's a good thing, we could then bring some new features to this bundle, maybe split it in PommFoundationBundle, PommModelBundle, PommWhateverBundle later. |
Hmm, I think it's more complicated. The bridge was develop for to work with silex and symfony. But tomorrow if we want to develop a new Bundle PommWhateverBundle the DatabaseCollector and TypeExtractor for example will be common. |
The bridge is using by Symfony and Silex, but Silex will be end of life the 18 june 2018
https://symfony.com/blog/the-end-of-silex
And the bridge have a big inconvenient, when we develop a functionality it's not easy to test impact on Symfony Bundle.
The text was updated successfully, but these errors were encountered: