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

Update dependencies to latest version, include CDI EL API #118

Merged
merged 2 commits into from
Jan 4, 2024

Conversation

manovotn
Copy link
Contributor

@manovotn manovotn commented Jan 4, 2024

Fixes #117

Even though I linked this to #117 the main reason for this update is to include the CDI EL API artifact, otherwise testing will fail with latest Weld.

The updates also mean this version will target next EE version so we might want to bump up major version of this project?

I'll also need a release (doesn't need to be Final) in order to bump the version in Weld.
Do you think you could do that @starksm64?

@manovotn manovotn requested a review from starksm64 January 4, 2024 14:29
@manovotn
Copy link
Contributor Author

manovotn commented Jan 4, 2024

CI updates are because of older JDK versions in the CI - some of the dependencies are on JDK 17 as min.
I'll update the CI setup in a bit.

EDIT: should be addressed now.

pom.xml Outdated
@@ -33,15 +33,15 @@
<version.arquillian_core>1.7.0.Alpha10</version.arquillian_core>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update this to <version.arquillian_core>1.8.0.Final</version.arquillian_core> so we pickup the breakout of the Jakarta EE apis from core.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good catch, forgot about that one!
Fixed now

@starksm64
Copy link
Member

@manovotn Yes, just update the core version and this should be good.

@starksm64 starksm64 merged commit ac018df into arquillian:master Jan 4, 2024
2 checks passed
@manovotn manovotn deleted the updateDeps branch January 4, 2024 15:21
@starksm64
Copy link
Member

4.0.0.Final has been released

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

Successfully merging this pull request may close these issues.

Update Jakarta and Weld dependencies to latest versions
2 participants