Re: [hibernate-dev] HHH-9440 - full instantiation of composites

2017-12-18 Thread Steve Ebersole
OK then... HHH-9440 is requesting to allow full instantiation of a composite (i.e. treat its state as final). E.g.: @Embeddable class Name { private final String first; private final String last; public Name(String first, String last) { ... } } I wanted to see what ever

[hibernate-dev] HHH-9440 - full instantiation of composites

2017-12-18 Thread Steve Ebersole
HHH-9440 is re ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] JDK 10 entered Rampdown Phase One on 14th of December

2017-12-18 Thread Rory O'Donnell
Hi Sanne, *JDK 10 entered Rampdown Phase One on Thursday, 14 December [1] * * The Rampdown Phase One process will be similar to that of JDK 9 [2]. *JDK 10 Early Access  build 36 is available at : - jdk.java.net/10/* Notable changes since previous email. *JEPS included **the last 3 builds:* J