Skip to content

Hibernate enhancement contribution declares a deprecated property #1913

@snicoll

Description

@snicoll

When generating a project with Native image and Spring Data JPA, the following snippet is contributed:

hibernate {
	enhancement {
		enableAssociationManagement = true
	}
}

The enableAssociationManagement property is deprecated. It should rather be:

hibernate {
	enhancement {
		associationManagement = true
	}
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions