Skip to content

Conversation

michalvavrik
Copy link
Member

@michalvavrik michalvavrik commented May 24, 2025

Purpose of this quickstart is to demonstrate quarkusio/quarkus#47675.

Check list:

Your pull request:

  • targets the development branch
  • uses the 999-SNAPSHOT version of Quarkus
  • has tests (mvn clean test)
  • works in native (mvn clean package -Pnative)
  • has integration/native tests (mvn clean verify -Pnative)
  • makes sure the associated guide must not be updated
  • links the guide update pull request (if needed)
  • updates or creates the README.md file (with build and run instructions)
  • for new quickstart, is located in the directory component-quickstart
  • for new quickstart, is added to the root pom.xml and README.md

This comment has been minimized.

This comment has been minimized.

@michalvavrik michalvavrik force-pushed the feature/ws-next-oidc-token-refresh-qs branch from 5178db2 to 6d6930c Compare May 25, 2025 07:52

This comment has been minimized.

@michalvavrik
Copy link
Member Author

The compilation failure is expected because this PR needs quarkusio/quarkus#47675 to be merged first.

@michalvavrik michalvavrik force-pushed the feature/ws-next-oidc-token-refresh-qs branch from 6d6930c to 076998f Compare May 25, 2025 15:02

This comment has been minimized.

@michalvavrik michalvavrik force-pushed the feature/ws-next-oidc-token-refresh-qs branch from 076998f to 36cf9b6 Compare July 8, 2025 15:15
@michalvavrik michalvavrik force-pushed the feature/ws-next-oidc-token-refresh-qs branch from 36cf9b6 to ddc574c Compare July 8, 2025 15:18

This comment has been minimized.

This comment has been minimized.

@michalvavrik michalvavrik force-pushed the feature/ws-next-oidc-token-refresh-qs branch from ddc574c to 2aa0ea9 Compare July 8, 2025 16:04
Copy link

quarkus-bot bot commented Jul 8, 2025

Status for workflow Pull Request Build - development

This is the status report for running Pull Request Build - development on commit 2aa0ea9.

Failing Jobs

Status Name Step Failures Logs Raw logs
Build - JDK 17 Build with Maven Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Build - JDK 17 #

- Failing: amqp-quickstart/amqp-quickstart-processor 

📦 amqp-quickstart/amqp-quickstart-processor

org.acme.amqp.processor.QuoteProcessorTest.testProcessor line 46 - More details - Source on GitHub

java.lang.AssertionError: Expected 1 items.  Only 0 items have been received.
	at io.smallrye.mutiny.helpers.test.AssertSubscriber.awaitItemEvents(AssertSubscriber.java:684)
	at io.smallrye.mutiny.helpers.test.AssertSubscriber.awaitItems(AssertSubscriber.java:440)
	at io.smallrye.mutiny.helpers.test.AssertSubscriber.awaitItems(AssertSubscriber.java:411)
	at org.acme.amqp.processor.QuoteProcessorTest.testProcessor(QuoteProcessorTest.java:46)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1000)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:848)

@michalvavrik
Copy link
Member Author

The failure is in a different module not affected by this PR. @sberyozkin this QuickStart is referenced from WS Next documentation, but there is no hurry. Please review when you want.

@michalvavrik michalvavrik requested a review from sberyozkin July 8, 2025 16:51
@sberyozkin sberyozkin merged commit fa3d821 into quarkusio:development Jul 9, 2025
2 of 3 checks passed
@michalvavrik michalvavrik deleted the feature/ws-next-oidc-token-refresh-qs branch July 9, 2025 13:28
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.

2 participants