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

camel-sql extension #505

Closed
davsclaus opened this issue Dec 4, 2019 · 4 comments · Fixed by #533
Closed

camel-sql extension #505

davsclaus opened this issue Dec 4, 2019 · 4 comments · Fixed by #533
Assignees

Comments

@davsclaus
Copy link
Contributor

its using spring-jdbc but that may work with the spring data compatibility in quarkus?

@jamesnetherton
Copy link
Contributor

Isn't Quarkus Spring Data more JPA focussed? So maybe better suited to camel-jpa?

We already have a camel-jdbc extension, so implementing camel-sql should be simple enough. I'm happy to work on it (and camel-jpa if we want to add an extension for it).

@lburgazzoli
Copy link
Contributor

As far as I can remember the spring compatibility does not use any spring bits but translates spring concerns into the related quarkus/hibernate bits

@davsclaus
Copy link
Contributor Author

Ah yeah a camel-jpa extension would be great

@davsclaus
Copy link
Contributor Author

the sql component is just much more powerful than jdbc so it would have been nice

@jamesnetherton jamesnetherton self-assigned this Dec 4, 2019
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Dec 10, 2019
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants