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

Quarkus 3 migration: Compilation issues on persistence package #261

Closed
2 tasks
pefernan opened this issue May 16, 2023 · 1 comment · Fixed by apache/incubator-kie-kogito-apps#1720
Closed
2 tasks
Assignees
Labels
area:dependencies Dependency upgrade/update/migration area:engine Related to the runtime engines type:bug Something is behaving unexpectedly

Comments

@pefernan
Copy link

pefernan commented May 16, 2023

With the migration to Hibernate 6.2 there are some compilation issues in kogito-apps/persistence-commons.

Looks like the new NativeQuery api requires scalars to implement BasicDomainType and the types definen in the latest version of hypersistence-utils doesn't implement it.

Related info: vladmihalcea/hypersistence-utils#609 (comment)

Tasks:

  • Fix the compilation issues in persistence commons
  • Make sure that related modules keep working as usual (data-index, trusty...)
@pefernan pefernan self-assigned this May 16, 2023
@pefernan pefernan added area:dependencies Dependency upgrade/update/migration area:engine Related to the runtime engines type:bug Something is behaving unexpectedly labels May 16, 2023
@pefernan
Copy link
Author

PR Merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dependencies Dependency upgrade/update/migration area:engine Related to the runtime engines type:bug Something is behaving unexpectedly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant