You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MANIFEST.MF 4.4KB

Merge branch 'stable-5.3' into stable-5.4 * stable-5.3: Fix OpenSshConfigTest#config FileSnapshot: fix bug with timestamp thresholding In LockFile#waitForStatChange wait in units of file time resolution Cache FileStoreAttributeCache per directory Fix FileSnapshot#save(long) and FileSnapshot#save(Instant) Persist minimal racy threshold and allow manual configuration Measure minimum racy interval to auto-configure FileSnapshot Reuse FileUtils to recursively delete files created by tests Fix FileAttributeCache.toString() Add test for racy git detection in FileSnapshot Repeat RefDirectoryTest.testGetRef_DiscoversModifiedLoose 100 times Fix org.eclipse.jdt.core.prefs of org.eclipse.jgit.junit Add missing javadoc in org.eclipse.jgit.junit Enhance RepeatRule to report number of failures at the end Fix FileSnapshotTests for filesystem with high timestamp resolution Retry deleting test files in FileBasedConfigTest Measure filesystem timestamp resolution already in test setup Refactor FileSnapshotTest to use NIO APIs Measure stored timestamp resolution instead of time to touch file Handle CancellationException in FileStoreAttributeCache Fix FileSnapshot#saveNoConfig Use Instant for smudge time in DirCache and DirCacheEntry Use Instant instead of milliseconds for filesystem timestamp handling Workaround SecurityException in FS#getFsTimestampResolution Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolution FS: ignore AccessDeniedException when measuring timestamp resolution Add debug trace for FileSnapshot Use FileChannel.open to touch file and set mtime to now Persist filesystem timestamp resolution and allow manual configuration Increase bazel timeout for long running tests Bazel: Fix lint warning flagged by buildifier Update bazlets to latest version Bazel: Add missing dependencies for ArchiveCommandTest Bazel: Remove FileTreeIteratorWithTimeControl from BUILD file Add support for nanoseconds and microseconds for Config#getTimeUnit Optionally measure filesystem timestamp resolution asynchronously Delete unused FileTreeIteratorWithTimeControl FileSnapshot#equals: consider UNKNOWN_SIZE Timeout measuring file timestamp resolution after 2 seconds Fix RacyGitTests#testRacyGitDetection Change RacyGitTests to create a racy git situation in a stable way Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 Fix non-deterministic hash of archives created by ArchiveCommand Update Maven plugins ecj, plexus, error-prone Update Maven plugins and cleanup Maven warnings Make inner classes static where possible Fix API problem filters Change-Id: Iec3ad6ccc194582cb844310dc172c3103dae4457 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
4 years ago
Merge branch 'stable-5.3' into stable-5.4 * stable-5.3: Fix OpenSshConfigTest#config FileSnapshot: fix bug with timestamp thresholding In LockFile#waitForStatChange wait in units of file time resolution Cache FileStoreAttributeCache per directory Fix FileSnapshot#save(long) and FileSnapshot#save(Instant) Persist minimal racy threshold and allow manual configuration Measure minimum racy interval to auto-configure FileSnapshot Reuse FileUtils to recursively delete files created by tests Fix FileAttributeCache.toString() Add test for racy git detection in FileSnapshot Repeat RefDirectoryTest.testGetRef_DiscoversModifiedLoose 100 times Fix org.eclipse.jdt.core.prefs of org.eclipse.jgit.junit Add missing javadoc in org.eclipse.jgit.junit Enhance RepeatRule to report number of failures at the end Fix FileSnapshotTests for filesystem with high timestamp resolution Retry deleting test files in FileBasedConfigTest Measure filesystem timestamp resolution already in test setup Refactor FileSnapshotTest to use NIO APIs Measure stored timestamp resolution instead of time to touch file Handle CancellationException in FileStoreAttributeCache Fix FileSnapshot#saveNoConfig Use Instant for smudge time in DirCache and DirCacheEntry Use Instant instead of milliseconds for filesystem timestamp handling Workaround SecurityException in FS#getFsTimestampResolution Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolution FS: ignore AccessDeniedException when measuring timestamp resolution Add debug trace for FileSnapshot Use FileChannel.open to touch file and set mtime to now Persist filesystem timestamp resolution and allow manual configuration Increase bazel timeout for long running tests Bazel: Fix lint warning flagged by buildifier Update bazlets to latest version Bazel: Add missing dependencies for ArchiveCommandTest Bazel: Remove FileTreeIteratorWithTimeControl from BUILD file Add support for nanoseconds and microseconds for Config#getTimeUnit Optionally measure filesystem timestamp resolution asynchronously Delete unused FileTreeIteratorWithTimeControl FileSnapshot#equals: consider UNKNOWN_SIZE Timeout measuring file timestamp resolution after 2 seconds Fix RacyGitTests#testRacyGitDetection Change RacyGitTests to create a racy git situation in a stable way Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 Fix non-deterministic hash of archives created by ArchiveCommand Update Maven plugins ecj, plexus, error-prone Update Maven plugins and cleanup Maven warnings Make inner classes static where possible Fix API problem filters Change-Id: Iec3ad6ccc194582cb844310dc172c3103dae4457 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: %plugin_name
  4. Automatic-Module-Name: org.eclipse.jgit.test
  5. Bundle-SymbolicName: org.eclipse.jgit.test
  6. Bundle-Version: 5.4.1.qualifier
  7. Bundle-Localization: plugin
  8. Bundle-Vendor: %provider_name
  9. Bundle-ActivationPolicy: lazy
  10. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  11. Import-Package: com.googlecode.javaewah;version="[1.1.6,2.0.0)",
  12. com.jcraft.jsch;version="[0.1.54,0.2.0)",
  13. net.bytebuddy.dynamic.loading;version="[1.7.0,2.0.0)",
  14. org.apache.commons.compress.archivers;version="[1.15.0,2.0)",
  15. org.apache.commons.compress.archivers.tar;version="[1.15.0,2.0)",
  16. org.apache.commons.compress.archivers.zip;version="[1.15.0,2.0)",
  17. org.apache.commons.compress.compressors.bzip2;version="[1.15.0,2.0)",
  18. org.apache.commons.compress.compressors.gzip;version="[1.15.0,2.0)",
  19. org.apache.commons.compress.compressors.xz;version="[1.15.0,2.0)",
  20. org.bouncycastle.util.encoders;version="[1.61.0,2.0.0)",
  21. org.eclipse.jgit.annotations;version="[5.4.1,5.5.0)",
  22. org.eclipse.jgit.api;version="[5.4.1,5.5.0)",
  23. org.eclipse.jgit.api.errors;version="[5.4.1,5.5.0)",
  24. org.eclipse.jgit.archive;version="[5.4.1,5.5.0)",
  25. org.eclipse.jgit.attributes;version="[5.4.1,5.5.0)",
  26. org.eclipse.jgit.awtui;version="[5.4.1,5.5.0)",
  27. org.eclipse.jgit.blame;version="[5.4.1,5.5.0)",
  28. org.eclipse.jgit.diff;version="[5.4.1,5.5.0)",
  29. org.eclipse.jgit.dircache;version="[5.4.1,5.5.0)",
  30. org.eclipse.jgit.errors;version="[5.4.1,5.5.0)",
  31. org.eclipse.jgit.events;version="[5.4.1,5.5.0)",
  32. org.eclipse.jgit.fnmatch;version="[5.4.1,5.5.0)",
  33. org.eclipse.jgit.gitrepo;version="[5.4.1,5.5.0)",
  34. org.eclipse.jgit.hooks;version="[5.4.1,5.5.0)",
  35. org.eclipse.jgit.ignore;version="[5.4.1,5.5.0)",
  36. org.eclipse.jgit.ignore.internal;version="[5.4.1,5.5.0)",
  37. org.eclipse.jgit.internal;version="[5.4.1,5.5.0)",
  38. org.eclipse.jgit.internal.fsck;version="[5.4.1,5.5.0)",
  39. org.eclipse.jgit.internal.storage.dfs;version="[5.4.1,5.5.0)",
  40. org.eclipse.jgit.internal.storage.file;version="[5.4.1,5.5.0)",
  41. org.eclipse.jgit.internal.storage.io;version="[5.4.1,5.5.0)",
  42. org.eclipse.jgit.internal.storage.pack;version="[5.4.1,5.5.0)",
  43. org.eclipse.jgit.internal.storage.reftable;version="[5.4.1,5.5.0)",
  44. org.eclipse.jgit.internal.storage.reftree;version="[5.4.1,5.5.0)",
  45. org.eclipse.jgit.internal.transport.http;version="[5.4.1,5.5.0)",
  46. org.eclipse.jgit.internal.transport.parser;version="[5.4.1,5.5.0)",
  47. org.eclipse.jgit.junit;version="[5.4.1,5.5.0)",
  48. org.eclipse.jgit.junit.ssh;version="[5.4.1,5.5.0)",
  49. org.eclipse.jgit.junit.time;version="[5.4.1,5.5.0)",
  50. org.eclipse.jgit.lfs;version="[5.4.1,5.5.0)",
  51. org.eclipse.jgit.lib;version="[5.4.1,5.5.0)",
  52. org.eclipse.jgit.merge;version="[5.4.1,5.5.0)",
  53. org.eclipse.jgit.nls;version="[5.4.1,5.5.0)",
  54. org.eclipse.jgit.notes;version="[5.4.1,5.5.0)",
  55. org.eclipse.jgit.patch;version="[5.4.1,5.5.0)",
  56. org.eclipse.jgit.pgm;version="[5.4.1,5.5.0)",
  57. org.eclipse.jgit.pgm.internal;version="[5.4.1,5.5.0)",
  58. org.eclipse.jgit.revplot;version="[5.4.1,5.5.0)",
  59. org.eclipse.jgit.revwalk;version="[5.4.1,5.5.0)",
  60. org.eclipse.jgit.revwalk.filter;version="[5.4.1,5.5.0)",
  61. org.eclipse.jgit.storage.file;version="[5.4.1,5.5.0)",
  62. org.eclipse.jgit.storage.pack;version="[5.4.1,5.5.0)",
  63. org.eclipse.jgit.submodule;version="[5.4.1,5.5.0)",
  64. org.eclipse.jgit.transport;version="[5.4.1,5.5.0)",
  65. org.eclipse.jgit.transport.http;version="[5.4.1,5.5.0)",
  66. org.eclipse.jgit.transport.resolver;version="[5.4.1,5.5.0)",
  67. org.eclipse.jgit.treewalk;version="[5.4.1,5.5.0)",
  68. org.eclipse.jgit.treewalk.filter;version="[5.4.1,5.5.0)",
  69. org.eclipse.jgit.util;version="[5.4.1,5.5.0)",
  70. org.eclipse.jgit.util.io;version="[5.4.1,5.5.0)",
  71. org.eclipse.jgit.util.sha1;version="[5.4.1,5.5.0)",
  72. org.junit;version="[4.12,5.0.0)",
  73. org.junit.experimental.theories;version="[4.12,5.0.0)",
  74. org.junit.rules;version="[4.12,5.0.0)",
  75. org.junit.runner;version="[4.12,5.0.0)",
  76. org.junit.runners;version="[4.12,5.0.0)",
  77. org.mockito;version="[2.13.0,3.0.0)",
  78. org.mockito.invocation;version="[2.13.0,3.0.0)",
  79. org.mockito.junit;version="[2.13.0,3.0.0)",
  80. org.mockito.stubbing;version="[2.13.0,3.0.0)",
  81. org.objenesis;version="[2.6.0,3.0.0)",
  82. org.slf4j;version="[1.7.0,2.0.0)",
  83. org.tukaani.xz;version="[1.6.0,2.0)"
  84. Require-Bundle: org.hamcrest.core;bundle-version="[1.1.0,2.0.0)",
  85. org.hamcrest.library;bundle-version="[1.1.0,2.0.0)"
  86. Export-Package: org.eclipse.jgit.transport.ssh;version="5.4.1";x-friends:="org.eclipse.jgit.ssh.apache.test"