-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
chore(cdi): remove weld 1 support #3421
Conversation
dea5c5e
to
ffd98db
Compare
af02273
to
0e755d7
Compare
0e755d7
to
3093d41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❓ Do we want to bump the weld version used for testing Tomcat? Link:
camunda-bpm-platform/qa/integration-tests-engine/pom.xml
Lines 238 to 244 in 66f2e64
<!-- weld for CDI support on tomcat--> | |
<dependency> | |
<groupId>org.jboss.weld.servlet</groupId> | |
<artifactId>weld-servlet</artifactId> | |
<version>1.1.10.Final</version> | |
<scope>test</scope> | |
</dependency> |
d927fd1
to
4c030d5
Compare
59b9b29
to
253c5fa
Compare
- remove weld from QA integration-tests-engine
253c5fa
to
b9d29e9
Compare
I thought |
I have checked |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks for following the review hints.
related to #3522