| commit | 4e5f7e659119474c56fcf36e524ef78e3a7faf75 | [log] [tgz] |
|---|---|---|
| author | Thomas Wolf <thomas.wolf@paranor.ch> | Wed Sep 29 19:43:20 2021 +0200 |
| committer | Thomas Wolf <thomas.wolf@paranor.ch> | Wed Sep 29 20:04:00 2021 +0200 |
| tree | 117517c68b4ed6fa008e3f2c882d9a7532a54a82 | |
| parent | 03a7118efb764ea827a6c5b97d007f157c71141e [diff] |
Switch BREE to Java 11 Update BREE, use --release 11, set target based on Eclipse 2020-09, which was the first Eclipse version that required Java 11. This is the same as the baseline of EGit. Update JDT settings. Remove pack200. Update target platforms; remove unused TPD files. Bump minimum required bundle versions to the ones present in Eclipse 2020-09. Bump maven plugin versions to the newest: * jarsigner 1.3.2 * maven-pmd 3.15.0 * spotbugs 4.4.1 * tycho 2.5.0 Suppress *EXPOSE_REP* warnings from spotbugs; see [1]. Remove two profiles that only set a variable that was unused anyway. [1] https://github.com/spotbugs/spotbugs/issues/1601 Bug: 576238 Change-Id: If5ab0eca5c9e4d92355ec314b18ea95fd4d6cdf6 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
EGit GitHub Connector is an Eclipse plugin for working with Git repositories hosted on Github. It is based on the JGit library, which is a Git implementation in pure Java, and integrates with EGit, which is the Eclipse Git Team Provider, and uses the Mylyn framework.
This package is licensed under the EPL 2.0 . Please refer to the LICENSE file for the complete license.
In general, EGit supports at least the latest two Eclipse releases. For details, please see https://wiki.eclipse.org/EGit/FAQ
Newer version of EGit may implement new functionality, remove existing functions and change others without other notice than what is written in the commit log and source files themselves.
The EGit GitHub Connector uses the GitHub REST API v3.
Install the EGit GitHub Connector into Eclipse from the official update sites:
See also the EGit Downloads web page.
On-line documentation is available, and is also available in the Eclipse Help when the feature is installed.
Post questions or comments to the egit-dev@eclipse.org mailing list. You need to be subscribed to post.
Bugs are tracked in Bugzilla. Create new bugs here.
This project does not use pull requests. Pull requests to this GitHub repository will be ignored.
Push patches to Gerrit at https://git.eclipse.org/r/egit/egit-github as explained in the EGit Contributor Guide.
More information about Git, its repository format, and the canonical C based implementation can be obtained from the Git website.