diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-09 10:24:27 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-09 10:24:42 +0100 |
commit | 13e54b0872f69cd514499d17fe296c2cb9ced2e8 (patch) | |
tree | d2748dc2252713f0615f488448f59ef1208daef3 /org.eclipse.jgit.http.test | |
parent | f8e60ce1cf1b1241c6d44f5dd84c204784157642 (diff) | |
parent | 23c5ebff796ff8d43ccc2f33e54434f33ea92b3d (diff) | |
download | jgit-13e54b0872f69cd514499d17fe296c2cb9ced2e8.tar.gz jgit-13e54b0872f69cd514499d17fe296c2cb9ced2e8.zip |
Merge branch 'master' into next
* master:
Add ability to redirect stderr from git hooks
Add possibility to get pure stderr output from AbortedByHookException
Fix API check errors introduced in ReceivePack in 945d43d5
Cleanup CommitAndLogCommandTest
CLI: Add support for excluding paths from Git log command
ReceivePack: Moves connectivity check to separate class
Upgrade error_prone_core to 2.3.4
Suppress API error for RefDatabase.hasFastTipsWithSha1()
Remove API filters which became obsolete after bumping version to 5.7.0
ReftableTest: Clean up boxing warnings on usage of String.format
Add missing @since tag for ReceivePack#receiveWithExceptionPropagation
MergedReftable: Remove unnecessary semicolon
Prepare 5.7.0-SNAPSHOT builds
Introduce RefDatabase#hasFastTipsWithSha1
Update Orbit to R20191126223242 for 2019-12
Prepare 5.6.0-SNAPSHOT builds
JGit v5.6.0.201912041214-rc1
server: Add a custom error handler
transport: Add methods that do not handle exceptions
transport: Let users specify an error handler for unpacking a pack file
ReceivePack: Use try-with-resources for PostReceiveHook
transport: Consolidate status reporting code
transport: Add ReceiveCommandErrorHandler
transport: Move exception handler to the caller
transport: Move handling code to the caller side
UploadPackServlet: Use uploadWithExceptionPropagation
GitSmartHttpTools: Do not use sideband when sending an error
Prepare 5.6.0-SNAPSHOT builds
JGit v5.6.0.201911271000-m3
ReceivePack: Open visibility for some methods
JGit pgm: Format blame output to match canonical git
Make blame work correctly on merge conflicts
Bazel: Use java_plugin and java_binary from @rules_java in jmh.bzl
Bazel: Add missing newlines at end of BUILD files
Upgrade maven-enforcer-plugin to 3.0.0-M3
Add missing license header to ReftableDatabase
Add missing license header to UploadPackRefSortingForReachabilityTest
[spotbugs] Fix potential NPE in FSTest
Remove unused import in CreateFileSnapshotBenchmark
RepositoryCache: don't require HEAD in git repositories
FileRepository: cleanup refs outside refs/ on reftable conversion
Update Orbit to S20191118194249 for 2019-12 M3
Silence API error for new method in ReachabilityChecker
UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowed
BitmappedReachabilityChecker: Use only one bitmap for the whole check
checkNotAdvertisedWants: Be lazy converting Ref to RevCommit
ReachabilityChecker: Receive a Stream instead of a Collection
UploadPack: Prioritize references for non-advertised wants checks
ReceivePack: Fix name hiding of 'atomic' member
ReceivePack: Remove unnecessarily nested else-clause
Change-Id: I812a8e2cc7ce7f94752722bb257d545ef62a476b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test')
3 files changed, 22 insertions, 22 deletions
diff --git a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF index 97f1105ad2..d4ea158864 100644 --- a/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.http.test Bundle-SymbolicName: org.eclipse.jgit.http.test -Bundle-Version: 5.6.0.qualifier +Bundle-Version: 5.7.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 @@ -28,25 +28,25 @@ Import-Package: javax.servlet;version="[2.5.0,3.2.0)", org.eclipse.jetty.util.log;version="[9.4.5,10.0.0)", org.eclipse.jetty.util.security;version="[9.4.5,10.0.0)", org.eclipse.jetty.util.thread;version="[9.4.5,10.0.0)", - org.eclipse.jgit.errors;version="[5.6.0,5.7.0)", - org.eclipse.jgit.http.server;version="[5.6.0,5.7.0)", - org.eclipse.jgit.http.server.glue;version="[5.6.0,5.7.0)", - org.eclipse.jgit.http.server.resolver;version="[5.6.0,5.7.0)", - org.eclipse.jgit.internal;version="[5.6.0,5.7.0)", - org.eclipse.jgit.internal.storage.dfs;version="[5.6.0,5.7.0)", - org.eclipse.jgit.internal.storage.file;version="[5.6.0,5.7.0)", - org.eclipse.jgit.internal.storage.reftable;version="[5.6.0,5.7.0)", - org.eclipse.jgit.junit;version="[5.6.0,5.7.0)", - org.eclipse.jgit.junit.http;version="[5.6.0,5.7.0)", - org.eclipse.jgit.lib;version="[5.6.0,5.7.0)", - org.eclipse.jgit.nls;version="[5.6.0,5.7.0)", - org.eclipse.jgit.revwalk;version="[5.6.0,5.7.0)", - org.eclipse.jgit.storage.file;version="[5.6.0,5.7.0)", - org.eclipse.jgit.transport;version="[5.6.0,5.7.0)", - org.eclipse.jgit.transport.http;version="[5.6.0,5.7.0)", - org.eclipse.jgit.transport.http.apache;version="[5.6.0,5.7.0)", - org.eclipse.jgit.transport.resolver;version="[5.6.0,5.7.0)", - org.eclipse.jgit.util;version="[5.6.0,5.7.0)", + org.eclipse.jgit.errors;version="[5.7.0,5.8.0)", + org.eclipse.jgit.http.server;version="[5.7.0,5.8.0)", + org.eclipse.jgit.http.server.glue;version="[5.7.0,5.8.0)", + org.eclipse.jgit.http.server.resolver;version="[5.7.0,5.8.0)", + org.eclipse.jgit.internal;version="[5.7.0,5.8.0)", + org.eclipse.jgit.internal.storage.dfs;version="[5.7.0,5.8.0)", + org.eclipse.jgit.internal.storage.file;version="[5.7.0,5.8.0)", + org.eclipse.jgit.internal.storage.reftable;version="[5.7.0,5.8.0)", + org.eclipse.jgit.junit;version="[5.7.0,5.8.0)", + org.eclipse.jgit.junit.http;version="[5.7.0,5.8.0)", + org.eclipse.jgit.lib;version="[5.7.0,5.8.0)", + org.eclipse.jgit.nls;version="[5.7.0,5.8.0)", + org.eclipse.jgit.revwalk;version="[5.7.0,5.8.0)", + org.eclipse.jgit.storage.file;version="[5.7.0,5.8.0)", + org.eclipse.jgit.transport;version="[5.7.0,5.8.0)", + org.eclipse.jgit.transport.http;version="[5.7.0,5.8.0)", + org.eclipse.jgit.transport.http.apache;version="[5.7.0,5.8.0)", + org.eclipse.jgit.transport.resolver;version="[5.7.0,5.8.0)", + org.eclipse.jgit.util;version="[5.7.0,5.8.0)", org.hamcrest;version="[1.1.0,2.0.0)", org.hamcrest.core;version="[1.1.0,2.0.0)", org.junit;version="[4.12,5.0.0)", diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index e055c58a15..94c97427aa 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -51,7 +51,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>5.6.0-SNAPSHOT</version> + <version>5.7.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.http.test</artifactId> diff --git a/org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/SmartClientSmartServerTest.java b/org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/SmartClientSmartServerTest.java index 99aa06b17c..b23fd28547 100644 --- a/org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/SmartClientSmartServerTest.java +++ b/org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/SmartClientSmartServerTest.java @@ -1214,7 +1214,7 @@ public class SmartClientSmartServerTest extends AllFactoriesHttpTestCase { Collections.<ObjectId> emptySet()); fail("Successfully served ref with value " + c.getRef(master)); } catch (TransportException err) { - assertEquals("internal server error", err.getMessage()); + assertEquals("Internal server error", err.getMessage()); } } finally { noRefServer.tearDown(); |