-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
"Separating Java and native image compilation" docs different to actual behaviour #19460
Comments
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Aug 24, 2021
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Aug 24, 2021
…n" section Fixes: quarkusio#19460 Co-authored-by: Guillaume Smet <[email protected]>
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Aug 24, 2021
…n" section Fixes: quarkusio#19460 Co-authored-by: Guillaume Smet <[email protected]>
Thanks for reporting. #19610 will fix the issue and will part of the |
geoand
added a commit
that referenced
this issue
Aug 24, 2021
Improve documentation of "Separating Java and native image compilation" section
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Aug 24, 2021
…n" section Fixes: quarkusio#19460 Co-authored-by: Guillaume Smet <[email protected]> (cherry picked from commit 04f00ff)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The docs for "Separating Java and native image compilation" are different than the actual behaviour.
Expected behavior
It is expected that
./mvnw clean package -Dquarkus.package.type=native-sources
will generate two files:These can be used to build the native image in a separate step.
Actual behavior
./mvnw clean package -Dquarkus.package.type=native-sources
is generating in addition alibs
directory, which is part of theClass-Path
of thegetting-started-1.0.0-SNAPSHOT-runner.jar
:How to Reproduce?
Steps to reproduce:
git clone https://github.com/quarkusio/quarkus-quickstarts
cd quarkus-quickstarts/getting-started
./mvnw clean package -Dquarkus.package.type=native-sources
ls target/native-sources
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: