Hibernate 6.6 and OracleDB 11.2

Hi All,
I’m using quarkus 3.15 with hibernate 6.6 and as per documentation (OracleDialect (Hibernate Javadocs)) it should support Oracle DB v 11.2 but it’s not the case:
I’ve a paged query and hibernate is adding

offset ? rows fetch first ? rows only

at the end and this is not a valid dialect for 11.2

the only way I managed to make it work was to add hibernate-community-dialects:6.6.0 dependency. I find curious that in org.hibernate.dialect.OracleDialect the minimum version is set to 19 but the description says dialect for Oracle 11g and above.

is this intended or a bug?

The documentation is outdated. Support for Oracle 11 was dropped a while ago.