-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
remove laminas/laminas-loader #88
Comments
This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. You can continue using laminas/laminas-http safely. |
yeah, it is not necessary a new release , the issue will be fixed downstream |
laminas-loader must be removed but this needs also a replacement for laminas-http/src/HeaderLoader.php Lines 3 to 10 in a66bfb6
|
@froschdesign then what should we do here, since this package is in security-only mode ? |
Is not! See your own polls. 😄 |
We voted not to abandon this one. It's integral to MVC so we can't just kill it off. I don't understand the need to deal with the abandonment of the loader library - instead we should focus on eradicating the use of this library in all dependents so that we can abandon it at a future date… which is gonna take a while… |
I saw that , but Laminas bot closed automatically this issue because "security-only" |
No, no problem, but as long as the workflow is still active, the message will keep coming back and issues will be closed: https://github.com/laminas/laminas-http/blob/2.21.x/.github/workflows/auto-close.yml |
There is an active auto-close Action. |
Yes, it needs to be removed. |
ok, @alexmerlin Let's see what we can do here, i re-opened the ticket |
I analyzed the code and found that there are 2 places where laminas-loader is being used:
The simplest solution to allow the removal of @gsteel What do you think? |
Changing the inheritance hierarchy of Seeing as the inheritance changes would be a BC break, we might as well put the effort in to refactoring I'm guessing, it turns Releasing a major just to get rid of loader seems excessive… especially on a lib that is destined to be abandoned itself. Could we focus effort of ridding other libs of I may be off the mark - it's been a long time since I looked at |
The vote says something different here too. |
Feature Request
Summary
Since laminas/laminas-loader is abandoned, we should remove it from composer.json
The text was updated successfully, but these errors were encountered: