Skip to content

Commit

Permalink
[4.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 (#7927)

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

Signed-off-by: Laird Nelson <[email protected]>

* Squashable commit; adds documentation and javadoc cross-links

Signed-off-by: Laird Nelson <[email protected]>

* Squashable commit; adds unit test; ensures CDISEJtaPlatformProvider can function in pathological environments

Signed-off-by: Laird Nelson <[email protected]>

* Squashable commit; centralizing and adding logging

Signed-off-by: Laird Nelson <[email protected]>

* Squashable commit; ensuring no exceptions are swallowed

Signed-off-by: Laird Nelson <[email protected]>

---------

Signed-off-by: Laird Nelson <[email protected]>
  • Loading branch information
ljnelson authored Nov 1, 2023
1 parent aa17138 commit ce245bf
Show file tree
Hide file tree
Showing 9 changed files with 1,031 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 @@ -61,7 +61,8 @@
<version.lib.h2>2.2.220</version.lib.h2>
<version.lib.hamcrest>1.3</version.lib.hamcrest>
<version.lib.handlebars>4.3.1</version.lib.handlebars>
<version.lib.hibernate>6.3.1.Final</version.lib.hibernate>
<version.lib.hibernate.family>6.3</version.lib.hibernate.family>
<version.lib.hibernate>${version.lib.hibernate.family}.1.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 ce245bf

Please sign in to comment.