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
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
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
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
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