forked from payara/Payara_PatchedProjects
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FISh-405 Add patched & updated eclipselink
- Loading branch information
Showing
153 changed files
with
1,722 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+8.33 MB
org/eclipse/persistence/eclipselink/2.7.7.payara-p1/eclipselink-2.7.7.payara-p1-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...lipse/persistence/eclipselink/2.7.7.payara-p1/eclipselink-2.7.7.payara-p1-sources.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fb229394bbfe0f41cd255b6196b2fec2 |
1 change: 1 addition & 0 deletions
1
...ipse/persistence/eclipselink/2.7.7.payara-p1/eclipselink-2.7.7.payara-p1-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b2c16061ed0057953b4ab26aa8814d255016422d |
Binary file added
BIN
+8.87 MB
org/eclipse/persistence/eclipselink/2.7.7.payara-p1/eclipselink-2.7.7.payara-p1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
org/eclipse/persistence/eclipselink/2.7.7.payara-p1/eclipselink-2.7.7.payara-p1.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c90b597124be87a29bc3a5b407e5b04f |
1 change: 1 addition & 0 deletions
1
org/eclipse/persistence/eclipselink/2.7.7.payara-p1/eclipselink-2.7.7.payara-p1.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f29640bff15075a67b25b13762e1615613580ffe |
96 changes: 96 additions & 0 deletions
96
org/eclipse/persistence/eclipselink/2.7.7.payara-p1/eclipselink-2.7.7.payara-p1.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
|
||
|
1 change: 1 addition & 0 deletions
1
org/eclipse/persistence/eclipselink/2.7.7.payara-p1/eclipselink-2.7.7.payara-p1.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ac01d90af1b4e93c6f6f3e505d0601b1 |
1 change: 1 addition & 0 deletions
1
org/eclipse/persistence/eclipselink/2.7.7.payara-p1/eclipselink-2.7.7.payara-p1.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9b7763b32970c143f9af89e72126003396869649 |
Binary file added
BIN
+217 KB
...rsistence.antlr/2.7.7.payara-p1/org.eclipse.persistence.antlr-2.7.7.payara-p1-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...tence.antlr/2.7.7.payara-p1/org.eclipse.persistence.antlr-2.7.7.payara-p1-sources.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dff3f611480e926ed499736ac71258ec |
1 change: 1 addition & 0 deletions
1
...ence.antlr/2.7.7.payara-p1/org.eclipse.persistence.antlr-2.7.7.payara-p1-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c1b5f4cd1d0f0608e1229e9d9b55c3d0af65b5ae |
Binary file added
BIN
+144 KB
...lipse.persistence.antlr/2.7.7.payara-p1/org.eclipse.persistence.antlr-2.7.7.payara-p1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...e.persistence.antlr/2.7.7.payara-p1/org.eclipse.persistence.antlr-2.7.7.payara-p1.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
eddee7a4fc3b25f0909173a21a81af82 |
1 change: 1 addition & 0 deletions
1
....persistence.antlr/2.7.7.payara-p1/org.eclipse.persistence.antlr-2.7.7.payara-p1.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
78712ed5187194106a5563f3de0539bed69ed8e5 |
96 changes: 96 additions & 0 deletions
96
...lipse.persistence.antlr/2.7.7.payara-p1/org.eclipse.persistence.antlr-2.7.7.payara-p1.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
|
||
|
1 change: 1 addition & 0 deletions
1
...e.persistence.antlr/2.7.7.payara-p1/org.eclipse.persistence.antlr-2.7.7.payara-p1.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8ec2d7299a87fed4c3011b8479c57316 |
1 change: 1 addition & 0 deletions
1
....persistence.antlr/2.7.7.payara-p1/org.eclipse.persistence.antlr-2.7.7.payara-p1.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
103ac87fd173584a4ede1a6f2416433098060bf0 |
Binary file added
BIN
+489 KB
...e.persistence.asm/2.7.7.payara-p1/org.eclipse.persistence.asm-2.7.7.payara-p1-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...rsistence.asm/2.7.7.payara-p1/org.eclipse.persistence.asm-2.7.7.payara-p1-sources.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
81c14483526a0c41af814e63a164a6c6 |
1 change: 1 addition & 0 deletions
1
...sistence.asm/2.7.7.payara-p1/org.eclipse.persistence.asm-2.7.7.payara-p1-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a505d6d84b4d9c25ff1eb0e0f99f3cae0a0018c4 |
Binary file added
BIN
+476 KB
...g.eclipse.persistence.asm/2.7.7.payara-p1/org.eclipse.persistence.asm-2.7.7.payara-p1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...lipse.persistence.asm/2.7.7.payara-p1/org.eclipse.persistence.asm-2.7.7.payara-p1.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9f6a102134c6f62d53a68ee3bec13ada |
1 change: 1 addition & 0 deletions
1
...ipse.persistence.asm/2.7.7.payara-p1/org.eclipse.persistence.asm-2.7.7.payara-p1.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
eea79261168918e4638d11dac47c80557473f56a |
96 changes: 96 additions & 0 deletions
96
...g.eclipse.persistence.asm/2.7.7.payara-p1/org.eclipse.persistence.asm-2.7.7.payara-p1.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
|
||
|
1 change: 1 addition & 0 deletions
1
...lipse.persistence.asm/2.7.7.payara-p1/org.eclipse.persistence.asm-2.7.7.payara-p1.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
43e0356898a0d3274978af6622f602d3 |
1 change: 1 addition & 0 deletions
1
...ipse.persistence.asm/2.7.7.payara-p1/org.eclipse.persistence.asm-2.7.7.payara-p1.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b4b669d76b34bc96795606b15666d4a8d4031369 |
Binary file added
BIN
+4.31 MB
...persistence.core/2.7.7.payara-p1/org.eclipse.persistence.core-2.7.7.payara-p1-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...istence.core/2.7.7.payara-p1/org.eclipse.persistence.core-2.7.7.payara-p1-sources.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d5be8ce3b675fe7d854f30f0b50bb717 |
1 change: 1 addition & 0 deletions
1
...stence.core/2.7.7.payara-p1/org.eclipse.persistence.core-2.7.7.payara-p1-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a5977694fc1f94d1107471733dff1c521eecc4f1 |
Binary file added
BIN
+4.95 MB
...eclipse.persistence.core/2.7.7.payara-p1/org.eclipse.persistence.core-2.7.7.payara-p1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...pse.persistence.core/2.7.7.payara-p1/org.eclipse.persistence.core-2.7.7.payara-p1.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1602077a97a2e54a14bf5b803e3fe671 |
1 change: 1 addition & 0 deletions
1
...se.persistence.core/2.7.7.payara-p1/org.eclipse.persistence.core-2.7.7.payara-p1.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7d84060ae44227a8a74f91ac5b67681da3606a15 |
Oops, something went wrong.