Closed (fixed)
Project:
Kafka
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2022 at 17:13 UTC
Updated:
4 Jun 2024 at 07:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
fgmThis change is not compatible with D10, because the composer.json still requires
"psr/log": "^1.0", but D10 core requires"psr/log": "^3.0".We probably want to
"psr/log": "^1.0|^3.0"drush.services.ymlto drop Drush 8 and add Drush 11 (for D10)Comment #3
fgmWe may also drop rdkafka 5 support: is it actually needed with D8 support being removed ?
Comment #4
astoker88 commentedall solid suggestions. let me raise a new patch with those changes.
Comment #5
astoker88 commentedComment #6
astoker88 commentedComment #8
matio89 commentedRTBC + 1.
Comment #10
fgmOK, so I just tried installing to check on #3391974: PHP Error on module installation and now for D10 we also need to support psr/log:^3.0 which is required by drupal/core:10.1.4
Comment #11
louis-cuny commentedMR looks fine to me with psr/log accepting ^3.0
Is anything missing?
Comment #12
louis-cuny commentedComment #13
fgmAlmost good. You can drop the extra.drush.services section from composer.json as that is no longer needed, but it doesn't hurt to keep it.
Also, you could start accepting D11 too, now that the 11.x branch actually describes what will be going in 11.x as opposed to 10.3.x : it will make upgrading easier and doesn't cost anything. But it is not *required*. As you prefer.
Comment #15
louis-cuny commentedPlease review latest MR
Comment #16
louis-cuny commentedI added the missing "/11" in composer
MR is probably ready for merge I guess
Comment #17
louis-cuny commentedComment #18
louis-cuny commentedAny chance to Merge this soon ?
I will have a project with kafka incoming in some time and would be happy to be able to use this module
Comment #20
fgmMerged, thanks for your participation.