Skip to content

Replace IOUtils, part1 #1098#1100

Open
gnl42 wants to merge 1 commit into
mainfrom
1098-replace-ioutils
Open

Replace IOUtils, part1 #1098#1100
gnl42 wants to merge 1 commit into
mainfrom
1098-replace-ioutils

Conversation

@gnl42
Copy link
Copy Markdown
Contributor

@gnl42 gnl42 commented May 7, 2026

First half of replacing IOUtils with native java

Task-Url: #1098

@gnl42 gnl42 requested review from BeckerFrank and merks May 7, 2026 05:48
@gnl42 gnl42 linked an issue May 7, 2026 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

Test Results

 1 626 files  ±0   1 626 suites  ±0   1h 48m 3s ⏱️ + 24m 34s
 5 354 tests ±0   5 273 ✅ ±0   81 💤 ±0  0 ❌ ±0 
13 476 runs  ±0  13 241 ✅ ±0  235 💤 ±0  0 ❌ ±0 

Results for commit 43a5a6e. ± Comparison against base commit ee5fcfc.

♻️ This comment has been updated with latest results.

Comment thread mylyn.commons/org.eclipse.mylyn.commons.core/META-INF/MANIFEST.MF Outdated
Copy link
Copy Markdown
Contributor

@merks merks left a comment

Choose a reason for hiding this comment

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

It's a lot to review, and the formatting adds to the noise.

In principle it's good, but bad things might be hiding in the details.

if (rootDir.exists()) {
FileUtils.forceDelete(rootDir);
}
FileUtils.forceMkdir(rootDir);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No more mkdir?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

oops, fixed.

What is going on with the gerrit connector? It was partially removed from category.xml with #74, not sure when it was added back.

Never did hear anything on #511

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Never did hear anything on #511

fixed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

gerrit connector

For me, the key question is what to connect to with it and whether it will be possible for me with all the connection restrictions that we are currently facing in different regions.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

There is also the discussion in #567 about maybe splitting out the gerrit, and some other connectors, into it's own repository

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

oops, fixed.

@merks do you have more comments regarding this?

@merks
Copy link
Copy Markdown
Contributor

merks commented May 7, 2026

It looks like the build failure was an infrastructure problem. I tried restarting it just now.

PR #1100 feedback

Task-Url: #1098
@gnl42 gnl42 force-pushed the 1098-replace-ioutils branch from 3517ee2 to 43a5a6e Compare May 7, 2026 07:30
Copy link
Copy Markdown
Contributor

@ruspl-afed ruspl-afed left a comment

Choose a reason for hiding this comment

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

LGTM

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.

Replace IOUtils

3 participants