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

chore(sidecar) : vertx-web replaced with reactive-routes & jakarta #18

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

soumyadip007
Copy link
Contributor

@soumyadip007 soumyadip007 commented Jan 9, 2024

Subject: chore(sidecar) : vertx-web replaced with reactive-routes & jakarta
Assignees: @soumyadip007

Reasons behind the change

Quarkus has discontinued support for quarkus-vertx-web after the release of 3.0.0. They have moved the artifact to quarkus-reactive-routes, which is compatible with the latest Quarkus version 3.6.0.

Additionally, Jakarta has been imported to replace javax. After removing quarkus-vertx-web, it started throwing an error due to the import not being found. Therefore, Jakarta was imported to resolve the issue.

Resolutions

  1. quarkus-vertx-web is replaced with quarkus-reactive-routes (3.6.0).
  2. jakarta added to the dependency, and javax replaced with jakarta.

Build Status (Success)

[INFO] --- quarkus-maven-plugin:3.6.4:build (default) @ spaship-sidecar ---
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 2218ms
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  51.095 s
[INFO] Finished at: 2024-01-09T20:43:54+05:30
[INFO] ------------------------------------------------------------------------

@soumyadip007 soumyadip007 self-assigned this Jan 9, 2024
@soumyadip007 soumyadip007 changed the base branch from master to fix/pod-vulnerability January 9, 2024 15:26
@soumyadip007 soumyadip007 merged commit 6711669 into spaship:fix/pod-vulnerability Jan 10, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants