This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
APPSERV-109 Upgrade Eclipselink to version 2.7.6 with Payara patches #303
Merged
Cousjava
merged 1 commit into
payara:master
from
Cousjava:APPSERV-109-upgrade-eclipselink
Apr 28, 2020
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
178 changes: 96 additions & 82 deletions
178
org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.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 |
---|---|---|
@@ -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> | ||
|
||
|
||
|
2 changes: 1 addition & 1 deletion
2
org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.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 |
---|---|---|
@@ -1 +1 @@ | ||
8c71759f642986e8e0343dda358ac322 | ||
97fce75a8b2453ef0d6a8816f055c4e7 |
2 changes: 1 addition & 1 deletion
2
org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.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 |
---|---|---|
@@ -1 +1 @@ | ||
644ca27d2373ce595ca6e22f2e2cdf2b1f36a320 | ||
8dda8181441cc9034ed405723186e41fe8f0ee6c |
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
738e4bdd872b8f84e7802bc952699d29 | ||
d01526b09a432c7a0d38549007cab0ad |
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 |
---|---|---|
@@ -1 +1 @@ | ||
718a48affa414ced92f659b180d8fdda44291331 | ||
a044b8bd6a60bc104548e46eb39b347ff7e63cdb |
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
bd63ca79fe7154185ad08e028b53acaa | ||
ba506ff4e5dbd43f5829cc837ccc072f |
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 |
---|---|---|
@@ -1 +1 @@ | ||
f7502c0f6869f6c0e33c984993a95f7b1f9cbd37 | ||
4f78e5daa2ac274f7ed7bf33de0b5b44939cf790 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?