Skip to content

Conversation

JZavala210
Copy link

Fixed the issue where the list of applications included all applications, even invalid ones like "org.eclipse.equinox.p2.director" , which caused the product to fail when launched with those invalid applications.

Was fixed it collaboration with my teammates: @krishneetRAJ and @vihuynh72.

We implemented a way of filtering the list of applications by getting the plugins/dependencies from the product and filtering the list using the plugins. The more plugins you add the more applications will be available.

Fixes issue : #1052

Before:

Screenshot 2025-08-19 at 1 28 17 PM

After:

Screenshot 2025-08-19 at 1 29 22 PM

The list above was filtered using these plugins:

Screenshot 2025-08-19 at 1 28 33 PM

JZavala210 and others added 2 commits August 19, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant