Commit Graph

11 Commits

Author SHA1 Message Date
Andrea Boriero 6cf9d2d480 HHH-15465 Upgrade to Jandex 3.0.0 2022-09-06 15:14:19 +02:00
Ladislav Thon b66bc976ac HHH-15466 Compatibility with Jandex 3.0.0
The only change in Jandex 3.0.0 relevant to Hibernate ORM is that
`Indexer.index()` used to return `ClassInfo`, but now returns `void`.
This is a breaking change, but Jandex 3.0.0 has a synthetic bridge
method with the old signature for binary compatibility -- except
it always return `null`. Therefore, with this commit, Hibernate ORM
simply ignores the return value completely, which makes it compatible
with Jandex 3.0.0 at runtime, even though it is still compiled against
Jandex 2.4. The code is also source-compatible with Jandex 3.0.0 if
that is ever needed.
2022-08-30 12:14:52 +01:00
Andrea Boriero a12ca1f100 Copy only the content of the documentation staging directory 2022-05-19 12:15:02 +02:00
Andrea Boriero fd37bb93d5 gradle fix upload documentation server url 2022-05-06 18:41:48 +02:00
Andrea Boriero 26cd9d27ff Fix doc descriptor server url 2022-05-06 17:29:36 +02:00
Andrea Boriero 81d6fef345 gradle doc publishing add --delete option to rsync 2022-05-06 16:04:21 +02:00
Andrea Boriero 1bd4d572b4 Gradle publishing use rsync instead of scp 2022-05-06 15:54:16 +02:00
Steve Ebersole 9e6e618caf 6.0.1 release 2022-04-29 15:55:45 -05:00
Steve Ebersole 9e9a8135dc HHH-15206 - Upgrade to ANTLR 4.10 2022-04-27 06:44:57 -05:00
Steve Ebersole 69e57404c6 HHH-15226 - Publish a Gradle platform (Maven Bom++) for Hibernate ORM
- plus use Gradle version catalogs as opposed to `libraries.gradle`
- dropped OSGi manifest entries for hibernate-envers - they were broken and we decided we no longer support OSGi
2022-04-26 14:41:04 -05:00
Steve Ebersole c109650032 Renamed `hibernate-orm-build` to `local-build-plugins` to be more visually distinguishable from the "real" `hibernate-` modules;
Moved the `local-build-plugins` inclusion inside the `pluginManagement {}` block per Gradle recommendations
2022-04-22 09:30:41 -05:00