Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] [cross-project-issues-dev] Eclipse Photon Opt-in

Hi,

>> I propose we ship 5.0 for Photon in June 2018, this gives us the chance for API cleanup.
>> What do you think ?
> 
> Fine by me. EGit doesn’t have a public API anyway… well, nearly: packages
> org.eclipse.egit.gitflow and org.eclipse.egit.gitflow.op are _not_ marked
> x-internal or x-friends. And EGerrit is using at least one internal class from
> EGit UI (FetchGerritChangeWizard, IIRC).

FYI, Code Recommenders Snipmatch currently uses these classes to
implement a Git-based snippet repository [1] and recycle some of the
EGit UI:

  org.eclipse.egit.core.IteratorService
  org.eclipse.egit.core.internal.job.JobUtil
  org.eclipse.egit.core.op.CommitOperation
  org.eclipse.egit.core.op.PushOperation
  org.eclipse.egit.core.op.PushOperationResult
  org.eclipse.egit.core.op.ResetOperation
  org.eclipse.egit.ui.Activator
  org.eclipse.egit.ui.UIPreferences
  org.eclipse.egit.ui.internal.commit.CommitHelper
  org.eclipse.egit.ui.internal.commit.CommitJob
  org.eclipse.egit.ui.internal.dialogs.CommitDialog
  org.eclipse.egit.ui.internal.push.SimpleConfigurePushDialog

But we will keep building against EGit updates-nightly, so as long as
that update site reflects the changes towards EGit 5.0 early, we will be
forewarned.

Best wishes,

Andreas

-- 
Codetrails GmbH
The best code possible

Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940

Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top