-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Move narayana-lra extension to the new separated LRA project #44513
Conversation
This comment has been minimized.
This comment has been minimized.
🎊 PR Preview a3ce841 has been successfully built and deployed to https://quarkus-pr-main-44513-preview.surge.sh/version/main/guides/
|
This comment has been minimized.
This comment has been minimized.
@radcortez I think we have a problem with the new config stuff. We have another failure here with:
|
I was looking into it, but I really can't explain the cause yet. To make things worse, it is an intermittent error :( |
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! I suggested some changes, nothing big.
bom/application/pom.xml
Outdated
@@ -97,6 +97,7 @@ | |||
<!-- See root POM for hibernate-orm.version, hibernate-reactive.version, hibernate-validator.version, | |||
hibernate-search.version, antlr.version, bytebuddy.version, hibernate-commons-annotations.version --> | |||
<narayana.version>7.1.0.Final</narayana.version> | |||
<narayana.version.lra>0.0.9.Final</narayana.version.lra> |
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.
Let's use narayana-lra.version
instead please.
bom/application/pom.xml
Outdated
<exclusion> | ||
<groupId>org.jboss.narayana.rts</groupId> | ||
<groupId>org.jboss.narayana.lra</groupId> | ||
<artifactId>narayana-lra</artifactId> | ||
</exclusion> |
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.
Not related to your patch but while we're at it: I think this exclusion can go away. Probably some remnants from when we had the Jakarta artifacts.
bom/application/pom.xml
Outdated
<exclusion> | ||
<groupId>org.jboss.narayana.rts</groupId> | ||
<groupId>org.jboss.narayana.lra</groupId> | ||
<artifactId>lra-service-base</artifactId> | ||
</exclusion> |
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.
Same here.
bom/application/pom.xml
Outdated
<exclusion> | ||
<groupId>org.jboss.narayana.rts</groupId> | ||
<groupId>org.jboss.narayana.lra</groupId> | ||
<artifactId>lra-proxy-api</artifactId> | ||
</exclusion> |
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.
Same here.
bom/application/pom.xml
Outdated
<exclusion> | ||
<groupId>org.jboss.narayana.rts</groupId> | ||
<groupId>org.jboss.narayana.lra</groupId> | ||
<artifactId>lra-client</artifactId> | ||
</exclusion> |
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.
Same here.
d3cc7ea
to
9c9e1dc
Compare
@gsmet sorry for the late update, busy with the book. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
9c9e1dc
to
e74d9c7
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.
Rebased and ready for inclusion once CI is green.
Status for workflow
|
Status for workflow
|
Narayana LRA moved to a separate repository with a separate lifecycle - https://github.com/jbosstm/lra.