Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP:Merge 5.1.0-run-with-JDK11 to master #22893

Closed
15 of 16 tasks
hs536 opened this issue Feb 25, 2020 · 0 comments · Fixed by #23019
Closed
15 of 16 tasks

WIP:Merge 5.1.0-run-with-JDK11 to master #22893

hs536 opened this issue Feb 25, 2020 · 0 comments · Fixed by #23019
Assignees
Milestone

Comments

@hs536
Copy link
Contributor

hs536 commented Feb 25, 2020

As far as we know, at least the following issues need to be resolved:

■To confirm the modifications work locally

  1. install staging orb-gmbal-pfl
    STAGING_REPO=https://jakarta.oss.sonatype.org/content/repositories/staging
    VERSION=4.1.2-RC1
    curl -s -o /tmp/pfl-basic-${VERSION}.jar ${STAGING_REPO}/org/glassfish/pfl/pfl-basic/${VERSION}/pfl-basic-${VERSION}.jar
    mvn install:install-file -Dfile=/tmp/pfl-basic-${VERSION}.jar -DgroupId=org.glassfish.pfl -DartifactId=pfl-basic -Dversion=${VERSION} -Dpackaging=jar
    curl -s -o /tmp/pfl-basic-tools-${VERSION}.jar ${STAGING_REPO}/org/glassfish/pfl/pfl-basic-tools/${VERSION}/pfl-basic-tools-${VERSION}.jar
    mvn install:install-file -Dfile=/tmp/pfl-basic-tools-${VERSION}.jar -DgroupId=org.glassfish.pfl -DartifactId=pfl-basic-tools -Dversion=${VERSION} -Dpackaging=jar
    curl -s -o /tmp/pfl-dynamic-${VERSION}.jar ${STAGING_REPO}/org/glassfish/pfl/pfl-dynamic/${VERSION}/pfl-dynamic-${VERSION}.jar
    mvn install:install-file -Dfile=/tmp/pfl-dynamic-${VERSION}.jar -DgroupId=org.glassfish.pfl -DartifactId=pfl-dynamic -Dversion=${VERSION} -Dpackaging=jar
    curl -s -o /tmp/pfl-tf-${VERSION}.jar ${STAGING_REPO}/org/glassfish/pfl/pfl-tf/${VERSION}/pfl-tf-${VERSION}.jar
    mvn install:install-file -Dfile=/tmp/pfl-tf-${VERSION}.jar -DgroupId=org.glassfish.pfl -DartifactId=pfl-tf -Dversion=${VERSION} -Dpackaging=jar
    curl -s -o /tmp/pfl-tf-tools-${VERSION}.jar ${STAGING_REPO}/org/glassfish/pfl/pfl-tf-tools/${VERSION}/pfl-tf-tools-${VERSION}.jar
    mvn install:install-file -Dfile=/tmp/pfl-tf-tools-${VERSION}.jar -DgroupId=org.glassfish.pfl -DartifactId=pfl-tf-tools -Dversion=${VERSION} -Dpackaging=jar

  2. clone and build weld-core on JDK8
    git clone -b 3.0.0.Final.jdk11 https://github.com/hs536/core.git
    cd core
    mvn clean install -Dmaven.test.skip=true
    cd bundles/osgi
    mvn clean install

  3. clone and build jsp-api on JDK8
    git clone -b 2.3.6-jdk11 https://github.com/hs536/jsp-api.git
    cd jsp-api
    mvn clean install

  4. clone and build metro-wsit on JDK11 (to enable multi-release jar)
    git clone -b 2.4.3-jdk11 https://github.com/hs536/metro-wsit metro-wsit
    cd metro-wsit/wsit/
    mvn -U clean install

  5. clone and build glassfish on JDK8
    git clone -b devtests-jdk11 https://github.com/hs536/glassfish.git
    cd glassfish
    mvn clean install

  6. run devtests on JDK11 (with export CLASSPATH=<glassfish src root dir>/glassfish5/javadb)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants