Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added news/4.38/images/addingVersionReqBundles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 17 additions & 3 deletions news/4.38/pde.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,21 @@ A special thanks to everyone who [contributed to PDE](acknowledgements.md#plug-i
## API Tools
-->

<!--
---
## PDE Compiler
-->


### Version Mapping for Required Bundles
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it fair to characterize it like this?

Quickfix for Bundle Requirement with Missing Version Constraint

What you propose really tells me nothing directly meaningful.

<details>
<summary>Contributors</summary>

- [Neha Burnwal ](https://github.com/nburnwal09)

</details>

A quick fix was provided for adding the available matching version for a required bundle in the `MANIFEST.MF` file.

![Addition of matching version](images/addingVersionReqBundles.png)

The quick fix is labeled as `Require latest available version`.
Once the user clicks on `Finish`, it adds the version to the specific Required bundle.
This quick fix is added to enhance user experience.