[hibernate-dev] ORM & Java 9 - strange javadoc failure

2017-12-27 Thread Steve Ebersole
I worked on getting Travis CI set up on ORM for reasons discussed here previously. But I am running into a really strange error when I enabled Java 9: javadoc: error - An exception occurred while building a component: ClassSerializedForm (com.sun.tools.javac.code.Symbol$CompletionFailure: class f

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

2017-12-27 Thread Steve Ebersole
I had intended this for 5.3 which hasn't even gone Beta yet (we wont have an Alpha). On Wed, Dec 27, 2017 at 3:38 PM Brett Meyer wrote: > +1 from me on making them consistent. In practice, Bundle-SymbolicName > isn't used for much, other than a guaranteed unique identifier. One of > the Karaf

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

2017-12-27 Thread Brett Meyer
+1 from me on making them consistent.  In practice, Bundle-SymbolicName isn't used for much, other than a guaranteed unique identifier.  One of the Karaf guys pointed out that Bundle-SymbolicName is used to link a fragment bundle to its host bundle, but we've been able to avoid fragments like t