-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add Hibernate REST data codestart #38524
Conversation
cc @ia3andy |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems you need to:
- Add your codestart to the ignore list (as it require extra stuff to be tested): https://github.com/quarkusio/quarkus/blob/main/integration-tests/devtools/src/test/java/io/quarkus/devtools/codestarts/quarkus/QuarkusCodestartBuildIT.java#L39
- Generate the snapshots by running
testContent
with-Dsnap
property enabled
...us/extension-codestarts/hibernate-orm-rest-data-codestart/base/src/main/resources/import.sql
Outdated
Show resolved
Hide resolved
...ls/src/test/java/io/quarkus/devtools/codestarts/quarkus/HibernateOrmRestDataCodestartIT.java
Outdated
Show resolved
Hide resolved
dbb693f
to
5b9d0fb
Compare
This comment has been minimized.
This comment has been minimized.
5b9d0fb
to
d11cb6a
Compare
This comment has been minimized.
This comment has been minimized.
…te REST resources for a simple entity
d11cb6a
to
52e8ad9
Compare
Status for workflow
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Since we are working with a Quarkus plugin for Backstage (qshift)we would like to be able to generate a project exposing a simple entity via REST resources.
cc @iocanel , @geoand