Skip to content
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

releng: Upgrade to Tycho 4.0.9 #174

Merged
merged 3 commits into from
Oct 23, 2024

Conversation

PatrickTasse
Copy link
Contributor

Required to fix build failures related to org.eclipse.equinox.launcher in 4.34.

It seems that filter(Objects::nonNull) now changes the stream type to a
<@nonnull E>, so that orElse(null) is no longer allowed. Change to check
the optional presence before returning null.

This change is required for upgrade to Tycho 4.0.9.

Signed-off-by: Patrick Tasse <[email protected]>
This change is required for upgrade to Tycho 4.0.9.

Signed-off-by: Patrick Tasse <[email protected]>
Required to fix build failures related to org.eclipse.equinox.launcher
in 4.34.

Signed-off-by: Patrick Tasse <[email protected]>
Copy link
Contributor

@bhufmann bhufmann left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks!

@PatrickTasse PatrickTasse merged commit 0f880f9 into eclipse-tracecompass:master Oct 23, 2024
4 checks passed
@PatrickTasse PatrickTasse deleted the tycho branch October 23, 2024 18:26
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.

2 participants