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
HHH-9440 is re
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
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