Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Future expectations for https://git.eclipse.org/c/egit/egit-github.git/
Future expectations for https://git.eclipse.org/c/egit/egit-github.git/ [message #1852522] Fri, 20 May 2022 05:47 Go to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
With the slow demise of Mylyn, I wonder what is the expectation for the contents of https://git.eclipse.org/c/egit/egit-github.git/ in the future?

This project in particular looks to be quite useful and is independent of Mylyn

https://git.eclipse.org/c/egit/egit-github.git/tree/

But it's a bit hard to develop anything against it because the https://download.eclipse.org/egit/github/updates-nightly repository doesn't contain sources.

I could imagine using this to automatically create additional remotes to forks when one exists for the user. Many other useful operations would be possible to implement.

But it doesn't make sense to build anything if this bundle might go extinct.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Future expectations for https://git.eclipse.org/c/egit/egit-github.git/ [message #1852707 is a reply to message #1852522] Wed, 01 June 2022 16:52 Go to previous messageGo to next message
Thomas Wolf is currently offline Thomas WolfFriend
Messages: 576
Registered: August 2016
Senior Member
Perhaps this question might get more discussion if posted to the egit-dev mailing list.

egit-github contains one general-purpose Github HTTPS REST API library org.eclipse.egit.github.core. That one does not depend on Mylyn, nor on EGit nor on JGit, and occasionally there were new contributions and fixes. AFAIK it is in pretty good shape and uses Java 8 as BREE for Android backwards compatibility. It would be good if we could set up some automatic deployment of releases to maven central; there is a long-standing bug about this. It appears that this lapsed way back. Some newer Github API needs HTTP PATCH requests and those are not supported. Support for that could be added in a new bundle org.eclipse.egit.github.extensions with BREE Java 11, using the Java 11 HttpClient.

The other org.eclipse.mylyn.* bundles use EGit, JGit, and the above REST API bundle to implement a number of nice features in the Mylyn framework to work with Github PRs, issues, and gists. The implementation appears not to be fully complete (IIRC some odds and ends are missing). There has been basically no development after 2012; we mostly only made sure these bundles still compile and build. When Github started to require a PAT for API calls, I changed the repository setup wizard in this Mylyn Github Connector to support that better.

If Mylyn dies, so will these bundles, and functionality then missing and still wanted would need to be re-implemented either using a different framework or from scratch.

Long-term I think the org.eclipse.egit.github.core bundle could perhaps move to the main egit repository.
Re: Future expectations for https://git.eclipse.org/c/egit/egit-github.git/ [message #1852831 is a reply to message #1852707] Tue, 07 June 2022 07:25 Go to previous messageGo to next message
Thomas Wolf is currently offline Thomas WolfFriend
Messages: 576
Registered: August 2016
Senior Member
BTW: from https://projects.eclipse.org/projects/technology.egit/releases/6.2.0/review :
Quote:
End of Life:

The EGit Mylyn connector is discontinued since Mylyn is no longer maintained.
6.1.0.202203080745-r was its last release.


I guess it's high time to move the org.eclipse.egit.github.core library into the main EGit repo. Minor problem might be that the artifact is in the org.eclipse.mylyn.github group.
Re: Future expectations for https://git.eclipse.org/c/egit/egit-github.git/ [message #1859047 is a reply to message #1852831] Mon, 08 May 2023 16:04 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
With Mylyn's revival and the migration of most of the content of https://git.eclipse.org/c/egit/egit-github.git/ to Mylyn's GitHub repository, the org.eclipse.egit.github.core bundle has kind of become an orphan. But there are living dependencies on it.

Are there any updates on the plans around this? Please share your thoughts on this issue:

https://github.com/eclipse-mylyn/org.eclipse.mylyn/issues/133


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:JGit does not delete temporary files created buy itself automatically
Next Topic:EGit still shows remote tracking branch after delete
Goto Forum:
  


Current Time: Fri Apr 19 12:25:07 GMT 2024

Powered by FUDForum. Page generated in 0.02046 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top