-
Notifications
You must be signed in to change notification settings - Fork 137
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
Migrate JDBC registry from vert.x legacy JDBC to Sql Client API #3595
Labels
enhancement
help wanted
Issues that we would welcome any help from (new) contributors with
JDBC Device Registry
The JDBC based Device Registry implementation
Comments
sophokles73
added
enhancement
help wanted
Issues that we would welcome any help from (new) contributors with
JDBC Device Registry
The JDBC based Device Registry implementation
labels
Dec 15, 2023
@mattkaem maybe this is something you can sink your teeth into ;-) |
harism
added a commit
to harism/hono
that referenced
this issue
Apr 14, 2024
harism
added a commit
to harism/hono
that referenced
this issue
Apr 14, 2024
harism
added a commit
to harism/hono
that referenced
this issue
Apr 14, 2024
harism
added a commit
to harism/hono
that referenced
this issue
Apr 14, 2024
harism
added a commit
to harism/hono
that referenced
this issue
Apr 14, 2024
harism
added a commit
to harism/hono
that referenced
this issue
May 15, 2024
harism
added a commit
to harism/hono
that referenced
this issue
May 15, 2024
harism
added a commit
to harism/hono
that referenced
this issue
May 23, 2024
mattkaem
pushed a commit
that referenced
this issue
May 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
help wanted
Issues that we would welcome any help from (new) contributors with
JDBC Device Registry
The JDBC based Device Registry implementation
The JDBC registry currently is built using vert.x' JDBC Client API which is deprecated in favor of the Sql Client API.
The code base needs to be migrated to the Sql Client API in order to be able to migrate the JDBC registry code base to vert.x 5 once Quarkus makes that move.
The text was updated successfully, but these errors were encountered: