[
https://issues.apache.org/jira/browse/ARIES-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762288#action_12762288
]
Valentin Mahrwald commented on ARIES-15:
----------------------------------------
Well, my understanding is that if an embedded library has a bundle manifest
then we know exactly what dependencies are optional and which are not. Hence,
we can generate non-optional imports for required imports that are not
satisfied within the bundle.
It also saves us from potentially scanning large libraries unnecessarily.
Admittedly, though this is a lot less important than the general
resolution:=optional.
> Rework RFC 66 import generation
> -------------------------------
>
> Key: ARIES-15
> URL: https://issues.apache.org/jira/browse/ARIES-15
> Project: Aries
> Issue Type: Improvement
> Reporter: Valentin Mahrwald
> Priority: Minor
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Currently, the RFC 66 WAR to WAB conversion generates import statements for
> all discovered dependencies, including those of embedded libraries.
> There are two improvements that should be made even for an initial version:
> - bundle manifests of embedded libraries should be use whenever they exist
> - imports should be generated with "resolution:=optional"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.