Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #336 from Cousjava/FISH-405-eclipselink-jpa
Browse files Browse the repository at this point in the history
FISH-405 Update eclipselink, embeddable join fix
  • Loading branch information
Cousjava authored Sep 28, 2020
2 parents 750fd63 + 0b68b74 commit 9ddb181
Show file tree
Hide file tree
Showing 170 changed files with 1,764 additions and 28 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fb229394bbfe0f41cd255b6196b2fec2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b2c16061ed0057953b4ab26aa8814d255016422d
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c90b597124be87a29bc3a5b407e5b04f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f29640bff15075a67b25b13762e1615613580ffe
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!--

Copyright (c) 2007, 2018 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0,
or the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.

SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause

-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.5</version>
</parent>

<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
<version>2.7.7.payara-p1</version>
<packaging>jar</packaging>
<name>EclipseLink (non-OSGi)</name>
<description>EclipseLink build based upon Git transaction 98f2160602</description>
<url>http://www.eclipse.org/eclipselink</url>

<organization>
<name>Eclipse.org - EclipseLink Project</name>
<url>http://www.eclipse.org/eclipselink</url>
</organization>

<issueManagement>
<system>bugzilla</system>
<url>https://bugs.eclipse.org/bugs</url>
</issueManagement>

<inceptionYear>2007</inceptionYear>

<mailingLists>
<mailingList>
<name>EclipseLink Developer List</name>
<post>eclipselink-dev@eclipse.org</post>
<archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-dev</archive>
</mailingList>
<mailingList>
<name>EclipseLink User List</name>
<post>eclipselink-users@eclipse.org</post>
<archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-users</archive>
</mailingList>
</mailingLists>

<licenses>
<license>
<name>Eclipse Public License v. 2.0</name>
<url>http://www.eclipse.org/legal/epl-v20.html</url>
<distribution>repo</distribution>
<comments>Standard Eclipse License</comments>
</license>
<license>
<name>Eclipse Distribution License v. 1.0</name>
<url>http://www.eclipse.org/org/documents/edl-v10.php</url>
<distribution>repo</distribution>
<comments>Standard Eclipse Distribution License</comments>
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/eclipse-ee4j/eclipselink.git</connection>
<url>https://github.com/eclipse-ee4j/eclipselink.git</url>
</scm>

<developers>
<developer>
<id>PeterKrogh</id>
<name>Peter Krogh</name>
<email>peter.krogh@oracle.com</email>
<organization>Eclipse.org - EclipseLink Project</organization>
<organizationUrl>http://www.eclipse.org/eclipselink</organizationUrl>
<roles>
<role>Project Manager</role>
<role>Developer</role>
</roles>
<timezone>-5</timezone>
</developer>
</developers>
<dependencies><dependency><groupId>org.eclipse.persistence</groupId><artifactId>javax.persistence</artifactId><version>2.1.1</version><type>jar</type><scope>compile</scope><optional>false</optional></dependency><dependency><groupId>org.eclipse.persistence</groupId><artifactId>commonj.sdo</artifactId><version>2.1.1</version><type>jar</type><scope>compile</scope><optional>false</optional></dependency></dependencies>
</project>



Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ac01d90af1b4e93c6f6f3e505d0601b1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9b7763b32970c143f9af89e72126003396869649
3 changes: 2 additions & 1 deletion org/eclipse/persistence/eclipselink/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<version>2.7.4.payara-p2</version>
<version>2.6.5.payara-p4</version>
<version>2.7.6.payara-p1</version>
<version>2.7.7.payara-p1</version>
</versions>
<lastUpdated>20200427153010</lastUpdated>
<lastUpdated>20200925161745</lastUpdated>
</versioning>
</metadata>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dff3f611480e926ed499736ac71258ec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c1b5f4cd1d0f0608e1229e9d9b55c3d0af65b5ae
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eddee7a4fc3b25f0909173a21a81af82
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
78712ed5187194106a5563f3de0539bed69ed8e5
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!--

Copyright (c) 2007, 2018 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0,
or the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.

SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause

-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.5</version>
</parent>

<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.antlr</artifactId>
<version>2.7.7.payara-p1</version>
<packaging>jar</packaging>
<name>EclipseLink ANTLR</name>
<description>EclipseLink build based upon Git transaction 98f2160602</description>
<url>http://www.eclipse.org/eclipselink</url>

<organization>
<name>Eclipse.org - EclipseLink Project</name>
<url>http://www.eclipse.org/eclipselink</url>
</organization>

<issueManagement>
<system>bugzilla</system>
<url>https://bugs.eclipse.org/bugs</url>
</issueManagement>

<inceptionYear>2007</inceptionYear>

<mailingLists>
<mailingList>
<name>EclipseLink Developer List</name>
<post>eclipselink-dev@eclipse.org</post>
<archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-dev</archive>
</mailingList>
<mailingList>
<name>EclipseLink User List</name>
<post>eclipselink-users@eclipse.org</post>
<archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-users</archive>
</mailingList>
</mailingLists>

<licenses>
<license>
<name>Eclipse Public License v. 2.0</name>
<url>http://www.eclipse.org/legal/epl-v20.html</url>
<distribution>repo</distribution>
<comments>Standard Eclipse License</comments>
</license>
<license>
<name>Eclipse Distribution License v. 1.0</name>
<url>http://www.eclipse.org/org/documents/edl-v10.php</url>
<distribution>repo</distribution>
<comments>Standard Eclipse Distribution License</comments>
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/eclipse-ee4j/eclipselink.git</connection>
<url>https://github.com/eclipse-ee4j/eclipselink.git</url>
</scm>

<developers>
<developer>
<id>PeterKrogh</id>
<name>Peter Krogh</name>
<email>peter.krogh@oracle.com</email>
<organization>Eclipse.org - EclipseLink Project</organization>
<organizationUrl>http://www.eclipse.org/eclipselink</organizationUrl>
<roles>
<role>Project Manager</role>
<role>Developer</role>
</roles>
<timezone>-5</timezone>
</developer>
</developers>

</project>



Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8ec2d7299a87fed4c3011b8479c57316
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
103ac87fd173584a4ede1a6f2416433098060bf0
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
<version>2.6.5.payara-p4</version>
<version>2.6.8.payara-p1</version>
<version>2.7.6.payara-p1</version>
<version>2.7.7.payara-p1</version>
</versions>
<lastUpdated>20200427153010</lastUpdated>
<lastUpdated>20200925161747</lastUpdated>
</versioning>
</metadata>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
81c14483526a0c41af814e63a164a6c6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a505d6d84b4d9c25ff1eb0e0f99f3cae0a0018c4
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9f6a102134c6f62d53a68ee3bec13ada
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eea79261168918e4638d11dac47c80557473f56a
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!--

Copyright (c) 2007, 2018 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0,
or the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.

SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause

-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.5</version>
</parent>

<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.asm</artifactId>
<version>2.7.7.payara-p1</version>
<packaging>jar</packaging>
<name>EclipseLink ASM</name>
<description>EclipseLink build based upon Git transaction 98f2160602</description>
<url>http://www.eclipse.org/eclipselink</url>

<organization>
<name>Eclipse.org - EclipseLink Project</name>
<url>http://www.eclipse.org/eclipselink</url>
</organization>

<issueManagement>
<system>bugzilla</system>
<url>https://bugs.eclipse.org/bugs</url>
</issueManagement>

<inceptionYear>2007</inceptionYear>

<mailingLists>
<mailingList>
<name>EclipseLink Developer List</name>
<post>eclipselink-dev@eclipse.org</post>
<archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-dev</archive>
</mailingList>
<mailingList>
<name>EclipseLink User List</name>
<post>eclipselink-users@eclipse.org</post>
<archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-users</archive>
</mailingList>
</mailingLists>

<licenses>
<license>
<name>Eclipse Public License v. 2.0</name>
<url>http://www.eclipse.org/legal/epl-v20.html</url>
<distribution>repo</distribution>
<comments>Standard Eclipse License</comments>
</license>
<license>
<name>Eclipse Distribution License v. 1.0</name>
<url>http://www.eclipse.org/org/documents/edl-v10.php</url>
<distribution>repo</distribution>
<comments>Standard Eclipse Distribution License</comments>
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/eclipse-ee4j/eclipselink.git</connection>
<url>https://github.com/eclipse-ee4j/eclipselink.git</url>
</scm>

<developers>
<developer>
<id>PeterKrogh</id>
<name>Peter Krogh</name>
<email>peter.krogh@oracle.com</email>
<organization>Eclipse.org - EclipseLink Project</organization>
<organizationUrl>http://www.eclipse.org/eclipselink</organizationUrl>
<roles>
<role>Project Manager</role>
<role>Developer</role>
</roles>
<timezone>-5</timezone>
</developer>
</developers>

</project>



Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
43e0356898a0d3274978af6622f602d3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b4b669d76b34bc96795606b15666d4a8d4031369
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<version>2.6.5.payara-p4</version>
<version>2.6.8.payara-p1</version>
<version>2.7.6.payara-p1</version>
<version>2.7.7.payara-p1</version>
</versions>
<lastUpdated>20200427153010</lastUpdated>
<lastUpdated>20200925161747</lastUpdated>
</versioning>
</metadata>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d5be8ce3b675fe7d854f30f0b50bb717
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a5977694fc1f94d1107471733dff1c521eecc4f1
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1602077a97a2e54a14bf5b803e3fe671
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7d84060ae44227a8a74f91ac5b67681da3606a15
Loading

0 comments on commit 9ddb181

Please sign in to comment.