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

APPSERV-109 Upgrade Eclipselink to version 2.7.6 with Payara patches #303

Merged
merged 1 commit into from
Apr 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
178 changes: 96 additions & 82 deletions org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.pom
Original file line number Diff line number Diff line change
@@ -1,82 +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>
<groupId>org.eclipse.persistence</groupId>
<artifactId>commonj.sdo</artifactId>
<version>2.1.1</version>
<packaging>jar</packaging>
<name>SDO API</name>
<description>EclipseLink build based upon Git transaction 893c87ec70</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>[email protected]</post>
<archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-dev</archive>
</mailingList>
<mailingList>
<name>EclipseLink User List</name>
<post>[email protected]</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>[email protected]</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>



<!--

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>commonj.sdo</artifactId>
<version>2.1.1</version>
<packaging>jar</packaging>
<name>SDO API</name>
<description>EclipseLink build based upon Git transaction f38e8138ff</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>[email protected]</post>
<archive>http://dev.eclipse.org/mhonarc/lists/eclipselink-dev</archive>
</mailingList>
<mailingList>
<name>EclipseLink User List</name>
<post>[email protected]</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>[email protected]</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
@@ -1 +1 @@
8c71759f642986e8e0343dda358ac322
97fce75a8b2453ef0d6a8816f055c4e7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
644ca27d2373ce595ca6e22f2e2cdf2b1f36a320
8dda8181441cc9034ed405723186e41fe8f0ee6c
2 changes: 1 addition & 1 deletion org/eclipse/persistence/commonj.sdo/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<versions>
<version>2.1.1</version>
</versions>
<lastUpdated>20190322113323</lastUpdated>
<lastUpdated>20200427153009</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion org/eclipse/persistence/commonj.sdo/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
738e4bdd872b8f84e7802bc952699d29
d01526b09a432c7a0d38549007cab0ad
Original file line number Diff line number Diff line change
@@ -1 +1 @@
718a48affa414ced92f659b180d8fdda44291331
a044b8bd6a60bc104548e46eb39b347ff7e63cdb
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 @@ -8,7 +8,8 @@
<versions>
<version>2.7.4.payara-p2</version>
<version>2.6.5.payara-p4</version>
<version>2.7.6.payara-p1</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might be wrong - but I can't locate artifacts (pom, jar etc) of that version in https://github.com/payara/Payara_PatchedProjects/tree/master/org/eclipse/persistence/eclipselink. Is that on purpose?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe you're wrong - something seems to have gone wrong with the mvn deploy in that it's only updated the metadata files.
@Cousjava can you look into this please?

</versions>
<lastUpdated>20190403204101</lastUpdated>
<lastUpdated>20200427153010</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion org/eclipse/persistence/eclipselink/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bd63ca79fe7154185ad08e028b53acaa
ba506ff4e5dbd43f5829cc837ccc072f
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f7502c0f6869f6c0e33c984993a95f7b1f9cbd37
4f78e5daa2ac274f7ed7bf33de0b5b44939cf790
Loading