diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 21:34:09 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 21:34:09 +0100 |
commit | 5a324c8491694fba78c41ad1e0a9283542a8a5fd (patch) | |
tree | a817f6d30f098bad297c24862031e47ad1a01fad /org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF | |
parent | a19494b735528b6eb678ac9dbc6a92b8db8560ab (diff) | |
parent | caea5a26f08c6cf969607a178bc54896120d0940 (diff) | |
download | jgit-5a324c8491694fba78c41ad1e0a9283542a8a5fd.tar.gz jgit-5a324c8491694fba78c41ad1e0a9283542a8a5fd.zip |
Merge branch 'master' into next
* master:
Add missing @since tags
Add missing @since tag
Add missing @since tags
Remove unused import in ApacheSshTest
Update maven plugins
Ignore missing javadoc in test bundles
storage: file: De-duplicate File.exists()+File.isFile()
RefDirectory.scanRef: Re-use file existence check done in snapshot creation
FileSnapshot: Lazy load file store attributes cache
Update eclipse-jarsigner-plugin to 1.3.2
Fix p2 repository URLs
Add o.e.j.ssh.apache.agent to maven central deployment scripts
Prepare 6.0.1-SNAPSHOT builds
JGit v6.0.0.202111291000-r
Don't block in GC#gc until garbage collection finished
FS: debug logging only if system config file cannot be found
FS: debug logging only if system config file cannot be found
Update .factorypath used by annotation processor for benchmarks
Use maven-compiler-plugin's release tag instead of source and target
Fix MANIFEST.MF of org.eclipse.jgit to correctly export packages:
Add command line support for "git difftool"
Don't use deprecated Repository#getAllRefs in Repository
Don't use deprecated Repository#getAllRefs in FileRepository
RevListTest: fix warning that method parameter hides field 'git'
Implement RecordingLogger based on org.slf4j.Logger
Let ObjectDatabase implement AutoClosable
Prepare 6.1.0-SNAPSHOT builds
Prepare 6.0.0-SNAPSHOT builds
JGit v6.0.0.202111241155-rc1
Add 4.22 target platform for 2021-12
Update Orbit to R20211122181901 for 2021-12
AppServer: fix keystore used to setup test SSL context factory
[6.0 API cleanup] Public interface for PackLock
[6.0 API cleanup] StoredObjectRepresentationNotAvailableException
RepoCommand: Do not wrap GitApiExceptions in GitApiExceptions
Set JSch global config values only if not set already
Better git system config finding
[6.0 API cleanup] CancelledException vs. CanceledException
Javadoc fixes
Better git system config finding
HttpClientConnectionTest: organize imports
Update Jetty to 10.0.6
Fix missing @since 6.0 tag
Support commit.template config property
Prepare 6.0.0-SNAPSHOT builds
JGit v6.0.0.202111161950-m3
DFS block cache: harden against race over ref locks.
Make BinaryBlobException stackless
Typo fix in o.e.j.ssh.{jsch,apache}/README.md
ssh: Handle "ProxyJump none" from SSH config file
ssh: use a single SecureRandom instance for hashing hostnames
OpenSshConfigFile: line comments and quoted strings
OpenSshConfigFile: update token replacements
Add missing .gitignore in o.e.j.ssh.apache.agent
Upgrade plexus-compiler version to 2.9.0
[sshd agent] Introduce ConnectorDescriptor
Update version of last release defining the API baseline to 5.13.0
Update Orbit to S20211108222137
Update README
Update jetty to 9.4.44.v20210927
Simplify SshdFtpChannel
[test] test OpenSshConfigFile directly, not via the JSch config
sshd: add support for ssh-agent
sshd: prepare for using an SSH agent
[releng] bazel: Enable errorprone on o.e.j.ssh.apache
[releng] Make the bazel build use Java 11
Fix target platforms
[doc] Add README and package-info to the SSH bundles
Binary and CR-LF detection: lone CRs -> binary
Factor out parsing git-style size numbers to StringUtils
Make the buffer size for text/binary detection configurable
Prepare 6.0.0-SNAPSHOT builds
JGit v6.0.0.202110270955-m2
Fix checkout of files with mixed line endings on text=auto eol=crlf
Don't rely on an implicit default character set
Fix bad indentation in pom.xml
Minor code-clean-up in OpenSshConfigFile
Remove use of deprecated getAllRefs() in UploadPack
DFS block cache: fix lock issue and support parallel index loading
JSch: fix service publication for ServiceLoader
Set JSch global config values only if not set already
Fix missing peel-part in lsRefsV2 for loose annotated tags
DFS block cache: allow multiple passes for blocks before eviction
Fix RevWalk.getMergedInto() ignores annotated tags
Optimize RevWalk.getMergedInto()
GarbageCollectCommand: add numberOfBitmaps to statistics
Prepare 6.0.0-SNAPSHOT builds
JGit v6.0.0.202110060947-m1
Rename a local variable
Remove redundant type arguments
Delete old target platforms and corresponding Orbit releases
Update tycho to 2.5.0 and target platform to jgit-4.17
Update ecj to 3.27.0
Replace XMLReaderFactory deprecated since Java 9
IndexDiffWithSymlinkTest: handle InaccessibleObjectException
Fix split package in bundle org.eclipse.jgit.ssh.jsch
KeyGrip: fix build error on java 15
Enable using JMH annotation processor on Java>=9
Update errorprone to 2.9.0 and enable using it on java 16
[errorprone] fix ReturnValueIgnored in PushCertificateStore#next
[errorprone] NameRevCommand: remove ignored call of #toString
Enable compiler option --release
Bump minimum required Java version to 11
reftable: drop code for truncated reads
reftable: pass on invalid object ID in conversion
Update eclipse-jarsigner-plugin to 1.3.2
Fix running benchmarks from bazel
Update eclipse-jarsigner-plugin to 1.3.2
Add org.bouncycastle.bcutil to p2 repository
Update maven plugins
Removed unused API filters
Prepare 5.13.1-SNAPSHOT builds
JGit v5.13.0.202109080827-r
Prepare 5.13.0-SNAPSHOT builds
JGit v5.13.0.202109011149-rc1
RepoCommand: Move building the index for base repos to its own method
Prepare 5.13.0-SNAPSHOT builds
JGit v5.13.0.202108250949-m3
Change-Id: Ife2a645564ba222fb1988301ed6f53f4b4b3bf5f
Diffstat (limited to 'org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF index d46365b8d6..23a0360047 100644 --- a/org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF @@ -3,18 +3,18 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.gpg.bc.test Bundle-SymbolicName: org.eclipse.jgit.gpg.bc.test -Bundle-Version: 6.0.0.qualifier +Bundle-Version: 6.1.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.bouncycastle.jce.provider;version="[1.65.0,2.0.0)", org.bouncycastle.openpgp;version="[1.65.0,2.0.0)", org.bouncycastle.openpgp.operator;version="[1.65.0,2.0.0)", org.bouncycastle.openpgp.operator.jcajce;version="[1.65.0,2.0.0)", org.bouncycastle.util.encoders;version="[1.65.0,2.0.0)", - org.eclipse.jgit.gpg.bc.internal;version="[6.0.0,6.1.0)", - org.eclipse.jgit.gpg.bc.internal.keys;version="[6.0.0,6.1.0)", - org.eclipse.jgit.util.sha1;version="[6.0.0,6.1.0)", + org.eclipse.jgit.gpg.bc.internal;version="[6.1.0,6.2.0)", + org.eclipse.jgit.gpg.bc.internal.keys;version="[6.1.0,6.2.0)", + org.eclipse.jgit.util.sha1;version="[6.1.0,6.2.0)", org.hamcrest;version="[1.1.0,3.0.0)", org.junit;version="[4.13,5.0.0)", org.junit.runner;version="[4.13,5.0.0)", |