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

Bump Arquillian Core dependency version #1318

Open
fabiobrz opened this issue Oct 7, 2024 · 0 comments
Open

Bump Arquillian Core dependency version #1318

fabiobrz opened this issue Oct 7, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@fabiobrz
Copy link
Collaborator

fabiobrz commented Oct 7, 2024

Issue Overview

Arquillian Cube needs to be aligned with the latest implementation of Arquillian Core.

Expected Behaviour

https://github.com/arquillian/arquillian-cube/blob/main/pom.xml#L70 is updated to support latest Arquillian Core implementation, any potential required changes are implemented, the Maven build must succeed, and CI checks are passing, including integration tests.
Since resuming Docker integration tests is tracked by #1315, this very issue should be processed soon after #1315 is resolved.

Current Behaviour

Unit tests Kubernetes integration tests are passing the automated CI checks, but the implementation depends on an outdated Arquillian Core release.

Steps To Reproduce
  1. replace https://github.com/arquillian/arquillian-cube/blob/main/pom.xml#L70 with 1.9.1 and do mvn clean install -DskipTests
Additional Information

In #1317 we had to explicitly depend on some javax.* artifacts, because the core implementation needs them. This change should be removed in the context of this very issue.

@fabiobrz fabiobrz added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant