eclipse-jkube / jkube

Build and Deploy java applications on Kubernetes
https://www.eclipse.dev/jkube/
Eclipse Public License 2.0
775 stars 521 forks source link

Update `quickstarts/maven/quarkus-customized-image` to latest version #2811

Closed rohanKanojia closed 7 months ago

rohanKanojia commented 8 months ago

Component

None

Task description

Our quickstarts/maven/quarkus is using a slightly old version of Quarkus. It should be updated to the latest version (3.8.2 at the time of writing)

https://github.com/eclipse/jkube/blob/c4ee9d4e9432297c50d9385a8c06d1fea0f75e3a/quickstarts/maven/quarkus-customized-image/pom.xml#L37

After changing the version, you might face problems regarding missing imports. They just need to be moved to jakarta package instead:

:warning: A Kubernetes Cluster is required to test that JKube's Kubernetes Maven Plugin can deploy application to Kubernetes cluster

Expected Behavior

Quarkus quickstart is updated to latest version

Acceptance Criteria

l3002 commented 7 months ago

Hi @rohanKanojia, Hope you're doing well. I'm ready to pick this up. Please assign this to me.