Re: [hibernate-dev] Using Hibernate ORM as automatic JPMS modules

2017-12-22 Thread Steve Ebersole
I created a Jira to track this: https://hibernate.atlassian.net/browse/HHH-12188 On Fri, Dec 22, 2017 at 5:33 AM Steve Ebersole wrote: > Thanks for investigating this Gunnar. > > Some thoughts inline... > > On Wed, Dec 20, 2017 at 3:54 PM Gunnar Morling > wrote: > > >> * JDK 9 comes with an inc

Re: [hibernate-dev] Realising the JavaDoc jars as well

2017-12-22 Thread Steve Ebersole
I wanted to get everyone's opinion about the api/spi/internal package grouping we do in the aggregated Javadoc in regards to the per-module javadocs. Adding this logic adds significant overhead to the process of building the Javadoc, to the point where I am considering not performing that grouping

Re: [hibernate-dev] Infinispan modules contains hibernate-search-orm

2017-12-22 Thread Sanne Grinovero
On 22 December 2017 at 12:39, Guillaume Smet wrote: > Hi, > > I'm trying to upgrade OGM 5.2 to WildFly 11 so that we don't release > modules for an outdated version of WildFly when we'll push this release (I > already did the upgrade in my ORM 5.2 support branch so it's mostly > backporting and tr

[hibernate-dev] Infinispan modules contains hibernate-search-orm

2017-12-22 Thread Guillaume Smet
Hi, I'm trying to upgrade OGM 5.2 to WildFly 11 so that we don't release modules for an outdated version of WildFly when we'll push this release (I already did the upgrade in my ORM 5.2 support branch so it's mostly backporting and tracking issues). I have an issue with the Infinispan modules (an

Re: [hibernate-dev] Using Hibernate ORM as automatic JPMS modules

2017-12-22 Thread Steve Ebersole
Thanks for investigating this Gunnar. Some thoughts inline... On Wed, Dec 20, 2017 at 3:54 PM Gunnar Morling wrote: > * JDK 9 comes with an incomplete JTA module (java.transaction), so a > complete one must be provided via --upgrade-module-path (I'm using the > 2.0.0.Alpha1 version Tomaz Cerar