Community
Participate
Working Groups
Build Identifier: 3.6 I am using JavaResolutionFactory.createImportPackageProposal to create a quickfix proposal to add an import package to the bundle Manifest. The proposal I get contains a package name, and a version number. If I execute the quickfix, only the package name gets added to the Manifest, version number is ignored !!! Reproducible: Always
The fix might be extension to fix for Bug 321891. Looking into it.
Which build you are using? We fixed similar one for 3.7 M1. (Bug 320173: Version not picked up on quickfix "Add <package> to imported packaged")
(In reply to comment #2) > Which build you are using? We fixed similar one for 3.7 M1. (Bug 320173: > Version not picked up on quickfix "Add <package> to imported packaged") Good catch Ankur. Zina, is this something that can wait until 3.7?
Pinging Zina Can you confirm if the problem persists post 3.7 M1?
Zina, can you try this in 3.7? Ankur, please try and investigate this for M6.
AFAICT this is working properly now.