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

Narayana upgrade (to 7.0.0.Final) #34781

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Conversation

mmusgrov
Copy link
Contributor

The component upgrade brings some major updates, most notable is the re-license Narayana from LGPL to Apache-2.0 and support for JEP-444 (Virtual Threads). JEP-444 required removing the synchronized keyword from some method signatures, hence the change of the major version from 6 to 7.

Tag: https://github.com/jbosstm/narayana/releases/tag/7.0.0.Final
Diff: jbosstm/[email protected]...7.0.0.Final
Release Notes: https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12310200&version=12406603

@quarkus-bot quarkus-bot bot added the area/dependencies Pull requests that update a dependency file label Jul 16, 2023
@mmusgrov
Copy link
Contributor Author

Remark: this will help users to test @RunOnVirtualThread when the method has @Transactional which is currently disabled because Narayana causes thread pinning (see the related quarkus forum thread for more info.

@cescoffier
Copy link
Member

Thanks @mmusgrov ! I will lift the @transactional + @RunVirtualThread limitation once this one is merged.

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 17, 2023

Failing Jobs - Building dc60009

Status Name Step Failures Logs Raw logs
✔️ Maven Tests - JDK 11
Maven Tests - JDK 11 Windows Build ⚠️ Check → Logs Raw logs

@cescoffier cescoffier merged commit 7ed4b98 into quarkusio:main Jul 17, 2023
@quarkus-bot quarkus-bot bot added this to the 3.3 - main milestone Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants