6.0 Beta2
This commit is contained in:
parent
629ae9ac69
commit
9367561fe4
|
@ -16,7 +16,7 @@ import org.hibernate.metamodel.spi.Instantiator;
|
||||||
* Contract for instantiating embeddable values
|
* Contract for instantiating embeddable values
|
||||||
*
|
*
|
||||||
* NOTE : incubating until the proposed
|
* NOTE : incubating until the proposed
|
||||||
* `instantiate(IntFunction<Object> valueAccess, SessionFactoryImplementor sessionFactory)`
|
* `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)`
|
||||||
* form can be implemented
|
* form can be implemented
|
||||||
*
|
*
|
||||||
* @see org.hibernate.annotations.EmbeddableInstantiator
|
* @see org.hibernate.annotations.EmbeddableInstantiator
|
||||||
|
|
|
@ -183,10 +183,10 @@ task aggregateJavadocs(type: Javadoc) {
|
||||||
options.encoding = 'UTF-8'
|
options.encoding = 'UTF-8'
|
||||||
|
|
||||||
links = [
|
links = [
|
||||||
'https://docs.oracle.com/javase/8/docs/api/',
|
'https://docs.oracle.com/en/java/javase/11/docs/api/',
|
||||||
'https://docs.jboss.org/hibernate/beanvalidation/spec/2.0/api/',
|
'https://docs.jboss.org/hibernate/beanvalidation/spec/2.0/api/',
|
||||||
'https://docs.jboss.org/cdi/api/2.0/',
|
'https://docs.jboss.org/cdi/api/2.0/',
|
||||||
'https://javaee.github.io/javaee-spec/javadocs/'
|
'https://jakarta.ee/specifications/platform/8/apidocs/'
|
||||||
]
|
]
|
||||||
|
|
||||||
//The need to set `--source 1.8` applies to all JVMs after 11, and also to 11
|
//The need to set `--source 1.8` applies to all JVMs after 11, and also to 11
|
||||||
|
|
Loading…
Reference in New Issue