-
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
IsolatedRemoteDevModeMain Mutable Jar error message #34230
Labels
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
Milestone
Comments
rjtmahinay
added
the
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
label
Jun 21, 2023
I can understand why this confusing, but technically it is correct. But maybe we should just change the message to |
@geoand Agree on adding the specific package type. Will open a PR on this. |
rjtmahinay
added a commit
to rjtmahinay/quarkus
that referenced
this issue
Jun 22, 2023
rjtmahinay
added a commit
to rjtmahinay/quarkus
that referenced
this issue
Jun 22, 2023
rjtmahinay
added a commit
to rjtmahinay/quarkus
that referenced
this issue
Jun 22, 2023
michelle-purcell
pushed a commit
to michelle-purcell/quarkus
that referenced
this issue
Jun 23, 2023
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jun 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Misleading error message when JAR type is not Mutable Jar in IsolatedRemoteDevModeMain.
At Line 93:
Should it replace fast-jar format to mutable-jar format right?
Seeing also that in PackageConfig, mutable-jar is treated as fast-jar. But not quite sure if it should be fast-jar format since there's a dedicated FAST_JAR.
Implementation ideas
Replace message to: "remote-dev can only be used with mutable applications generated with the mutable-jar format"
The text was updated successfully, but these errors were encountered: