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

Treat @Transactional like @Blocking #18433

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

stuartwdouglas
Copy link
Member

JTA is a blocking API, so this removes some boilerplate

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 6, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building a20b6c7

Status Name Step Test failures Logs Raw logs
JVM Tests - JDK 11 Build Test failures Logs Raw logs
JVM Tests - JDK 11 Windows Build Test failures Logs Raw logs
JVM Tests - JDK 16 Build Test failures Logs Raw logs
Native Tests - Security3 Build Test failures Logs Raw logs

Full information is available in the Build summary check run.

Test Failures

⚙️ JVM Tests - JDK 11 #

📦 extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment

io.quarkus.resteasy.reactive.server.test.simple.ApplicationWithBlockingTest.test line 35 - More details - Source on GitHub


⚙️ JVM Tests - JDK 11 Windows #

📦 extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment

io.quarkus.resteasy.reactive.server.test.simple.ApplicationWithBlockingTest.test line 35 - More details - Source on GitHub


⚙️ JVM Tests - JDK 16 #

📦 extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment

io.quarkus.resteasy.reactive.server.test.simple.ApplicationWithBlockingTest.test line 35 - More details - Source on GitHub


⚙️ Native Tests - Security3 #

📦 integration-tests/vault-app

io.quarkus.it.vault.VaultInGraalITCase.test - More details - Source on GitHub

JTA is a blocking API, so this removes some boilerplate
Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

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

Good idea 👍

@gsmet gsmet merged commit 3bd2aa5 into quarkusio:main Jul 12, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants