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

Exclude org.osgi.service.prefs to fix build #3001

Merged
merged 1 commit into from
Jun 15, 2022
Merged

Conversation

wborn
Copy link
Member

@wborn wborn commented Jun 15, 2022

Someone added a dependency on a non-existing artifact in the new Equinox release and now many builds are broken because Xtext defines a version range for Equinox 😞, see:

Someone added a dependency on a non-existing artifact in the new Equinox release and now many builds are broken because Xtext defines a version range for Equinox 😞, see:

* eclipse-equinox/equinox.bundles#54
* eclipse-xtext/xtext#2077

Signed-off-by: Wouter Born <[email protected]>
@wborn wborn requested a review from a team as a code owner June 15, 2022 19:47
@J-N-K
Copy link
Member

J-N-K commented Jun 15, 2022

Did you check if this is still needed after they deployed a new version an hour ago?

@wborn
Copy link
Member Author

wborn commented Jun 15, 2022

Yes see this recent build:

https://ci.openhab.org/job/openHAB-Core/1014/

It will probably try to keep resolving it until it is excluded in Xtext.
It's another good example why using Maven dependency version ranges is not a good idea.

@J-N-K
Copy link
Member

J-N-K commented Jun 15, 2022

It still resolves 3.10.0, while the new artifact has 3.10.1, maybe this issue only persists until the maven cache expires and 3.10.1 is included? But I'm fine with this solution, too. We can revert it later if we run into issues.

@J-N-K J-N-K merged commit af0566a into openhab:main Jun 15, 2022
@J-N-K J-N-K added critical external bug A problem or unintended behavior of an external library labels Jun 15, 2022
@J-N-K J-N-K added this to the 3.3 milestone Jun 15, 2022
@wborn wborn deleted the fix-build branch June 15, 2022 20:26
@J-N-K
Copy link
Member

J-N-K commented Jun 16, 2022

It seems we can revert the change in the near future: https://issues.sonatype.org/browse/OSSRH-81766

wborn added a commit that referenced this pull request Jun 17, 2022
J-N-K pushed a commit that referenced this pull request Jun 17, 2022
splatch pushed a commit to ConnectorIO/copybara-hab-core that referenced this pull request Jul 12, 2023
Someone added a dependency on a non-existing artifact in the new Equinox release and now many builds are broken because Xtext defines a version range for Equinox 😞, see:

* eclipse-equinox/equinox.bundles#54
* eclipse-xtext/xtext#2077

Signed-off-by: Wouter Born <[email protected]>
GitOrigin-RevId: af0566a
splatch pushed a commit to ConnectorIO/copybara-hab-core that referenced this pull request Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical external bug A problem or unintended behavior of an external library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants