-
Notifications
You must be signed in to change notification settings - Fork 14
Remove 3rd party includes from features #234
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
base: master
Are you sure you want to change the base?
Conversation
merks
commented
Jan 11, 2026
- Move 3rd party feature includes to the dependencies feature.
- Eliminate errors accessing ambiguous activator class.
- Provide an up-to-date, 2026-03 target file.
|
Can one of the admins verify this patch? |
This usually means you need a version increment or rebase of your branch. |
|
It's odd because it doesn't fail locally (using the same profile) where it finds bundle. According to that, yes, there really should be a version increment based on the warning-level info we see locally. So the failure, if any, because it's configured to warning, should be about that, not about the bundle being missing from the baseline. Go figure. Also, the PR is based on master, so it can't be rebased. I know there have been problems with the download server today, so maybe that's a/the problem. |
2958cf4 to
f353da9
Compare
|
At least it fails consistently the same way. 😕 |
The problem is the following:
|
- Move 3rd party feature includes to the dependencies feature. - Eliminate errors accessing ambiguous activator class. - Provide an up-to-date, 2026-03 target file. - Increment versions for bundles with baseline replace problems.
f353da9 to
e71389e
Compare
|
This PR is to address the following SimRel issue: |

