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

org.eclipse.search.core requires org.eclipse.core.resources 3.21.100 #2510

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

howlger
Copy link
Contributor

@howlger howlger commented Nov 8, 2024

org.eclipse.search.internal.core.text.FileCharSequenceProvider.toShortString(...) requires the method byte[] org.eclipse.core.resources.IFile.readNBytes(int) which was introduced in org.eclipse.core.resources 3.21.100.

The increasing of the lower bound of that requirement was missed in eclipse-platform/eclipse.platform@906371d.

Fixes eclipse-m2e/m2e-core#1886

Copy link
Contributor

github-actions bot commented Nov 8, 2024

Test Results

 1 821 files  ±0   1 821 suites  ±0   1h 53m 35s ⏱️ - 1m 54s
 7 725 tests ±0   7 497 ✅ +1  228 💤 ±0  0 ❌  - 1 
24 336 runs  ±0  23 589 ✅ +1  747 💤 ±0  0 ❌  - 1 

Results for commit 1ce2a48. ± Comparison against base commit beb9918.

♻️ This comment has been updated with latest results.

Copy link
Member

@HannesWell HannesWell left a comment

Choose a reason for hiding this comment

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

Thank you for this PR. I just have a small request for change.

bundles/org.eclipse.search.core/META-INF/MANIFEST.MF Outdated Show resolved Hide resolved
org.eclipse.search.internal.core.text.FileCharSequenceProvider.toShortString(...)
requires the method 'byte[]
org.eclipse.core.resources.IFile.readNBytes(int)' which was introduced
in org.eclipse.core.resources 3.21.100.

See also commit 906371db294e0d090180248d673d0c84f7b2d2b9
Copy link
Member

@HannesWell HannesWell left a comment

Choose a reason for hiding this comment

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

Thanks Holger for this fix.

In general please amend the existing commit of a PR and force-push it to your PR branch.
There is no need to capture the review process in the git-history and Github's squash-and-merge does not lead to satisfying results. I have done that for you know so that this can be submitted now.

@HannesWell
Copy link
Member

Test failure on Jenkins is unrelated.

@HannesWell HannesWell merged commit 7ae2005 into eclipse-platform:master Nov 11, 2024
12 of 14 checks passed
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.

update m2e corrupts search
2 participants