Until Joomla 5.0 (#38209) composer.json referenced joomla/ldap
I am assuming it was removed intentionally?
If it was intentional then there is a problem in libraries\classmap.php which still references it
joomla-cms/libraries/classmap.php
Lines 418 to 419 in 0b5f709
Amongst presumably other things this results in an error when running the stubgenerator
Labels |
Added:
No Code Attached Yet
|
The stub generator parses the classmap.php - no idea how that is maintained - sorry
I notice that it says deprecated ibn 6.0 but its already been removed?
wrong deprecation for this class, the problem is we can't support it anymore in 5.0 because the dependency doesn't fit iirc.
Also I think only joomla it selft used it in 3 and no longer in 4, all other ldap plugins that I know of use there own ldap lib.
But I will add it to the list of additional deprecation votes for production.
But I will add it to the list of additional deprecation votes for production.
did anything happen?
Motion PROD2023/004 passed which includes this, I'm closing this as expected change, ok for you?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-01 21:13:12 |
Closed_By | ⇒ | HLeithner |
dont you still need to update the classmap then?
Yes was intentionally, also missed to add it to the manual b/c breaks...
I think the stub generator doesn't create this file, it's maintained manually isn't it?