Skip to content
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

Invalid ecotone/pdo-event-sourcing package dependency version #396

Closed
lifinsky opened this issue Oct 22, 2024 · 3 comments
Closed

Invalid ecotone/pdo-event-sourcing package dependency version #396

lifinsky opened this issue Oct 22, 2024 · 3 comments

Comments

@lifinsky
Copy link
Contributor

lifinsky commented Oct 22, 2024

Ecotone version(s) affected: 1.233.0

Description
ecotone/pdo-event-sourcing package has dependency ecotone/dbal version 1.232.1 instead of 1.233.0

Context
https://github.com/ecotoneframework/pdo-event-sourcing/blob/1.233.0/composer.json#L36

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires ecotone/pdo-event-sourcing 1.233.* -> satisfiable by ecotone/pdo-event-sourcing[1.233.0].
    - ecotone/pdo-event-sourcing 1.233.0 requires ecotone/dbal ~1.232.1 -> found ecotone/dbal[1.232.1] but it conflicts with your root composer.json require (1.233.*).
@lifinsky
Copy link
Contributor Author

@dgafka could you please update and publish all ecotone packages up to version 1.233.0 or 1.233.1 (with my last fix for sync retry configuration)

@lifinsky
Copy link
Contributor Author

Also latest version Ecotone Symfony bundle is not actual: https://github.com/ecotoneframework/symfony-bundle/blob/1.233.0/DependencyInjection/EcotoneExtension.php#L28

Missing:
$config = $container->resolveEnvPlaceholders($config, true);

@dgafka
Copy link
Member

dgafka commented Oct 22, 2024

There is a bug with package splitting, which fails when there is an ( in the comment.
https://github.com/ecotoneframework/ecotone-dev/actions/runs/11392249084/job/31698035781

This as a result does not release correctly.
danharrin/monorepo-split-github-action#42

If know how this can be fixed, happy to approve PR.
Released new version in the meantime :)

@dgafka dgafka closed this as completed Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants