Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-build] [Hudson] Build failed in Hudson: jgit-windows-test #120

See <https://hudson.eclipse.org/shared/job/jgit-windows-test/120/changes>

Changes:

[Dmitry Neverov] Fix hanging fetch via SSH

[Matthias Sohn] Fix integer boxing eclipse warning

[Matthias Sohn] Fix warnings about missing serialVersionUID

[Matthias Sohn] Fix endless loop in ObjectChecker for MacOS

[Hugo Arès] Remove unneeded @SuppressWarnings("boxing")

[Andrey Loskutov] Properly support special regex characters in ignore rules

[Jacob Keller] Show submodule difference as a hunk

[Andrey Loskutov] [ignore rules] Fix for character group matcher

[Andrey Loskutov] [ignore rules] fix for backslash handling

[Matthias Sohn] [performance] Cache platform name in SystemReader

[Matthias Sohn] Deprecate FileUtil and move the code to FileUtils

[Matthias Sohn] Use java.nio.file consistently in FS

[Matthias Sohn] JGit v4.1.0.201509280440-r

[Matthias Sohn] Prepare 4.1.1-SNAPSHOT builds

[Matthias Sohn] Prepare 4.2.0-SNAPSHOT builds

[David Pursehouse] Fix compiler warnings in DiffFormatter.writeGitLinkText

[Matthias Sohn] Add test case comparing CGit vs JGit ignore behavior for random patterns

[Andrey Loskutov] [ignore rules] fix for handling unmatched '[' brackets

[Matthias Sohn] Use japicmp instead of clirr to detect API changes

[David Pursehouse] FanoutBucket: Create ObjectInserter.Formatter in try-with-resource

[David Pursehouse] pgm: Create instances of Git in try-with-resource

[David Pursehouse] ant: Open Repository and Git in try-with-resource

[David Pursehouse] pgm: Open RevWalk and TreeWalk in try-with-resource

[Matthias Sohn] Compare API against 4.1.0.201509280440-r

[Stefan Beller] RepoCommand: Add setRecordRemoteBranch option to record upstream branch

[Stefan Beller] Align docstring for RepoCommand.setRecordRemoteBranch with argument

[Matthias Sohn] Add utility method allowing to check for empty folders in workdir

[Terry Parker] Limit the range of commits for which bitmaps are created.

[Andrey Loskutov] Delete non empty directories before checkout a path

[Andrey Loskutov] Don't call reader.close() 2 times on dispose()

[Andrey Loskutov] Fixed jgit test failures on Windows

[Andrey Loskutov] Test stability: add fsTick() to avoid random testPruneNone() failures

[Andrei Pozolotin] Adding AES Walk Encryption support in http://www.jets3t.org/ mode

[Matthias Sohn] Adding JGitV1 and JGitV2 Walk Encryption

[Matthias Sohn] Silence Maven complaining about unset versions of reporting plugins

[Terry Parker] Push control of time into MockSystemReader

[Marc Strapetz] WalkEncryptionTest: get rid of Log4J dependency

[Marc Strapetz] Refspec: loosen restrictions on wildcard "*"

[Terry Parker] Update bitmap selection throttling to fully span active branches.

[Terry Parker] Expose bitmap selection parameters via PackConfig

[Andrey Loskutov] Add best-effort variant of File.getCanonicalFile()

[Terry Parker] Restore TestRepository.getClock(), it is used by Gerrit/Gitiles

[Matthias Sohn] Add missing dependency to org.slf4j for org.eclipse.jgit.test bundle

[Andrey Loskutov] [performance] Remove synthetic access$ methods in pack and file packages

[Andrey Loskutov] [performance] Remove synthetic access$ methods in transport package

[Andrey Loskutov] [performance] Remove synthetic access$ methods in lib, util and dircache

[Andrey Loskutov] [performance] Remove synthetic access$ methods in dfs, diff and merge

[Terry Parker] Pack bitmaps: improve readability

[Terry Parker] Bitmap generation: Add a test of ordering commits by "chains"

[Christian Halstrick] JGit CLI should check if calling itself when invoking native git exe

[Kaloyan Raev] reset command should support the -- <paths> parameters

[Terry Parker] Building bitmaps: Simplify the logic to sort by chains

[Andrey Loskutov] Don't report errors logged by FS with "debug" level

[Andrey Loskutov] Cleaned up various readPipe() threading issues

[Matthias Sohn] Enhance FS.runProcess() to support stdin-redirection and binary data

[Matthias Sohn] Add support for pre-push hooks

[Marc Strapetz] BaseRepositoryBuilder should trim CR from .git symref

[Jonathan Nieder] Decrease indentation in setupTipCommitBitmaps

[Terry Parker] [style] Add braces to DeltaTask

[Terry Parker] [performance] Speed up delta packing

[Terry Parker] Delta compression: reuse DeltaTask.getAdjustedWeight()

[Jonathan Nieder] Include ancestors of reused bitmap commits in reuse bitmap again

[Shawn Pearce] Insert duplicate objects to prevent race during garbage collection.

[Jonathan Nieder] Use 'reused' bitmap to filter tip commit setup walk

[Jonathan Nieder] Rely on bitmap RevFilter to filter tip commit setup walk

[Jonathan Nieder] Use 'reused' bitmap to filter walk during bitmap selection

[Jonathan Nieder] Rely on bitmap RevFilter to filter walk during bitmap selection

[Jonathan Nieder] Add @Override annotations to BitmapIndexImpl

[Jonathan Nieder] Deprecate BitmapBuilder.add and introduce simpler addObject method

[Jonathan Nieder] Make BitmapBuilder.getBitmapIndex public

[Jonathan Nieder] Remove BitmapRevFilter.getCountOfLoadedCommits

[Jonathan Nieder] Replace anonymous BitmapRevFilter subclasses with explicit classes

[Jonathan Nieder] Use .addObject and .or instead of .add in AddToBitmapFilter

[Matthias Sohn] Fix imports in DfsInserterTest

[Jonathan Nieder] Convert remaining callers of BitmapBuilder.add to use .addObject

[Jonathan Nieder] Inline PackWriterBitmapWalker.newRevFilter into callers

[Terry Parker] [style] Shorten line lengths and import order in bitmap code

[Jonathan Nieder] Avoid repeated sort of tipCommitBitmaps

[Jonathan Nieder] Skip redundant 'OR-reuse' step in tip commit bitmap setup

[Jonathan Nieder] Make BitmapIndexImpl.CompressedBitmap, CompressedBitmapBuilder static

[Terry Parker] Add a JGit-internal Nullable type

[Terry Parker] Use the JGit-internal @Nullable annotation

[Terry Parker] Update dependencies to use the JGit-internal @Nullable

[Jonathan Nieder] Make BitmapIndexImpl.CompressedBitmap public

[Matthias Sohn] Add missing javadoc to bitmap index classes

[Matthias Sohn] Silence API errors for new methods added to BitmapBuilder

[Terry Parker] Remove PackWriter.Statistics and other deprecated classes

[Matthias Sohn] JGit v4.2.0.201511101648-m1

[Matthias Sohn] Prepare post 4.2-m1 builds

[Jonathan Nieder] Revert "Remove PackWriter.Statistics and other deprecated classes"

[Jonathan Nieder] RefDirectory.exactRef: Do not ignore symrefs to unborn branch

[Rüdiger Herrmann] Fix MissingObjectException in RenameDetector

[Jonathan Nieder] Fallback exactRef: Do not ignore symrefs to unborn branch

[Matthias Sohn] JGit v4.1.1.201511131810-r

[Matthias Sohn] Prepare 4.1.2-SNAPSHOT builds

[Matthias Sohn] Handle InternalError during symlink support detection on Windows

[Andrey Loskutov] Added jgit own NonNull annotation type

[Andrey Loskutov] Fixed typo in preferences: NonByDefault -> NonNullByDefault

[Andrey Loskutov] Make jgit annotations accessible to other plugins

[Matthias Sohn] Adds the git attributes computation on the treewalk

[Matthias Sohn] Add an attribute accessor to CanonicalTreeParser and use it in Treewalk

[Matthias Sohn] Introduce FS.execute() to execute a command defined by a ProcessBuilder

[Matthias Sohn] Fix pre-push hook to not set null remoteName as first argument

[Matthias Sohn] Throw IndexReadException if existing index can't be read

[Jonathan Nieder] git rev-parse: Add --verify option

[Jonathan Nieder] RefDirectory.getRef: Treat fake missing symrefs like real ones

[Matthias Sohn] Remove no longer needed outdated API warning filter

[Matthias Sohn] Avoid UnknownHostException in WalkEncryptionTest

[Matthias Sohn] Fix classpath of test launch configurations

[Matthias Sohn] Let FS_Win32_Cygwin detect symlink support by creating temporary symlink

[Jonathan Nieder] Raise error if FileNotFoundException is caught for an existing file

[Andrey Loskutov] Null-annotated Repository class and fixed related compiler errors

[Andrey Loskutov] Null-annotated RefDatabase class

[Jonathan Nieder] Repository: Introduce exactRef and findRef, deprecate getRef

[Jonathan Nieder] repo: Do not use search path to find refs/remotes/origin/<branch>

[Matthias Sohn] Fix FS.runProcess() to close the InputStream

[Matthias Sohn] Fix HookTest when running on Win32_Cygwin

[Matthias Sohn] Add missing @since tags and missing javadoc

[Matthias Sohn] Fix unit tests on Windows

[Ivan Motsch] Add the new class Attributes holding multiple Attribute(s)

[Matthias Sohn] Add support for clean filters

[Matthias Sohn] Add support for smudge filters

[Shawn Pearce] Fix performance regression in CanonicalTreeParser

[Shawn Pearce] DirCache: Fix getEntriesWithin("") to not include null entries

[Shawn Pearce] DirCacheEntry: Speed up creation by avoiding string cast

[Shawn Pearce] DirCache: Fix bad code formatting

[Shawn Pearce] Delay locating .gitattributes until requested

[Shawn Pearce] DirCache: Add helper to read from a tree

[Shawn Pearce] DirCacheBuilder: Speed up reading from trees

[Shawn Pearce] ReceiveCommand.filter: Accept Iterable

[Matthias Sohn] Fix wrong @since tag In ReceiveCommand

[Shawn Pearce] Support atomic push in JGit client

[Matthias Sohn] Fix NPE in HttpAuthMethod

[Jonathan Nieder] Use runtime retention for Nullable annotation

[Matthias Sohn] Fix ChainingCredentialsProvider

[Matthias Sohn] NetRCCredentialsProvider should return false if any item is missing

[Doug Kelly] Accept UTF8 BOM with BlobBasedConfig

[Matthias Sohn] Add remote command to JGit CLI

[Matthias Sohn] URIish: fixed full uri pattern not expecting end of line after host name

[Matthias Sohn] Fix FileTreeIterator.idSubmodule(Entry)

[Shawn Pearce] push: Do not blindly overwrite peer

[Matthias Sohn] JGit v4.2.0.201512141825-rc1

[Andrey Loskutov] Null-annotated Ref class and fixed related compiler errors

[Christian Halstrick] Fix possible arithmetic overflow when setting a timeout

[Christian Halstrick] Enable retrieval of credentials from .netrc for AwtCredentialsProvider

[Christian Halstrick] Fix push with jgit pgm failing with "unauthorized"

[Mike Gilbode] Bug 484342: Support @ in username in SSH url.

[Jonathan Nieder] Add tests for PathFilterGroup.Single

[Jonathan Nieder] Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtree

[Matthias Sohn] Fix NPE in HttpSupport

[Matthias Sohn] Fix InterruptTimer leak in BasePackConnection

[James Kolb] Included cached deltas in delta packStatistics.

[Shawn Pearce] ProgressSpinner: Simple busy wait entertainment

[Andrey Loskutov] Checkout should be able to override modified symbolic links

[Matthias Sohn] Remove unused import 'org.apache.commons.codec.binary'

[Yuxuan 'fishy' Wang] Skip nested copyfiles in RepoCommand.

[Matthias Sohn] Close copy threads in case of errors

[Shawn Pearce] AddCommand: Cleanup conditional logic

[Shawn Pearce] AddCommand: Avoid unnecessary string conversions

[Andrey Loskutov] Allow checkout paths without specifying branch name

[Shawn Pearce] DirCacheEditor: Fix formatting to avoid , at start of line

[Shawn Pearce] DirCacheEditor: Cleanup DeleteTree constructor

[Andrey Loskutov] Simplify development of commands: added main() to CLIGitCommand

[Andrey Loskutov] Provide a root cause for aborted commands

[Andrey Loskutov] Don't treat command termination due '-h' option as a fatal error

[Andrey Loskutov] Un-ignored existing CLI tests which run just fine on Java 7+

[Andrey Loskutov] repo command: properly name the required 'path' argument

[Andrey Loskutov] status command: consume more then one argument after --

[Andrey Loskutov] commit command: allow to specify path(s) argument(s)

[Andrey Loskutov] reset command: provide convenient and meaningful options help

[Andrey Loskutov] Sort "eager" path-like options to the end of the help

[Shawn Pearce] AddCommand: Use NameConflictTreeWalk to identify file-dir changes

[Shawn Pearce] DirCacheEditor: Replace file-with-tree and tree-with-file

[Shawn Pearce] DirCache: Do not create duplicate tree entries

[Shawn Pearce] PackWriter: use lib.ObjectIdSet to avoid wrapper

[Shawn Pearce] Unify fetch and receive ObjectChecker setup

[Shawn Pearce] ObjectChecker: use java.text.Normalizer directly

[Andrey Loskutov] Rename files using NIO2 atomic rename

[Shawn Pearce] ObjectChecker: allow some objects to skip errors

[Shawn Pearce] ObjectChecker: honor some git-core fsck.* options

[Andrey Loskutov] Make sure tests don't blindly continue if a command is "silently" failed

[Shawn Pearce] Fix encoding problem from curl repostory on github

[Shawn Pearce] Implement Buck driven build

[Shawn Pearce] buck: build standalone jgit binary

[Shawn Pearce] buck: run tests

[Shawn Pearce] clone: display progress messages

[Shawn Pearce] Fix "remote: Counting objects: ..." formatting

[Shawn Pearce] buck: pin to stable version

[Shawn Pearce] buck: set vm_args for tests

[Matthias Sohn] buck: run http tests

[Matthias Sohn] Ensure all http tests are run and fix broken tests

[Andrey Loskutov] Fixed few locale dependent pgm tests

[Andrey Loskutov] Simplify pgm tests: allow varargs and trim output for toString()

[Andrey Loskutov] branch command: provide convenient and meaningful options help

[Shawn Pearce] buck: set Bundle-Version for :jgit_bin

[David Ostrovsky] buck: Make :jgit_src target work in cross-cell environment

[Shawn Pearce] DFS: Allow other RefDatabase implementations

[Shawn Pearce] InMemoryRepository: Abort BatchRefUpdate if a command previously failed

[Shawn Pearce] GitServletResponseTest: Fix testObjectCheckerException

[Andrey Loskutov] Added CLIText.fatalError(String) API for tests

[Andrey Loskutov] branch command: print help if requested, even if arguments are wrong

[Andrey Loskutov] Make sure CLIGitCommand and Main produce (almost) same results

[Shawn Pearce] RefTree: Store references in a Git tree

[Shawn Pearce] debug-rebuild-ref-tree: Simple program to build a RefTree

[Shawn Pearce] Add Paths utility class

[Shawn Pearce] Paths.pathCompare: Utility to sort paths from byte[]

[Shawn Pearce] Remove deprecated Tree, TreeEntry, FileTreeEntry and friends

[Shawn Pearce] RevCommit: Better support invalid encoding headers

[Shawn Pearce] RefTreeDatabase: Ref database using refs/txn/committed

[Shawn Pearce] FileRepository: Support extensions.refsBackendType = RefTree

[Shawn Pearce] RefTree: Change peel suffix to " ^" (space carrot)

[Shawn Pearce] Change to extensions.refsStorage

[Shawn Pearce] GC: Pack RefTrees in their own pack

[Shawn Pearce] PackWriter: Declare preparePack object sets as @NonNull

[David Pursehouse] CommitCommand: Remove redundant null check

[David Pursehouse] RefUpdateTest: Add null check to prevent potential NPE

[David Pursehouse] RefUpdateTest: Use try-with-resource for auto-closable types

[David Pursehouse] RevParse: Remove superfluous semicolon

[Shawn Pearce] Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"

[Shawn Pearce] RefTreeDatabase: Expose bootstrap refs in getAdditionalRefs

[Shawn Pearce] RefTreeDatabase: Allow ORIG_HEAD, etc. on non-bare repositories

[Shawn Pearce] debug-rebuild-ref-tree: Add --enable flag to turn the database on

[Shawn Pearce] debug-rebuild-ref-tree: Copy HEAD into RefTree

[Shawn Pearce] ReceiveCommand.abort(): Utility to mark batch of commands as failed

[Matthias Sohn] Remove org.eclipse.jgit.updatesite project from tools/version.sh

[Matthias Sohn] Prepare 4.2.0-SNAPSHOT builds

[Andrey Loskutov] Annotated to be removed Tree API with @noreference and @noextend

[Matthias Sohn] Don't use deprecated constructors of CmdLineException

[Matthias Sohn] Add $NON-NLS to suppress "Non-externalized string literal" warnings

[Matthias Sohn] Suppress "The allocated object is never used" warning in tests

[Matthias Sohn] URIishTest: Use @Test annotation's `expected` argument

[Matthias Sohn] BranchTest: Create Git instances in try-with-resource

[Matthias Sohn] CheckoutTest: Create Git instances in try-with-resource

[Matthias Sohn] BranchCommandTest: Create Git instances in try-with-resource

[Matthias Sohn] CheckoutCommandTest: Create Git instances in try-with-resource

[Andrey Loskutov] Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and

[Andrey Loskutov] Ignore API errors about Tree, TreeEntry, FileTreeEntry and friends being

[Shawn Pearce] Transport: Implement AutoCloseable

[Dave Borowitz] ChangeIdUtil: Don't throw IOException

[Matthias Sohn] Remove declared IOException which is no longer thrown

[David Pursehouse] FileTreeIteratorJava7Test: Create Git instances in try-with-resource

[David Pursehouse] SideBandOutputStreamTest: Use try-with-resource

[Shawn Pearce] Ketch: Basic replication system

[Shawn Pearce] Ketch: Simple map of running leader instances

[Shawn Pearce] Ketch: Intercept push and route it through Ketch

[Shawn Pearce] daemon: Add --ketch=LEADER flag

[David Pursehouse] BlameCommandTest: Instantiate Git objects in try-with-resource

[David Pursehouse] TagCommandTest: Instantiate Git and RevWalk objects in try-with-resource

[Matthias Sohn] Add option to allow empty commits to CommitCommand

[Matthias Sohn] Fix ResetCommand to return the resulting ref

[Shawn Pearce] TreeWalk: Remove CorruptObjectException from addTree(AbstractTreeIterator)

[David Pursehouse] ArchiveCommandTest: Create Git instances in try-with-resource

[David Pursehouse] AddCommandTest: Create Git instances in try-with-resource

[Shawn Pearce] Fix unused throws CorruptObjectException from addTree

[Shawn Pearce] Fix TransportException when reading bundle

[David Pursehouse] CommitAndLogCommandTest: Create Git instances in try-with-resource

[David Pursehouse] CommitAndLogCommandTest: Use assumeFalse to skip test on Windows

[David Pursehouse] ConfigTest: Create Git instance in try-with-resource

[David Pursehouse] DiffFormatterTest: Create auto-closeable instances in try-with-resource

[David Pursehouse] CherryPickCommandTest: Create Git instances in try-with-resource

[David Pursehouse] DiffFormatterTest: Remove accidentally added trailing whitespace

[David Pursehouse] BundleWriterTest: Open RevWalk in try-with-resource

[Matthias Sohn] Add progress monitor to Merger

[Matthias Sohn] Fix unused throws CorruptObjectException from addTree

[Matthias Sohn] Fix TransportException when reading bundle

[Matthias Sohn] Add progress monitor to Merger

[Matthias Sohn] Prepare 4.3.0-SNAPSHOT builds

[Terry Parker] Remove unused variable from DfsBlockCache

[Matthias Sohn] JGit v4.2.0.201601211800-r

[Matthias Sohn] Prepare 4.2.1-SNAPSHOT builds

[Matthias Sohn] Remove java7 bundle from Maven central scripts

[David Pursehouse] RepositorySetupWorkDirTest: Fix "resource leak" warnings

[David Pursehouse] FileRepositoryBuilderTest: Use try-with-resource for auto-closeables

[David Pursehouse] UnpackedObjectTest: Create ObjectInserter.Formatter in try-with-resource

[David Pursehouse] CommitOnlyTest: Open RevWalk in try-with-resource

[David Pursehouse] ConcurrentRepackTest: Open RevWalk in try-with-resource

[David Pursehouse] ConcurrentRepackTest: Don't use deprecated WindowCache.reconfigure

[Matthias Sohn] Fix a @since tag

[Matthias Sohn] Compare API against 4.2.0

[Rüdiger Herrmann] Remove unused dependency to commons logging

[David Pursehouse] CommitCommandTest: Open Git and TreeWalk in try-with-resource

[David Pursehouse] DiffCommandTest: Open Git and RevWalk in try-with-resource

[David Pursehouse] DiffEntryTest: Open Git and TreeWalk in try-with-resource

[David Pursehouse] Remove unnecessary suppression of deprecation warnings in tests

[David Pursehouse] BlameGeneratorTest: Create Git instances in try-with-resource

[David Pursehouse] PullCommandTest: Open RevWalk in try-with-resource

[David Pursehouse] RebaseCommandTest: Open RevWalk in try-with-resource

[David Pursehouse] FileTreeIteratorTest: Open Git and RevWalk in try-with-resource

[Rüdiger Herrmann] Prevent ChainingCredentialsProvider from adding delegated providers twice

[Yuxuan 'fishy' Wang] [gitrepo] Support revision in remote tag.

[Mike Williams] Allow deletion of HEAD ref if the repository is bare.

[David Pursehouse] PackFileTest: Open ObjectInserter.Formatter in try-with-resource

[David Pursehouse] ApplyCommandTest: Open Git in try-with-resource

[David Pursehouse] Branch: Fix variable hiding warning

[David Pursehouse] CommitCommand: Remove declaration of unthrown exception

[David Pursehouse] DirCacheCheckoutTest: Open Git and TreeWalk in try-with-resource

[Matthias Sohn] Remove unused API problem filters

[Hugo Arès] Fix diff for added and removed submodule

[Saša Živkov] Implement SHA-256 abstraction

[Saša Živkov] Add com.google.gson 2.2.4.v201311231704 to target platform

[Saša Živkov] Support LFS protocol and a file system based LFS storage

[Saša Živkov] Allow to reuse disableSslVerify method, move it to HttpSupport

[Saša Živkov] Add support for HEAD requests to HttpClientConnection

[David Pursehouse] TreeWalkJava7Test: Open TreeWalk in try-with-resource

[David Pursehouse] TreeFilterTest: Open TreeWalk in try-with-resource

[David Pursehouse] TextHashFunctions: Fix warnings about variable hiding

[David Pursehouse] T0003_BasicTest: Open autocloseable types in try-with-resource

[David Pursehouse] SymlinksTest: Open git and TreeWalk in try-with-resource

[David Pursehouse] SubmoduleAddTest: Open Git in try-with-resource

[David Pursehouse] StatusCommandTest: Open Git in try-with-resource

[David Pursehouse] SquashMessageFormatterTest: Open git in try-with-resource

[David Pursehouse] RevertCommandTest: Open Git in try-with-resource

[David Pursehouse] RevTagParseTest: Open ObjectInserter.Formatter in try-with-resource

[David Pursehouse] RevObjectTest: Open RevWalk in try-with-resource

[David Pursehouse] RevCommitParseTest: Open ObjectInserter.Formatter in try-with-resource

[David Pursehouse] RevCommitListTest: Open Git and RevWalk in try-with-resource

[David Pursehouse] ResolveMergerTest: Open Git in try-with-resource

[David Pursehouse] ResetCommandTest: Use Git member in testHardResetAfterSquashMerge

[David Pursehouse] RepositoryTestCase: Open autocloseable types in try-with-resource

[David Pursehouse] RepositoryResolveTest: Open Git in try-with-resource

[David Pursehouse] RepoTest: Open Git in try-with-resources

[David Pursehouse] RepoProject: Fix warnings about variable hiding

[Christian Halstrick] Add Attribute Macro Expansion

[Matthias Sohn] Fix packaging of lfs bundles

[David Pursehouse] RepoCommandTest: Open Git instances in try-with-resource

[David Pursehouse] ReflogTest: Open Git instances in try-with-resource

[David Pursehouse] ReflogResolveTest: Open Git instances in try-with-resource

[David Pursehouse] RefDirectoryTest: Fix warning about member variable hiding

[David Pursehouse] Update .mailmap

[David Pursehouse] ReflogConfigTest: refactor commit method to avoid variable hiding

[David Pursehouse] RecursiveMergerTest: Open TreeWalk and BufferedReader in try-with-resource

[David Pursehouse] RacyGitTests: Open NameConflictTreeWalk in try-with-resource

[David Pursehouse] PushCommandTest: Open Git instances in try-with-resource

[David Pursehouse] PullCommandWithRebaseTest: Open RevWalk in try-with-resource

[David Pursehouse] PostOrderTreeWalkTest: Open TreeWalk in try-with-resource

[David Pursehouse] PathSuffixFilterTest: Open TreeWalk in try-with-resource

[David Pursehouse] PatchIdDiffFormatterTest: Open Git and PatchIdDiffFormatter in try-with-resource

[David Pursehouse] PackWriterTest: Open RevWalk in try-with-resource

[David Pursehouse] ObjectDirectoryTest: Fix warnings about variable hiding

[David Pursehouse] NoteMapTest: Open TreeWalk instances in try-with-resource

[David Pursehouse] MergeCommandTest: Open Git instances in try-with-resource

[David Pursehouse] MergeCommandTest: Use JUnit's assume to check preconditions

[Saša Živkov] Fix buck classpath for tests

[Saša Živkov] Update Buck version to the same version used in Gerrit master

[Saša Živkov] Add Buck build aliases

[David Ostrovsky] Buck: Simplify root build file

[Matthias Sohn] JGit v4.1.2.201602141800-r

[David Pursehouse] LockFileTest: Open Git instance in try-with-resource

[David Pursehouse] InterIndexDiffFilterTest: Open TreeWalk in try-with-resource

[David Pursehouse] IndexModificationTimesTest: Open Git instances in try-with-resource

[David Pursehouse] InMemoryRepository: Remove unused RevWalk from batch method signature

[David Pursehouse] ManifestParserTest: Don't use deprecated StringBufferInputStream

[David Pursehouse] IndexDiffTest: Open Git instances in try-with-resources

[David Pursehouse] GitConstructionTest: Open Git instance in try-with-resource

[David Pursehouse] ForPathTest: Open TreeWalk in try-with-resource

[David Pursehouse] DirCacheIteratorTest: Open TreeWalk instances in try-with-resource

[David Pursehouse] DirCacheCheckoutMaliciousPathTest: Open Git and RevWalk in t-w-r

[David Pursehouse] DirCacheCGitCompatabilityTest: Open TreeWalk in try-with-resource

[David Pursehouse] DirCacheBuilderIteratorTest: Open TreeWalk in try-with-resource

[David Pursehouse] DirCacheBasicTest: Open ObjectInserter.Formatter in try-with-resource

[David Pursehouse] DiffAlgorithms: Fix warnings about variable hiding

[David Pursehouse] Suppress "unchecked cast" warnings related to UploadPackFactory.DISABLED

[David Pursehouse] HugeFileTest: Make Git a class member and open in try-with-resource

[David Pursehouse] MockServletConfig: Fix warning about unchecked conversion of Enumeration

[David Pursehouse] Fix warnings about unchecked conversion of MergeResult

[David Pursehouse] Don't use deprecated LockFile constructor

[Shawn Pearce] Revert "Fix warnings about unchecked conversion of MergeResult"

[Shawn Pearce] smart HTTP server: Pass along "want X not valid" to client

[Shawn Pearce] Introduce specific WantNotValidException for servers

[Sasa Zivkov] Support Amazon S3 based storage for LFS

[Matthias Sohn] Remove unused package export from bundle org.eclipse.jgit.lfs.test

[Matthias Sohn] Add Neon target platform

[Matthias Sohn] Remove the profiles for selecting the target platform

[Ivan Motsch] Tests on Windows with URIish fail

[Matthias Sohn] Update Mars orbit repository to R20160221192158

[Matthias Sohn] Fix help text for option --enable of command debug-rebuild-ref-tree

[Matthias Sohn] Fix apply patch which did not work with non-ascii characters

[Matthias Sohn] Fix RebuildRefTree trying to add HEAD twice to RefTree

[Christian Halstrick] Add EOL stream type detection to TreeWalk

[Philipp Marx] Change visibility of DirCacheTree#getObjectId to public

[Christian Halstrick] Introduce FileModeStrategy to FileTreeIterator

[Yuxuan 'fishy' Wang] Add ignoreRemoteFailures option to RepoCommand

[Yuxuan 'fishy' Wang] Fix wrong whitespaces.

[Jonathan Nieder] Add missing @Deprecated annotation

[Saša Živkov] Make the FileLfsRepository thread safe

[Matthias Sohn] JGit v4.3.0.201603230630-rc1

[Terry Parker] In TestRepository, use a consistent clock

[Christian Halstrick] Add config parameter gc.prunePackExpire for packfile expiration

[Christian Halstrick] Implement DIR_NO_GITLINKS

[Matthias Sohn] Prepare 4.3-SNAPSHOT builds

[Matthias Sohn] Enable calling of smudge filters when checking out paths

[Matthias Sohn] Fix repository cache never closing repository

[Matthias Sohn] Fix RefDirectory not closing resources

[Matthias Sohn] Remove repository from cache when it's closed

[Matthias Sohn] JGit v4.3.0.201604071045-r

[Matthias Sohn] JGit v4.3.0.201604071810-r

[Matthias Sohn] Prepare 4.3.1-SNAPSHOT versions

[Terry Parker] Filter corrupt objects from DfsReader.selectObjectRepresentation()

[Matthias Sohn] Prepare 4.3.1-SNAPSHOT versions

[Matthias Sohn] Add lfs libraries to scripts for upload to Maven central

[Matthias Sohn] Prepare 4.4.0-SNAPSHOT builds

[Christian Halstrick] Fix CommitCommand to be able to skip writing to RefLog

[Matthias Sohn] Expose conflicting files in CheckoutConflictException

[Mike Edgar] Make UploadPack observe exceptions reading refs

[Mike Edgar] Fix Buck build broken by 4812fda.

[Matthias Sohn] Fix RefsUnreadableInMemoryRepository

[Matthias Sohn] Fix ApplyCommand when result of patch is an empty file

[Dave Borowitz] Add .buckd to .gitignore

[Dave Borowitz] Support per-BatchRefUpdate atomic transactions

[David Pursehouse] Update buck to e64a2e2ada022f81e42be750b774024469551398

[Christian Halstrick] Fix calling of clean/smudge filters from Checkout,MergeCommands

[Dave Borowitz] Add ObjectReader.Filter, like in ObjectInserter

[Dave Borowitz] Expose the ObjectInserter that created an ObjectReader

[Christian Halstrick] Fix possible NPEs when reporting transport errors

[Dave Borowitz] PersonIdent: Document that name and email aren't trimmed

[Dave Borowitz] PersonIdent: Strip some special chars from external strings

[Matthias Sohn] Prepare Neon target platform

[Stefan Beller] Config: Improve documentation for setStringList

[Terry Parker] PersonIdent: Make appendSanitized public

[Matthias Sohn] Run Maven build in release.sh concurrently to speedup release

[Matthias Sohn] JGit v4.4.0.201605041135-m1

[Matthias Sohn] Prepare 4.4.0-SNAPSHOT builds

[Jonathan Nieder] ReceivePack: Pass atomic setting from client to BatchRefUpdate

[Jonathan Nieder] Make BaseReceivePack.setAtomic public

[Jonathan Nieder] TestRepository: Add delete() method

[Matthias Sohn] Scan loose ref before packed in case gc about to remove the loose

[Matthias Sohn] Fix type parameter in javadoc in TestRepository.delete(String ref)

[Matthias Sohn] JGit v4.3.1.201605051710-r

[Matthias Sohn] Update Maven plugins

[Matthias Sohn] Remove UTF-8 checking duplication in Config lib subclasses

[Matthias Sohn] Fix config value get to return last instead of 1st just like git

[Nadav Cohen] Allow setting FileMode to executable when applying patches in ApplyCommand

[Matthias Sohn] Make sure to overwrite files when "reset --hard" detects conflicts

[Matthias Sohn] GC should not pack objects only referenced by ORIG_HEAD,...

[Matthias Sohn] Fix StashApply regarding handling of untracked files

[Matthias Sohn] Update Orbit repository to S20160518051658 for Neon RC2

[Matthias Sohn] Prepare 4.3.2-SNAPSHOT builds

[Matthias Sohn] [findBugs] Fix calculation of host header in SignerV4

[Matthias Sohn] [findBugs] Prevent potential NPE in FS_POSIX.readUmask()

[Matthias Sohn] Added filter for merge and non-merges commits.

[Matthias Sohn] Support git config [include] section with absolute path(s)

[Matthias Sohn] Redirect all Show output to outs

[Matthias Sohn] JGit CLI: allow to call git init with specific directory

[Matthias Sohn] Fix computation of id in WorkingTreeIterator with autocrlf and smudging

[Matthias Sohn] Update Orbit repository for Neon to R20160520211859

[Matthias Sohn] JGit v4.4.0.201605250940-rc1

[Matthias Sohn] Prepare 4.4.0-SNAPSHOT builds

[Stefan Beller] RepoCommandTest: Improve assertion message for remote branch recording

[Stefan Beller] RepoCommand: remove --record-remote-branches

[Christian Halstrick] [findBugs] Prevent potential NPE in CloneCommand.init()

[Matthias Sohn] Better report on client side if push failed due to too large object

[Matthias Sohn] [findBugs] Prevent potential NPE in FileLfsRepository.getOutputStream()

[Matthias Sohn] Replace use of deprecated method Repository.getRef()

[Terry Parker] Remove the deprecated TestRepository.getClock() method

[Stefan Beller] RepoCommand: record manifest groups as submodule labels

[Stefan Beller] RepoCommand: record manifest shallow recommendation in .gitmodules

[Matthias Sohn] Fix javadoc errors and unused imports introduced by ddd0fe25

[Matthias Sohn] JGit v4.4.0.201606011500-rc2

[Hugo Arès] Add missing @Test annotation in RepositoryCacheTest

[Hugo Arès] Add missing @Test annotations

[Matthias Sohn] Prepare 4.4.0-SNAPSHOT builds

[Matthias Sohn] Prepare 4.5.0-SNAPSHOT builds

[Dave Borowitz] DfsInserter: Optionally disable existing object check

[Shawn Pearce] DfsBlock: throw DataFormatException on 0 bytes

[Dave Borowitz] BatchRefUpdate: Include command message in toString()

[Hugo Arès] Add $NON-NLS to suppress "Non-externalized string literal" warnings

[Hugo Arès] Add method to read time unit from config

[Matthias Sohn] http transport does not use authentication fallback

[Matthias Sohn] JGit v4.4.0.201606070830-r

[Matthias Sohn] Prepare 4.4.1-SNAPSHOT builds

[Saša Živkov] Extract work queue to allow reusing it

[Matthias Sohn] Update Neon orbit repository to final release R20160520211859

[Marco Miller] RefDirectory: remove ref lock file for following ref dir removal

[Shawn Pearce] Optimize RefAdvertiser for wire protocol

[Saša Živkov] Allow using JDK 7 bootclasspath when compiling JGit using Java 8

[Christian Halstrick] Fix DirCacheCheckout to return CheckoutConflictException

[Christian Halstrick] Fix TreeWalk to reset attributes cache for each entry

[Shawn Pearce] Add GC_REST PackSource to better order DFS packs

[Shawn Pearce] Fix lastModified to be consistent in DfsGarbageCollector

[Shawn Pearce] Use try-with-resources in DfsGarbageCollector.writePack

[Hugo Arès] Config load should not fail on unsupported or nonexistent include path

[Hugo Arès] Align include.path max depth with native git

[Shawn Pearce] Prune UNREACHABLE_GARBAGE packs when they expire

[Matthias Sohn] Remove duplicated single quotes in text not handled by MessageFormat

[Matthias Sohn] Add configureJSch method to allow configuration of JSch objects

[Matthias Sohn] Fix typo in system config error message

[Matthias Sohn] Enhance test coverage when core.filemode is false

[Matthias Sohn] Remove no longer needed API problem filters

[Shawn Pearce] UploadPack: Correct typo of negotiation in Javadoc

[Matthias Sohn] Remove duplicate LFS feature from P2 repository

[Shawn Pearce] UploadPack: Remove duplicate sentReady assignment

[Shawn Pearce] UploadPack: Include peeled ObjectId as advertised

[Shawn Pearce] ReceivePack: Catch InvalidObjectIdException instead of IAE

[Shawn Pearce] push: Report fatal server errors during pack writing

[Shawn Pearce] PushConnectionTest: Use Java 7 try-with-resources

[Shawn Pearce] ReceivePack: Use Java 7 multi-catch for unpackError

[Shawn Pearce] ReceivePack: enable capabilities immediately on first line

[Shawn Pearce] ReceivePack: remove unnecessary try-catch around parseCommand

[Shawn Pearce] ReceivePack: catch InvalidObjectIdException while parsing shallow

[Shawn Pearce] ReceivePack: report protocol parsing failures on channel 3

[Matthias Sohn] Fix assertion in SmartClientSmartServerTest.testPush_CreateBranch()

[Matthias Sohn] Fix unclosed resource warnings in FileTreeIteratorTest

[Jonathan Nieder] DfsGarbageCollector: avoid closing idx and bitmap streams twice

[Matthias Sohn] Implement new abstract MappedLoginService methods added in Jetty 9.3

[Matthias Sohn] Add method to read time unit from config

[Matthias Sohn] Time based eviction strategy for repository cache

[Matthias Sohn] Log if Repository.useCnt becomes negative

[Dave Borowitz] Invalidate DfsObjDatabase pack list when refs are updated

[Matthias Sohn] Fix AppServer build errors in Eclipse with <4.6 target platforms

[Matthias Sohn] JGit v4.4.1.201607150455-r

[Jonathan Nieder] BatchRefUpdate: Remove unused namesToCheck variable

[Dave Borowitz] DfsObjectDatabase: Expose PackList and move markDirty there

[Dave Borowitz] DfsObjDatabase: Add lazy last modified method to PackList

[Dan Wang] Push implementation of option strings

[Stefan Beller] RefSpec: reject refs ending in '/'

[Stefan Beller] RefSpecs: allow construction of weird wildcarded RefSpecs

[David Pursehouse] Update links to LFS API documentation

[David Pursehouse] Ignore 'The value of exception parameter is not used' warning

[David Pursehouse] Archive: Make project name consistent with other subprojects'

[David Pursehouse] Annotate Sets#of with @SafeVarArgs to prevent heap pollution warning

[David Pursehouse] MergeFormatter: Suppress warning about unchecked conversion

[David Pursehouse] Repository: Log negative useCnt message together with stack trace

[David Pursehouse] FileLfsServlet: Return HTTP 422 instead of 400

[David Pursehouse] FileLfsServlet: Include error message in response body

[David Pursehouse] LfsProtocolServlet: Pass request and path to getLargeFileRepository

[David Pursehouse] LfsServerTest: Treat response body as UTF-8 when decoding error message

[David Pursehouse] Fix typo in email address in copyright headers

[Stefan Beller] RefSpec: Make WildcardMode public

[Dave Borowitz] DiffFormatter: Support setting a reader without a repo

[Christian Halstrick] Add testCleanDirsWithSubmodule test to CleanCommandTest

[Matthaus Owens] Skip cleaning inner repositories by default in CleanCommand

[Terry Parker] PackWriterTest: Improve readability

[Terry Parker] Shallow fetch: avoid sending unneeded blobs

[Terry Parker] RevWalk: Make fields available to DepthWalk

[David Pursehouse] Remove references to org.eclipse.jgit.java7

[David Pursehouse] LfsProtocolServlet: Allow getLargeFileRepository to raise exceptions

[David Pursehouse] LfsProtocolServlet: Allow access to objects in request

[Jonathan Nieder] Shallow fetch: Respect "shallow" lines

[Terry Parker] Shallow fetch/clone: Make --depth mean the total history depth

[Matthias Sohn] Add path src/ to source path in build.properties

[Matthias Sohn] Fix non-parameterized generic type warning

[Jonathan Nieder] Shallow fetch: Pass a DepthWalk to PackWriter

[Jonathan Nieder] Shallow fetch: Pass along "shallow"s in unparsed-wants case, too

[Matthias Sohn] Require-Bundle com.jcraft.jsch replaced by Import-Package statement

[Matthias Sohn] Add missing @since tags for new API

[Matthias Sohn] Silence API errors in LfsProtocolServlet

[Jonathan Nieder] Document new PackWriter#preparePack variant's parameters and exceptions

[David Pursehouse] PackWriter: Fix Javadoc tag for thrown exception in preparePack

[Jonathan Nieder] RepoCommand: Avoid group lists shadowing groups strings

[David Pursehouse] LfsProtocolServlet: Reuse existing Writer when sending error response

[David Pursehouse] Update .mailmap

[Dan Wang] BaseReceivePack: null and IllegalStateException cases for getPushOptions

[David Pursehouse] LfsProtocolServlet: Don't set pretty printing on Gson

[David Pursehouse] LfsProtocolServlet: Always set the Content-Type header on response

[Andrey Loskutov] Enhance ResetCommand to allow disabling reflog update

[Shawn Pearce] DfsObjDatabase: clear PackList dirty bit if no new packs

[Masaya Suzuki] Ignore IOException thrown from close

[Matthias Sohn] DownloadTest: Use enums from org.apache.http.HttpStatus

[David Pursehouse] LfsRepository{NotFound,ReadOnly}: Externalize message strings

[David Pursehouse] LfsProtocolServlet: Always include message in error response

[David Pursehouse] LfsProtocolServlet: Add support for rate limit and bandwidth limit errors

[Masaya Suzuki] Add HTTP status code to ServiceMayNotContinueException

[Andrey Loskutov] Added Java 7 launch config with LANG env. variable set

[Andrey Loskutov] Don't check lastModified, length on folders for submodules

[Andrey Loskutov] Use FS#lastModified instead of File#lastModified

[Matthias Sohn] Fix HttpClientConnection leaking temporary buffer files

[Jonathan Nieder] push: Do not use push options unless requested

[Jonathan Nieder] Packet logging for JGit

[David Pursehouse] LfsProtocolServlet: Add support for insufficient storage error

[Masaya Suzuki] Do not fake a SymbolicRef as an ObjectIdRef

[Andrey Loskutov] Add a RepeatRule to help repeating flaky tests

[Matthias Sohn] NoteMapTest: Add missing @Test annotations

[Masaya Suzuki] Clarify the semantics of DfsRefDatabase#compareAndPut

[Shawn Pearce] DfsReader: check object type during open

[Shawn Pearce] Fix push option initalization on HTTP

[Shawn Pearce] ReceivePack: refactor push option parsing

[Jonathan Nieder] Make GC.RepoStatistics static

[Shawn Pearce] ReceivePack: allow push options to be set

[Shawn Pearce] ReceivePack: simplify getPushOptions

[Shawn Pearce] ReceivePack: integrate push option parsing into recvCommands

[Matthias Sohn] Add Javadoc for LFS exception messages

[Matthias Sohn] Add specific exception for LFS unavailable

[Matthias Sohn] Added a clean command.

[Matthias Sohn] CLI: implement option -d for deleting tags

[Matthias Sohn] Improve JavaDoc for LfsProtocolServlet.getLargeFileRepository

[Matthias Sohn] Rename FSJava7Test to FSTest

[Christian Halstrick] Add missing dependency to slf4j-log4j bridge

[Matthias Sohn] Don't log error if system git config does not exist

[Matthias Sohn] Add support for post-commit hooks

[Andrey Loskutov] Ignore trailing spaces in directory rule patterns

[Matthias Sohn] Handle all values of branch.[name].rebase

[Matthias Sohn] Prepare 4.6.0-SNAPSHOT builds

[Masaya Suzuki] Add ReceivedPackStatistics for PackParser

[Matthias Sohn] Add support for built-in clean filters

[Matthias Sohn] Add support for built-in smudge filters

[Matthias Sohn] Add configuration parameter to enable built-in hooks/filters

[Matthias Sohn] Add built-in LFS clean filter

[Matthias Sohn] Add built-in LFS smudge filter for local case

[Matthias Sohn] Move AtomicObjectOutputStream to lfs/internal

[Matthias Sohn] Change JGit minimum execution environment to JavaSE-1.8

[Saša Živkov] Unconditionally close repository in unregisterAndCloseRepository

[Matthias Sohn] JGit v4.5.0.201609210915-r

[Matthias Sohn] Prepare 4.5.1-SNAPSHOT builds

[Matthias Sohn] Turn off doclint also during Maven site generation

[Matthias Sohn] Fix wrong @since tags introduced by 1beb3ccd

[Matthias Sohn] HttpClientConnection: Don't use deprecated HttpClient classes

[Matthias Sohn] AppServer: Remove unnecessary 'unused' suppressions

[Matthias Sohn] Suppress deprecation warnings related to UploadPackLogger

[Matthias Sohn] WrappedRequest: Don't use deprecated ServletRequestWrapper#realPath

[Matthias Sohn] LfsServerTest: Remove unnecessary suppression of 'restriction' warning

[Matthias Sohn] DfsBlockCache: Suppress warnings about unchecked conversion of Ref<T>

[Matthias Sohn] pgm, test: Add missing dependency for buck build

[Matthias Sohn] Use consistent feature and category names

[Thomas Wolf] [releng] maven: compile against the Java 1.8 libraries

[Matthias Sohn] RepositoryCache#unregisterAndCloseRepository: Remove unused db parameter

[Christian Halstrick] Fix carrying over flags during a RevWalk

------------------------------------------
[...truncated 4576 lines...]
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.2.13.v20150730/jetty-servlet-9.2.13.v20150730.jar
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.2.13.v20150730/jetty-security-9.2.13.v20150730.jar
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.2.13.v20150730/jetty-server-9.2.13.v20150730.jar
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.2.13.v20150730/jetty-util-9.2.13.v20150730.jar
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.2.13.v20150730/jetty-http-9.2.13.v20150730.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.2.13.v20150730/jetty-security-9.2.13.v20150730.jar (94 KB at 327.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.2.13.v20150730/jetty-io-9.2.13.v20150730.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.2.13.v20150730/jetty-servlet-9.2.13.v20150730.jar (113 KB at 294.9 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.2.13.v20150730/jetty-http-9.2.13.v20150730.jar (104 KB at 235.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.2.13.v20150730/jetty-io-9.2.13.v20150730.jar (106 KB at 202.2 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.2.13.v20150730/jetty-util-9.2.13.v20150730.jar (350 KB at 535.6 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.2.13.v20150730/jetty-server-9.2.13.v20150730.jar (409 KB at 504.3 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.jgit.junit.http ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.http ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.jgit.junit.http ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.6.201602180812\\org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=c:\\home\\hudson\\genie.technology.egit\\.hudson\\jobs\\jgit\\workspace\\jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.junit.http ---
[INFO] Executing tasks

main:
     [copy] Copying 1 file to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.junit.http\target\META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.jgit.junit.http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.eclipse.jgit.junit.http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.junit.http\target\classes
[INFO] 
[INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.junit.http >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (set-osgi-version) @ org.eclipse.jgit.junit.http ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.jgit.junit.http ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.6.201602180812\\org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=c:\\home\\hudson\\genie.technology.egit\\.hudson\\jobs\\jgit\\workspace\\jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.*
[INFO] 
[INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.junit.http <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ org.eclipse.jgit.junit.http ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.junit.http\target\org.eclipse.jgit.junit.http-4.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.jgit.junit.http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.junit.http\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ org.eclipse.jgit.junit.http ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.jgit.junit.http ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.jgit.junit.http ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.junit.http\target\org.eclipse.jgit.junit.http-4.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ org.eclipse.jgit.junit.http ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.junit.http\target\org.eclipse.jgit.junit.http-4.6.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.3:check (default) > :findbugs @ org.eclipse.jgit.junit.http >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ org.eclipse.jgit.junit.http ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.3:check (default) < :findbugs @ org.eclipse.jgit.junit.http <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:check (default) @ org.eclipse.jgit.junit.http ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.6:cpd-check (default) > :cpd @ org.eclipse.jgit.junit.http >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd (cpd) @ org.eclipse.jgit.junit.http ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.6:cpd-check (default) < :cpd @ org.eclipse.jgit.junit.http <<<
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd-check (default) @ org.eclipse.jgit.junit.http ---
[INFO] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JGit - Large File Storage 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/clirr-maven-plugin/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/clirr-maven-plugin/maven-metadata.xml
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/mojo/clirr-maven-plugin/maven-metadata.xml
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/mojo/clirr-maven-plugin/maven-metadata.xml (723 B at 13.8 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/clirr-maven-plugin/2.8/clirr-maven-plugin-2.8.pom
Downloading: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/clirr-maven-plugin/2.8/clirr-maven-plugin-2.8.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/mojo/clirr-maven-plugin/2.8/clirr-maven-plugin-2.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/mojo/clirr-maven-plugin/2.8/clirr-maven-plugin-2.8.pom (8 KB at 169.6 KB/sec)
Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/clirr-maven-plugin/2.8/clirr-maven-plugin-2.8.jar
Downloading: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/clirr-maven-plugin/2.8/clirr-maven-plugin-2.8.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/mojo/clirr-maven-plugin/2.8/clirr-maven-plugin-2.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/mojo/clirr-maven-plugin/2.8/clirr-maven-plugin-2.8.jar (74 KB at 516.6 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.jgit.lfs ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.jgit.lfs ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.6.201602180812\\org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=c:\\home\\hudson\\genie.technology.egit\\.hudson\\jobs\\jgit\\workspace\\jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.*
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.lfs ---
[INFO] Executing tasks

main:
     [copy] Copying 1 file to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.lfs\target\META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.jgit.lfs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.eclipse.jgit.lfs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.lfs\target\classes
[INFO] 
[INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ org.eclipse.jgit.lfs >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:1.10:parse-version (set-osgi-version) @ org.eclipse.jgit.lfs ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.jgit.lfs ---
[INFO] argLine set to -javaagent:c:\\shared_hudson\\workspace\\jgit-windows-test\\.maven\\repo\\org\\jacoco\\org.jacoco.agent\\0.7.6.201602180812\\org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=c:\\home\\hudson\\genie.technology.egit\\.hudson\\jobs\\jgit\\workspace\\jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.*
[INFO] 
[INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ org.eclipse.jgit.lfs <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ org.eclipse.jgit.lfs ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.lfs\target\org.eclipse.jgit.lfs-4.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.jgit.lfs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.lfs\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ org.eclipse.jgit.lfs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.jgit.lfs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.jgit.lfs ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.lfs\target\org.eclipse.jgit.lfs-4.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ org.eclipse.jgit.lfs ---
[INFO] Building jar: C:\shared_hudson\workspace\jgit-windows-test\org.eclipse.jgit.lfs\target\org.eclipse.jgit.lfs-4.6.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.3:check (default) > :findbugs @ org.eclipse.jgit.lfs >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ org.eclipse.jgit.lfs ---
[INFO] Fork Value is true
     [java] Warnings generated: 3
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.3:check (default) < :findbugs @ org.eclipse.jgit.lfs <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.3:check (default) @ org.eclipse.jgit.lfs ---
[INFO] BugInstance size is 3
[INFO] Error size is 0
[INFO] Total bugs: 3
[INFO] Possible null pointer dereference in org.eclipse.jgit.lfs.CleanFilter.run() due to return value of called method [org.eclipse.jgit.lfs.CleanFilter, org.eclipse.jgit.lfs.CleanFilter] Dereferenced at CleanFilter.java:[line 161]Known null at CleanFilter.java:[line 161] NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
[INFO] Found reliance on default encoding in org.eclipse.jgit.lfs.LfsPointer.encode(OutputStream): new java.io.PrintStream(OutputStream) [org.eclipse.jgit.lfs.LfsPointer] At LfsPointer.java:[line 111] DM_DEFAULT_ENCODING
[INFO] Found reliance on default encoding in org.eclipse.jgit.lfs.LfsPointer.parseLfsPointer(InputStream): new java.io.InputStreamReader(InputStream) [org.eclipse.jgit.lfs.LfsPointer] At LfsPointer.java:[line 138] DM_DEFAULT_ENCODING
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.6:cpd-check (default) > :cpd @ org.eclipse.jgit.lfs >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd (cpd) @ org.eclipse.jgit.lfs ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.6:cpd-check (default) < :cpd @ org.eclipse.jgit.lfs <<<
[INFO] 
[INFO] --- maven-pmd-plugin:3.6:cpd-check (default) @ org.eclipse.jgit.lfs ---
[INFO] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JGit - Large File Storage Server 4.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom
Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom
Sep 28, 2016 6:37:52 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) caught when processing request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443: The target server failed to respond
Sep 28, 2016 6:37:52 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443
Sep 28, 2016 6:37:52 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) caught when processing request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443: The target server failed to respond
Sep 28, 2016 6:37:52 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443
Sep 28, 2016 6:37:52 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) caught when processing request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443: The target server failed to respond
Sep 28, 2016 6:37:52 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request to {tls}->http://proxy.eclipse.org:9898->https://repo.maven.apache.org:443
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ...................................... SUCCESS [06:45 min]
[INFO] JGit - Core ........................................ SUCCESS [02:42 min]
[INFO] JGit - Ant Tasks ................................... SUCCESS [ 12.171 s]
[INFO] JGit - Archive Formats ............................. SUCCESS [ 11.162 s]
[INFO] JGit - AWT User Interface .......................... SUCCESS [ 15.145 s]
[INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [  9.590 s]
[INFO] JGit - HTTP Server ................................. SUCCESS [ 14.122 s]
[INFO] JGit - JUnit Utility Classes ....................... SUCCESS [ 14.938 s]
[INFO] JGit - JUnit Http Utility Classes .................. SUCCESS [ 13.610 s]
[INFO] JGit - Large File Storage .......................... SUCCESS [ 12.212 s]
[INFO] JGit - Large File Storage Server ................... FAILURE [  0.108 s]
[INFO] JGit - Command Line Interface ...................... SKIPPED
[INFO] JGit - Core Tests .................................. SKIPPED
[INFO] JGit - Ant Tasks Tests ............................. SKIPPED
[INFO] JGit - HTTP Tests .................................. SKIPPED
[INFO] JGit - Command Line Interface Tests ................ SKIPPED
[INFO] JGit - Large File Storage Tests .................... SKIPPED
[INFO] JGit - LFS Server Tests ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:12 min
[INFO] Finished at: 2016-09-28T18:37:52-04:00
[INFO] Final Memory: 48M/237M
[INFO] ------------------------------------------------------------------------
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project org.eclipse.jgit.lfs.server: Could not resolve dependencies for project org.eclipse.jgit:org.eclipse.jgit.lfs.server:jar:4.6.0-SNAPSHOT: Failed to collect dependencies at com.google.code.gson:gson:jar:2.2.4
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal on project org.eclipse.jgit.lfs.server: Could not resolve dependencies for project org.eclipse.jgit:org.eclipse.jgit.lfs.server:jar:4.6.0-SNAPSHOT: Failed to collect dependencies at com.google.code.gson:gson:jar:2.2.4: Failed to read artifact descriptor for com.google.code.gson:gson:jar:2.2.4: Could not transfer artifact com.google.code.gson:gson:pom:2.2.4 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org:443 failed to respond -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.jgit.lfs.server
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
[FINDBUGS] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
Recording test results
Archiving artifacts

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top