Giter VIP home page Giter VIP logo

payara_patchedprojects's Introduction

This Repository is now Read Only (Deprecated)

New (and new versions of) Artifacts should now be in payara-artifacts repository in Payara Nexus (https://nexus.payara.fish) However, existing versions of artifacts will still be in this repository, so most likely you will need to include both this and the nexus repository in your projects

 <repository>
    <id>payara-nexus-artifacts</id>
    <name>Payara Nexus Artifacts</name>
    <url>https://nexus.payara.fish/repository/payara-artifacts</url>
    <releases>
        <enabled>true</enabled>
    </releases>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
</repository>

Deprecated Payara_PatchedProjects

Deprecated - A maven repository containing patched projects used by Payara.

payara_patchedprojects's People

Contributors

alanroth avatar arjantijms avatar cousjava avatar cubastanley avatar davewinters avatar davidweaver avatar diturner avatar dmatej avatar jgauravgupta avatar lprimak avatar markwareham avatar mattgill98 avatar merorai avatar michaelranaldo avatar mulderbaba avatar ondromih avatar pandrex247 avatar payara-ci avatar pdudits avatar pzygielo avatar smillidge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

payara_patchedprojects's Issues

JAR instead of POM for mojarra-parent:2.3.9.payara-p3

Observed:

$ file org/glassfish/mojarra-parent/2.3.9.payara-p3/mojarra-parent-2.3.9.payara-p3.pom
org/glassfish/mojarra-parent/2.3.9.payara-p3/mojarra-parent-2.3.9.payara-p3.pom: Java archive data (JAR)

Expected, like for 2.3.9-p*-p2:

$ file org/glassfish/mojarra-parent/2.3.9.payara-p2/mojarra-parent-2.3.9.payara-p2.pom
org/glassfish/mojarra-parent/2.3.9.payara-p2/mojarra-parent-2.3.9.payara-p2.pom: XML 1.0 document, ASCII text

As a result - I experience build failure due to being unable to use/find mojarra-parent-2.3.9.payara-p3.pom.

It seems that with #263, jar manifested as

#Generated by org.apache.felix.bundleplugin
#Mon Aug 12 11:07:01 BST 2019
version=2.3.9.payara-p3
groupId=org.glassfish
artifactId=jakarta.faces

was commited twice - once under faces impl and second time as mojarra-parent:

$ fdupes -r org/glassfish/mojarra-parent/ org/glassfish/jakarta.faces/
org/glassfish/jakarta.faces/2.3.9.payara-p3/jakarta.faces-2.3.9.payara-p3.jar.sha1
org/glassfish/mojarra-parent/2.3.9.payara-p3/mojarra-parent-2.3.9.payara-p3.pom.sha1

org/glassfish/jakarta.faces/2.3.9.payara-p3/jakarta.faces-2.3.9.payara-p3.jar
org/glassfish/mojarra-parent/2.3.9.payara-p3/mojarra-parent-2.3.9.payara-p3.pom

org/glassfish/jakarta.faces/2.3.9.payara-p3/jakarta.faces-2.3.9.payara-p3.jar.md5
org/glassfish/mojarra-parent/2.3.9.payara-p3/mojarra-parent-2.3.9.payara-p3.pom.md5

Missing org.glassfish:jakarta.el:jar:3.0.3.payara-p3

Using

<dependency>
  <groupId>fish.payara.api</groupId>
  <artifactId>payara-bom</artifactId>
  <version>5.2021.1</version>
  <type>pom</type>
  <scope>import</scope>
</dependency>

my builds require org.glassfish:jakarta.el:jar:3.0.3.payara-p3.

The latest version available here is 3.0.3.payara-p2 Please upgrade to make builds with the BOM happy again.

Checksum validation failed for jersey-bom-2.30.payara-p2.pom

For jersey-bom-2.30.payara-p2.pom both - MD5 and SHA1 sums differ:

$ curl --silent https://raw.githubusercontent.com/payara/Payara_PatchedProjects/master/org/glassfish/jersey/jersey-bom/2.30.payara-p2/jersey-bom-2.30.payara-p2.pom | md5sum 
d43130cad6e75ff9b71b6838e3ea976e  -

but declared


and

$ curl --silent https://raw.githubusercontent.com/payara/Payara_PatchedProjects/master/org/glassfish/jersey/jersey-bom/2.30.payara-p2/jersey-bom-2.30.payara-p2.pom | sha1sum
1506e6e49c1870c07717e01fe77c3baeff491fa7  -

but declared

It results in build with:

[WARNING] Checksum validation failed, expected 4f039b6c30b821ad2ed14e4770f3ea2c4757bee7 but is 1506e6e49c1870c07717e01fe77c3baeff491fa7 .../payara-patched-projects/org/glassfish/jersey/jersey-bom/2.30.payara-p2/jersey-bom-2.30.payara-p2.pom
[WARNING] Could not validate integrity of download from .../payara-patched-projects/org/glassfish/jersey/jersey-bom/2.30.payara-p2/jersey-bom-2.30.payara-p2.pom: Checksum validation failed, expected 4f039b6c30b821ad2ed14e4770f3ea2c4757bee7 but is 1506e6e49c1870c07717e01fe77c3baeff491fa7

Seems to be freshly introduced in #298.

Checksum validation failed for command-security-maven-plugin-1.0.10.payara-p1.pom

For command-security-maven-plugin-1.0.10.payara-p1.pom both - MD5 and SHA1 sums differ

$ md5sum org/glassfish/build/command-security-maven-plugin/1.0.10.payara-p1/command-security-maven-plugin-1.0.10.payara-p1.pom
2ba98538dfdeb5aa32ddb436d180b4f8  org/glassfish/build/command-security-maven-plugin/1.0.10.payara-p1/command-security-maven-plugin-1.0.10.payara-p1.pom
$ cat org/glassfish/build/command-security-maven-plugin/1.0.10.payara-p1/command-security-maven-plugin-1.0.10.payara-p1.pom.md5 
2b9e0d9b25c34c0bb00cbfd61d3f95ef
$ sha1sum org/glassfish/build/command-security-maven-plugin/1.0.10.payara-p1/command-security-maven-plugin-1.0.10.payara-p1.pom
cf42966245a1483339504056f0f2bf914d341fa2  org/glassfish/build/command-security-maven-plugin/1.0.10.payara-p1/command-security-maven-plugin-1.0.10.payara-p1.pom
$ cat org/glassfish/build/command-security-maven-plugin/1.0.10.payara-p1/command-security-maven-plugin-1.0.10.payara-p1.pom.sha1 
0bfb2b4a66758c9b28aeb6b957fa1e57ee0b27dd

Command Star-domain failed

Hi I'm trying payara server, I spend that after a power outage wanting to start the server applications payara again gives me this exception
com.sun.enterprise.universal.xml.MiniXmlParserException: "XML Parser Error: javax.xml.stream.XMLStreamException: ParseError at [row, col]: [1,1]
Message: Content is not allowed in the prologue.
Start-domain Command failed.
the XStream library is in the lib folder on the server

domain.xml here!!!

http://pastebin.com/4iAhAMs7

Checksum validation failed for glassfish-corba-omgapi-4.1.1.payara-p3.pom

For glassfish-corba-omgapi-4.1.1.payara-p3.pom both - MD5 and SHA1 sums differ

$ md5sum glassfish-corba-omgapi-4.1.1.payara-p3.pom
caf0b3f09a90a7ec80460057a368e2fb  glassfish-corba-omgapi-4.1.1.payara-p3.pom

but declared


and

$ sha1sum glassfish-corba-omgapi-4.1.1.payara-p3.pom
b0ced56c21d9047749127f6339b06bdff0a180b6  glassfish-corba-omgapi-4.1.1.payara-p3.pom

but declared

It results in

[WARNING] Could not validate integrity of download from 
xxx/org/glassfish/corba/glassfish-corba-omgapi/4.1.1.payara-p3/glassfish-corba-omgapi-4.1.1.payara-p3.pom:
Checksum validation failed, expected c18a86580179d916379879800f6a508480bf2218 but is b0ced56c21d9047749127f6339b06bdff0a180b6
[WARNING] Checksum validation failed, expected c18a86580179d916379879800f6a508480bf2218 but is b0ced56c21d9047749127f6339b06bdff0a180b6 from xxx for xxx/org/glassfish/corba/glassfish-corba-omgapi/4.1.1.payara-p3/glassfish-corba-omgapi-4.1.1.payara-p3.pom

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.