-
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
SplitPackageProcessor should also include information about type and classifier of any given app archive #19054
SplitPackageProcessor should also include information about type and classifier of any given app archive #19054
Conversation
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
|
extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/SplitPackageProcessor.java
Outdated
Show resolved
Hide resolved
extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/SplitPackageProcessor.java
Outdated
Show resolved
Hide resolved
cf608cd
to
ec729de
Compare
…classifier of any given app archive.
ec729de
to
d02f682
Compare
Looking good! The
looks a bit funny but well, the important part is that there is now also:
|
Thanks for checking!
That seems to be a deliberate syntax for when there is not no classifier but there is a type. |
Partial improvement for #19030
@famod can you let me know if this gives you more sensible warning messages?