Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 423b13b50ae7940c11807a4b8c545d16a12e8059
https://github.com/hibernate/hibernate-orm/commit/423b13b50ae7940c11807a4...
Author: Markus Heiden <markus(a)markusheiden.de>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M
tooling/hibernate-gradle-plugin/src/main/groovy/org/hibernate/orm/tooling/gradle/EnhancementHelper.java
Log Message:
-----------
HHH-14657 Use the compile instead of runtime classpath
The runtime classpath contains the dependencies as jars that are not yet built when the
plugin needs them. So use the compile classpath plus the compiled classes of the current
project.
Commit: 26038d1b002ed02692a37a6c6156fea243f870eb
https://github.com/hibernate/hibernate-orm/commit/26038d1b002ed02692a37a6...
Author: Markus Heiden <markus(a)markusheiden.de>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M
tooling/hibernate-gradle-plugin/src/main/groovy/org/hibernate/orm/tooling/gradle/EnhancementHelper.java
Log Message:
-----------
HHH-14657 Use the compile instead of runtime classpath
The runtime classpath contains the dependencies as jars that are not yet built when the
plugin needs them. So use the compile classpath plus the compiled classes of the current
project.
Compare:
https://github.com/hibernate/hibernate-orm/compare/f91fe0335276...26038d1...