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

SplitPackageProcessor should also include information about type and classifier of any given app archive #19054

Merged

Conversation

manovotn
Copy link
Contributor

@manovotn manovotn commented Jul 28, 2021

Partial improvement for #19030

@famod can you let me know if this gives you more sensible warning messages?

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 28, 2021

Thanks for your pull request!

The title of your pull request does not follow our editorial rules. Could you have a look?

  • title should not end up with ellipsis (make sure the title is complete)

This message is automatically generated by a bot.

@quarkus-bot quarkus-bot bot added the area/arc Issue related to ARC (dependency injection) label Jul 28, 2021
@manovotn manovotn force-pushed the splitPackageProcAddTypeAndClassifier branch from cf608cd to ec729de Compare July 28, 2021 10:03
@manovotn manovotn changed the title SplitPackageProcessor should also include information about type and … SplitPackageProcessor should also include information about type and classifier of any given app archive Jul 28, 2021
@manovotn manovotn force-pushed the splitPackageProcAddTypeAndClassifier branch from ec729de to d02f682 Compare July 28, 2021 10:12
@famod
Copy link
Member

famod commented Jul 28, 2021

Looking good!

The :: in

de.somecompany.someproject:register-core::jar

looks a bit funny but well, the important part is that there is now also:

de.somecompany.someproject:register-core:tests:jar

@manovotn
Copy link
Contributor Author

Thanks for checking!

The :: in ...

That seems to be a deliberate syntax for when there is not no classifier but there is a type.
See https://github.com/quarkusio/quarkus/blob/main/independent-projects/bootstrap/app-model/src/main/java/io/quarkus/bootstrap/model/AppArtifactKey.java#L169

@mkouba mkouba added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jul 28, 2021
@manovotn manovotn merged commit f7a5c00 into quarkusio:main Jul 28, 2021
@quarkus-bot quarkus-bot bot added this to the 2.2 - main milestone Jul 28, 2021
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jul 28, 2021
@manovotn manovotn deleted the splitPackageProcAddTypeAndClassifier branch July 28, 2021 13:41
@gsmet gsmet modified the milestones: 2.2 - main, 2.1.1.Final Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants