-
Notifications
You must be signed in to change notification settings - Fork 83
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
When importing a package, don't use the micro version #401
Comments
Hi @laeubi ,
|
You can use an existing plugin, then remove one of the require bundles / packages and then go to the place where the type is missing, if you then open quickfix you should find suggestion to import a package (maybe a bit down the list even though IMO it should be the first item). |
Hi, @laeubi
|
This commit resets the micro-version to ‘0’ while importing packages as part of quick fix, as it is not relevant. Fixes: eclipse-pde#401
This commit resets the micro-version to ‘0’ while importing packages as part of quick fix, as it is not relevant. Co-authored-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Fixes:eclipse-pde#401
This commit resets the micro-version to ‘0’ while importing packages as part of quick fix, as it is not relevant. Co-authored-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Fixes:eclipse-pde#401
This commit resets the micro-version to '0' while importing packages as part of quick fix, as it is not relevant. Fixes eclipse-pde#401 Co-authored-by: Hannes Wellmann <wellmann.hannes1@gmx.net>
This commit resets the micro-version to '0' while importing packages as part of quick fix, as it is not relevant. Additionally it specifies the next major version as exclusive upper bound to support semantic versioning. Fixes eclipse-pde#401 Co-authored-by: Hannes Wellmann <wellmann.hannes1@gmx.net>
This commit resets the micro-version to '0' while importing packages as part of quick fix, as it is not relevant. Additionally it specifies the next major version as exclusive upper bound to support semantic versioning. Fixes #401 Co-authored-by: Hannes Wellmann <wellmann.hannes1@gmx.net>
Currently in PDE when a package is missing, the Quickfix suggest to import the package and then automatically adds the exact version of that package from the target. As micro version should not change anything, it should not be part of the import, so if the package is of version
1.2.3
, the import should have a lower bound of1.2
The text was updated successfully, but these errors were encountered: