Aleksandr B. (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *created* an issue
Hibernate ORM (
https://hibernate.atlassian.net/browse/HHH?atlOrigin=eyJpIjoiNzUxZTFmMTgy...
) / Bug (
https://hibernate.atlassian.net/browse/HHH-16846?atlOrigin=eyJpIjoiNzUxZT...
) HHH-16846 (
https://hibernate.atlassian.net/browse/HHH-16846?atlOrigin=eyJpIjoiNzUxZT...
) Incorrect @Mutability annotation (
https://hibernate.atlassian.net/browse/HHH-16846?atlOrigin=eyJpIjoiNzUxZT...
)
Issue Type: Bug Affects Versions: 6.2.5 Assignee: Unassigned Created: 26/Jun/2023 05:27 AM
Priority: Critical Reporter: Aleksandr B. (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
)
@Mutability annotation doesn’t allow specify any MutabilityPlan due to compilation error.
For example this is doesn’t compile:
@Mutability(ImmutableMutabilityPlan.class)
Can we change @Mutability annotation this way?
public @interface Mutability {
/**
* A class implementing {@link MutabilityPlan}.
*/
Class<? extends MutabilityPlan> value();
}
(
https://hibernate.atlassian.net/browse/HHH-16846#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-16846#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100227- sha1:a102ba3 )