6.0 Beta2

This commit is contained in:
Steve Ebersole 2021-12-02 16:46:09 -06:00
parent 629ae9ac69
commit 9367561fe4
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ import org.hibernate.metamodel.spi.Instantiator;
* Contract for instantiating embeddable values
*
* NOTE : incubating until the proposed
* `instantiate(IntFunction<Object> valueAccess, SessionFactoryImplementor sessionFactory)`
* `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)`
* form can be implemented
*
* @see org.hibernate.annotations.EmbeddableInstantiator

View File

@ -183,10 +183,10 @@ task aggregateJavadocs(type: Javadoc) {
options.encoding = 'UTF-8'
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/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