graalvm / mandrel-packaging

6 stars 8 forks source link

JDK 24, new Q demo link #413

Closed Karm closed 5 months ago

jerboaa commented 5 months ago

JDK 24 got me confused. The latest is JDK 23. I think you meant GraalVM 24.0 (internal version). Anyway, good for me.

Karm commented 5 months ago

Sorry, I meant 24.0.0.0. I wonder how ordinary users handle the naming :-)

zakkak commented 5 months ago

@Karm @gastaldi suggests not using an extension at all as the names might change again. Not specifying an extension should bring quarkus-rest which includes the starter code.

Also note that quarkus-resteasy is not the old quarkus-resteasy-reactive.

Karm commented 5 months ago

@zakkak Thx. I read the Zulip after your conversation took place. You guessed correctly, back in the day this was the way to get starter example code too, not just an empty project. It seems that is not necessary any more.