Skip to content

Conversation

@jmartisk
Copy link
Contributor

No description provided.

mkouba and others added 15 commits June 18, 2025 15:35
- the problem occurs when the getter syntax is mixed with "normal"
syntax (Java record-style); e.g. Foo#image() and Foo#hasImage()

(cherry picked from commit 8525233)
In RESTEasy Classic, even when an interface is annotated with
@RegisterRestClient, the interface is not considered a REST Client if it
has implementations.
It is not consistent with Quarkus REST and is annoying when you have
both the client and the server parts in the same application.

(cherry picked from commit aab7682)
…#getClasspathResources

(cherry picked from commit a7849ec)
- Document known issues with Oracle and multiple schemas in Flyway's DevServices.
- Provide guidance on granting DBA privileges and configuring schema management.
- Include example configuration for schema initialization using `application.properties`.
- Follow-up from quarkusio#47753

Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
(cherry picked from commit 92e1d19)
- this workarounds the inconsistency in ClassInfo#simpleName() from
Jandex: smallrye/jandex#526
- also fixes quarkusio#47804

(cherry picked from commit 3a73c9b)
Fixes: quarkusio#47466
(cherry picked from commit b3b6c94)
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 18, 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
Copy link

quarkus-bot bot commented Jun 18, 2025

/cc @rsvoboda (3.20)

@quarkus-bot

This comment has been minimized.

@github-actions
Copy link

github-actions bot commented Jun 18, 2025

🙈 The PR is closed and the preview is expired.

@quarkus-bot

This comment has been minimized.

I'm not sure it's worth fine tuning this so much but for now, let's fix
this the easy way.

Fixes quarkusio#48053

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

quarkus-bot bot commented Jun 24, 2025

Status for workflow Quarkus Documentation CI

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

✅ 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 Jun 24, 2025

Status for workflow Quarkus CI

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

✅ 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

⚙️ JVM Integration Tests - JDK 17

📦 integration-tests/opentelemetry

io.quarkus.it.opentelemetry.LoggingResourceTest.testException - History

  • Condition with Lambda expression in io.quarkus.it.opentelemetry.LoggingResourceTest was not fulfilled within 2 minutes. - org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.LoggingResourceTest was not fulfilled within 2 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at io.quarkus.it.opentelemetry.LoggingResourceTest.testException(LoggingResourceTest.java:113)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

⚙️ JVM Integration Tests - JDK 21

📦 integration-tests/opentelemetry

io.quarkus.it.opentelemetry.LoggingResourceTest.testException - History

  • Condition with Lambda expression in io.quarkus.it.opentelemetry.LoggingResourceTest was not fulfilled within 2 minutes. - org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.LoggingResourceTest was not fulfilled within 2 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at io.quarkus.it.opentelemetry.LoggingResourceTest.testException(LoggingResourceTest.java:113)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

@jmartisk jmartisk merged commit 509c135 into quarkusio:3.20 Jun 24, 2025
59 checks passed
@jmartisk jmartisk deleted the 3.20.2-backports-1 branch June 24, 2025 11:00
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.