This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
from cb833182 Merge pull request #442 from
apache/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.4.0
add b89578cb Copy JPA classes form Syncope into the project
new 4d21da79 Merge pull request #445 from apache/coheigea/jpa
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
services/idp-core/pom.xml | 36 ++---
.../orm/jpa/vendor/OpenJpaDialect.java | 159 +++++++++++++++++++++
.../orm/jpa/vendor/OpenJpaVendorAdapter.java | 131 +++++++++++++++++
3 files changed, 302 insertions(+), 24 deletions(-)
create mode 100644
services/idp-core/src/main/java/org/springframework/orm/jpa/vendor/OpenJpaDialect.java
create mode 100644
services/idp-core/src/main/java/org/springframework/orm/jpa/vendor/OpenJpaVendorAdapter.java