Skip to content

Commit

Permalink
[3.x] Adds a DialectFactory implementation to permit Hibernate to int…
Browse files Browse the repository at this point in the history
…rospect database metadata properly when supporting container-mode JPA (#7934)

* Adds a DialectFactory implementation to permit Hibernate to introspect database metadata properly when supporting container-mode JPA

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>

* Squashable commit; fixed copyright

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>

* Squashable commit; fixed spotbugs

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>

---------

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
  • Loading branch information
ljnelson authored Nov 2, 2023
1 parent 2812529 commit 9be8bea
Show file tree
Hide file tree
Showing 9 changed files with 1,039 additions and 23 deletions.
3 changes: 2 additions & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
<version.lib.guava>32.0.1-jre</version.lib.guava>
<version.lib.h2>2.1.212</version.lib.h2>
<version.lib.hamcrest>1.3</version.lib.hamcrest>
<version.lib.hibernate>6.1.7.Final</version.lib.hibernate>
<version.lib.hibernate.family>6.1</version.lib.hibernate.family>
<version.lib.hibernate>${version.lib.hibernate.family}.7.Final</version.lib.hibernate>
<version.lib.hibernate-validator>7.0.2.Final</version.lib.hibernate-validator>
<version.lib.hikaricp>5.0.1</version.lib.hikaricp>
<version.lib.hystrix>1.5.18</version.lib.hystrix>
Expand Down
Loading

0 comments on commit 9be8bea

Please sign in to comment.