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

Fix Envers compatibility with ImmutableType #464

Closed

Conversation

msdousti
Copy link
Contributor

@msdousti msdousti commented Aug 1, 2022

Envers expects (simple) audited types to implement the BasicType interface. This commit changes The ImmutableType to implement BasicType rather than Type.

The first commit is work in progress: It only applies the change to hibernate-types-55 as a template. If the change is OK, it will be applied to other hibernate-types-* as well.

Resolves: #463

Envers expects (simple) audited types to implement the BasicType
interface. This commit changes The ImmutableType to implement BasicType
rather than Type.

The commit is work in progress: It only applies the change to
hibernate-types-55 as a template. If the change is OK, it will be
applied to other hibernate-types-* as well.

Resolves: vladmihalcea#463
@vladmihalcea
Copy link
Owner

Thanks. I'll review it when I have some time

@vladmihalcea
Copy link
Owner

Applied upstream, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Envers throws MappingException: Type not supported for auditing
2 participants