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

[3.9] 3.9.4 backports 1 #40125

Merged
merged 24 commits into from
Apr 18, 2024
Merged

[3.9] 3.9.4 backports 1 #40125

merged 24 commits into from
Apr 18, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Apr 17, 2024

Please don't merge, I will merge it myself.

aloubyansky and others added 24 commits April 17, 2024 18:41
…flatten plugin by default

(cherry picked from commit ad43bac)
(cherry picked from commit 0a73e57)
Follow up of quarkusio#39382.
Per gripe from Alexey.

(cherry picked from commit 68a1bbe)
Signed-off-by: Phillip Kruger <[email protected]>
(cherry picked from commit 5e95a7b)
(cherry picked from commit 47d782f)
These types should not have been added to the common module,
they should have gone into the server part

(cherry picked from commit 7210f5d)
(cherry picked from commit 4f6c9b8)
- previously, a NativeImageResourceBuildItem with a wrong path was
produced for a template located in a nested directory

(cherry picked from commit 986ad73)
The modern version of footnotes is not supported in the downstream
tooling and we can't use the older version in our doc as it triggers
warnings.
Thus we rewrite the new format to the old format specifically for
downstream doc.

(cherry picked from commit 82f7b20)
(cherry picked from commit a329189)
Replace the build option -Dquarkus.kubernetes.deploy=true with -Dquarkus.openshift.deploy=true

(cherry picked from commit af00b5f)
Signed-off-by: Michal Maléř <[email protected]>
(cherry picked from commit 561212e)
Add test for JarResultBuildStep#filterJarFile

(cherry picked from commit 7e229d4)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Apr 17, 2024
@gsmet gsmet self-assigned this Apr 17, 2024
@quarkus-bot quarkus-bot bot changed the title 3.9.4 backports 1 [3.9] 3.9.4 backports 1 Apr 17, 2024
@quarkus-bot quarkus-bot bot added area/amazon-lambda area/arc Issue related to ARC (dependency injection) area/core labels Apr 17, 2024
@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/docstyle issues related for manual docstyle review area/documentation area/logging area/maven area/qute The template engine area/vertx labels Apr 17, 2024
Copy link

quarkus-bot bot commented Apr 17, 2024

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit 1485e97.

✅ 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.

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

Copy link

github-actions bot commented Apr 17, 2024

🙈 The PR is closed and the preview is expired.

Copy link

quarkus-bot bot commented Apr 17, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 1485e97.

✅ 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.


Flaky tests - Develocity

⚙️ Maven Tests - JDK 17

📦 integration-tests/maven

io.quarkus.maven.it.DevMojoIT.testThatNewResourcesAreServed - History

  • io.quarkus.maven.it.DevMojoIT expected "76ad9352-1317-4dfe-89bc-a6df2b9df8cd" but was "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." within 2 minutes. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: io.quarkus.maven.it.DevMojoIT expected "76ad9352-1317-4dfe-89bc-a6df2b9df8cd" but was "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." within 2 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:86)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:691)
	at io.quarkus.maven.it.DevMojoIT.testThatNewResourcesAreServed(DevMojoIT.java:967)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

io.quarkus.maven.it.DevMojoIT.testThatNewResourcesAreServed - History

  • io.quarkus.maven.it.DevMojoIT expected "76ad9352-1317-4dfe-89bc-a6df2b9df8cd" but was "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." within 2 minutes. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: io.quarkus.maven.it.DevMojoIT expected "76ad9352-1317-4dfe-89bc-a6df2b9df8cd" but was "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." within 2 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:86)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:691)
	at io.quarkus.maven.it.DevMojoIT.testThatNewResourcesAreServed(DevMojoIT.java:967)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

@gsmet gsmet merged commit 5be480e into quarkusio:3.9 Apr 18, 2024
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/amazon-lambda area/arc Issue related to ARC (dependency injection) 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/docstyle issues related for manual docstyle review area/documentation area/infra internal and infrastructure related issues area/logging area/maven area/qute The template engine area/vertx triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.