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

PAYARA-3884 Payara Micro adds JDK 11 warning when exploded application deployed #4120

Merged
merged 2 commits into from
Aug 14, 2019
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
holder.

-->
<!-- Portions Copyright [2016-2018] [Payara Foundation] -->
<!-- Portions Copyright [2016-2019] [Payara Foundation and/or its affiliates] -->

<project name="payara-micro" default="new.create" basedir=".">
<property name="rootdir" value="target"/>
Expand Down Expand Up @@ -209,6 +209,8 @@
<attribute name="Bundle-SymbolicName" value="${bundlename}"/>
<attribute name="Main-Class" value="fish.payara.micro.PayaraMicro"/>
<attribute name="Start-Class" value="fish.payara.micro.impl.PayaraMicroImpl"/>
<attribute name="Add-Exports" value="java.base/jdk.internal.ref"/>
<attribute name="Add-Opens" value="java.base/jdk.internal.loader java.base/java.lang java.base/java.nio java.base/sun.nio.ch java.management/sun.management jdk.management/com.sun.management.internal java.base/sun.net.www.protocol.jrt"/>
</manifest>
</jar>
</target>
Expand Down