Remove 'vertx', 'quarkus' from module/image names
See original GitHub issueWith spring boot variants removed (#3090) the adapter maven module and image names can be shortened. I guess the “vertx” part can be removed as well.
E.g. renaming hono-adapter-amqp-vertx-quarkus
to hono-adapter-amqp
.
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Vert.x Reference Guide - Quarkus
Vert.x is a toolkit for building reactive applications. As described in the Quarkus Reactive Architecture, Quarkus uses Vert.x underneath.
Read more >Using Eclipse Vert.x API from a Quarkus Application
As described in the Quarkus Reactive Architecture, Quarkus uses Vert.x ... Our VertxResource will send a message containing a name to the greetings...
Read more >All configuration options - Quarkus
AWS Lambda Type Default
AWS Lambda Common Type Default
AWS Lambda Gateway REST API Type Default
Agroal ‑ Database connection pool Type Default
Read more >Using Reactive Routes - Quarkus
Reactive routes propose an alternative approach to implement HTTP endpoints where you declare and chain routes. This approach became very popular in the ......
Read more >Writing REST Services with RESTEasy Reactive - Quarkus
RESTEasy Reactive is a new JAX-RS implementation written from the ground up to work on our common Vert.x layer and is thus fully...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Naming is a bit tricky then, though. We currently have
hono-adapter-base
in directoryadapter-base
containing adapter base classeshono-adapters
in directoryadapters
: container module for the adapter moduleshono-adapters-quarkus
in directoryadapters/base-quarkus
, containing dependencies and build profiles, used as parent of the actual adapter modules.Renaming
hono-adapters-quarkus
tohono-adapters-parent
then?I would rather get rid of all of the deprecated stuff and have a clean 2.0.0 based chart. As you pointed out, users who want to stick to Hono 1.x can still use the 1.x based chart. FMPOV we should strip out everything that is no longer supported in Hono 2.0.0 from the chart as well.