Skip to content

Conversation

@jmartisk
Copy link
Contributor

No description provided.

Roman Lovakov and others added 19 commits October 29, 2025 13:13
…for dev and test profiles

(cherry picked from commit f4682e4)
(cherry picked from commit c41f802)
(cherry picked from commit a3aa315)
Artemis uses the SecurityManager which has been dropped from Java 25.

See https://issues.apache.org/jira/browse/ARTEMIS-4975

(cherry picked from commit f4f7f5b)
Also make sure the Map cache in WorkspaceLoader is consistently
referencing the POM files.

Note that I stumbled upon another limitation: the app artifact requires
a strict pom.xml as assumptions are hardcoded in
LocalProject#locateCurrentProjectPom().
I haven't fixed that one as it probably requires a lot more changes.

I added a test to make sure we don't regress on this.

Fixes quarkusio#50571

(cherry picked from commit 9572200)
Per comment from Alexey.

(cherry picked from commit ca8faa2)
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 30, 2025

Thanks for your pull request!

Your pull request does not follow our editorial rules. Could you have a look?

  • description should not be empty, describe your intent or provide links to the issues this PR is fixing (using Fixes #NNNNN) or changelogs

This message is automatically generated by a bot.

@quarkus-bot quarkus-bot bot changed the title 3.27.1 backports 3 [3.27] 3.27.1 backports 3 Oct 30, 2025
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 30, 2025

/cc @aloubyansky (3.27), @gastaldi (3.27), @gsmet (3.27), @rsvoboda (3.27)

@quarkus-bot quarkus-bot bot added area/core area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/documentation area/infinispan Infinispan area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure area/maven area/oidc labels Oct 30, 2025
@quarkus-bot quarkus-bot bot added area/platform Issues related to definition and interaction with Quarkus Platform area/reactive-messaging area/smallrye area/spring Issues relating to the Spring integration area/vertx labels Oct 30, 2025
@quarkus-bot

This comment has been minimized.

@github-actions
Copy link

github-actions bot commented Oct 30, 2025

🙈 The PR is closed and the preview is expired.

@quarkus-bot

This comment has been minimized.

@gsmet
Copy link
Member

gsmet commented Oct 31, 2025

@jmartisk probably a good idea to include the SmallRye GraphQL update in this PR.

@jmartisk
Copy link
Contributor Author

@gsmet I know, I've been trying to release SmallRye GraphQL since yesterday, but the release process is acting up.

@jmartisk
Copy link
Contributor Author

I think it finally worked, so as soon as it's synced to central, I'll upgrade it

@jmartisk
Copy link
Contributor Author

Ok, it didn't work :)

@gastaldi
Copy link
Contributor

@jmartisk it looks like it succeeded: https://github.com/smallrye/smallrye-release/actions/runs/18970026713/job/54175378111

@quarkus-bot
Copy link

quarkus-bot bot commented Oct 31, 2025

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit 2c39ddb.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

@quarkus-bot
Copy link

quarkus-bot bot commented Oct 31, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 2c39ddb.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ MicroProfile TCKs Tests

📦 tcks/microprofile-lra

org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable - History

  • Expecting the metric Compensated callback was called Expected: a value equal to or greater than <1> but: <0> was less than <1> - java.lang.AssertionError
java.lang.AssertionError: 
Expecting the metric Compensated callback was called
Expected: a value equal to or greater than <1>
     but: <0> was less than <1>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.assertMetricCallbackCalled(TckRecoveryTests.java:210)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable(TckRecoveryTests.java:195)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

@jmartisk jmartisk merged commit ec56b3d into quarkusio:3.27 Nov 3, 2025
62 checks passed
@jmartisk jmartisk deleted the 3.27.1-backports-3 branch November 3, 2025 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/core area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/documentation area/infinispan Infinispan area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure area/maven area/oidc area/platform Issues related to definition and interaction with Quarkus Platform area/reactive-messaging area/smallrye area/spring Issues relating to the Spring integration area/vertx triage/flaky-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.