Skip to content

Conversation

@mcruzdev
Copy link
Member

@mcruzdev mcruzdev commented Nov 28, 2025

Changes

  • Change the codestart path from /hello to /hello-flow
  • Add a new configuration property for testing Codestart due to port conflict
  • Add quarkus-rest-jackson as dependency for Codestart

I added quarkus-rest-jackson dependency, because the generated code fails when running mvn clean package, the code must execute without failures.

How to test this changes locally

  1. Do a mvn clean install
  2. In another directory, run quarkus create app aloha-app -x=io.quarkiverse.flow:quarkus-flow:1.0.0-SNAPSHOT
  3. Go to the aloha-app dir and execute mvn clean package

The build should execute successfully.

Closes #105

@mcruzdev mcruzdev requested a review from a team as a code owner November 28, 2025 15:26
@github-actions
Copy link

github-actions bot commented Nov 28, 2025

🚀 PR Preview 765215f has been successfully built and deployed to https://quarkiverse-flow-pr-104-preview.surge.sh

@mcruzdev
Copy link
Member Author

I need to change the test too. One moment

@ricardozanini
Copy link
Member

@mcruzdev looks like there are other places to fix... look at the CI.

@mcruzdev
Copy link
Member Author

mcruzdev commented Nov 28, 2025

Yes, I am trying to solve this CI issue here... probably it is something related to snapshot.

@mcruzdev mcruzdev force-pushed the change-codestart-path branch 3 times, most recently from 6cd553e to 8ba9469 Compare November 28, 2025 22:37
@mcruzdev mcruzdev changed the title Change codestart path due to conflict Update Codestart due to conflict and possible CI issues Nov 28, 2025
@mcruzdev
Copy link
Member Author

cc: @Invokedzz

@mcruzdev mcruzdev force-pushed the change-codestart-path branch from 8338645 to d65f780 Compare November 29, 2025 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Codestart path conflicting with JAX-RS

3 participants