Andy Wilkinson (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *created* an issue
Hibernate ORM (
https://hibernate.atlassian.net/browse/HHH?atlOrigin=eyJpIjoiNTQ0N2YwN2Y0...
) / Bug (
https://hibernate.atlassian.net/browse/HHH-15558?atlOrigin=eyJpIjoiNTQ0N2...
) HHH-15558 (
https://hibernate.atlassian.net/browse/HHH-15558?atlOrigin=eyJpIjoiNTQ0N2...
) Hibernate's Gradle plugin does not work with three-part source set names (
https://hibernate.atlassian.net/browse/HHH-15558?atlOrigin=eyJpIjoiNTQ0N2...
)
Issue Type: Bug Affects Versions: 6.1.3 Assignee: Unassigned Components:
hibernate-gradle-plugin Created: 28/Sep/2022 02:14 AM Environment: Hibernate 6.3.1, Gradle
7.5.1 Priority: Major Reporter: Andy Wilkinson (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
)
When a project has a source set with a name that consists of three or more parts:
plugins {
id "java"
id "org.hibernate.orm" version "6.1.3.Final"
}
sourceSets {
threePartName
}
hibernate {
enhancement {
lazyInitialization true
}
}
It will fail to build:
./gradlew compileThreePartNameJava
FAILURE: Build failed with an exception.
* What went wrong:
Unexpected compilation task name : compileThreePartNameJava
* Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
* Get more help at
https://help.gradle.org
BUILD FAILED in 653ms
The problem does not occur when downgrading the plugin to 6.1.0.Final. I think this
regression is due to the changes (
https://github.com/hibernate/hibernate-orm/commit/180089b542506efb0e51e80...
) for
https://hibernate.atlassian.net/browse/HHH-15314 (
https://hibernate.atlassian.net/browse/HHH-15314 ).
(
https://hibernate.atlassian.net/browse/HHH-15558#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-15558#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#100207- sha1:ee9e30a )