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

Envers, Inheritance and hibernate.jpa.metamodel.population property not working together #1801

Closed
Pilpin opened this issue Sep 24, 2023 · 0 comments · Fixed by #1802
Closed
Assignees
Labels
component: core kind: bug worth: high Implementing this has a high worth
Milestone

Comments

@Pilpin
Copy link
Contributor

Pilpin commented Sep 24, 2023

Description

Hello, trying to use CTEs entity views to query revisions for my audited entities I stumbled upon a java.util.ConcurrentModificationException

The issue only arises when inheritance is used, I tried with a simple entity and it worked fine.

See also this discussion

Expected behavior

Should query the revisions properly.

Actual behavior

Exception thrown.

Steps to reproduce

Here is a reproducer > https://github.com/Pilpin/blaze-quarkus-envers-bug

Environment

Quarkus 3.4.1
Hibernate 6.2.9.Final
Blaze 1.6.9
PostgreSQL 15

@beikov beikov added kind: bug component: core worth: high Implementing this has a high worth labels Sep 25, 2023
@beikov beikov self-assigned this Sep 25, 2023
@beikov beikov added this to the 1.6.10 milestone Sep 25, 2023
beikov added a commit to beikov/blaze-persistence that referenced this issue Sep 25, 2023
…determination for special Hibernate Envers mappings
beikov added a commit to beikov/blaze-persistence that referenced this issue Sep 25, 2023
…determination for special Hibernate Envers mappings
beikov added a commit to beikov/blaze-persistence that referenced this issue Sep 25, 2023
…determination for special Hibernate Envers mappings
beikov added a commit to beikov/blaze-persistence that referenced this issue Sep 26, 2023
…determination for special Hibernate Envers mappings
beikov added a commit that referenced this issue Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: core kind: bug worth: high Implementing this has a high worth
Projects
None yet
2 participants