-
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
Error during native compilation #4156
Comments
@lordofthejars where you perhaps able to narrow down the set of dependencies that causes the problem? |
@lordofthejars I think that behaviour is happening because of quarkus-hibernate-orm-panache maven dependency. In fact it is a known issue (#2482). Just add a class with an |
weird, but definitely not a blocker or high priority bug.
Missatge de limadelrey <[email protected]> del dia dt., 24 de set.
2019 a les 18:14:
… @lordofthejars <https://github.com/lordofthejars> I think that behaviour
is happening because of quarkus-hibernate-orm-panache maven dependency. In
fact it is a known issue (#2482
<#2482>). Just add a class
with an @entity annotation and configure your datasource on
application.properties file and the error should be gone (
https://quarkus.io/guides/hibernate-orm-guide).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4156?email_source=notifications&email_token=AALSMYONLUYS3IDIN3655ALQLI4FLA5CNFSM4IZIVKVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7O5PDA#issuecomment-534632332>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALSMYNEJZJUZWG6HN5YMSTQLI4FLANCNFSM4IZIVKVA>
.
|
I just tested this out and it seems fine now. |
Describe the bug
I have created a simple hello world project, and then I compiled to native without any problem:
mvn package -Pnative -Dnative-image.docker-build=true
Then I added next dependencies https://pastebin.com/ecDazT1v
And when running native compilation without any other modification I get the next stacktrace:
https://pastebin.com/dhsK3GBv
Expected behavior
Should compile into native
Actual behavior
Exception
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: