aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update org.mockito:mockito-core to 5.13.0Matthias Sohn2024-09-1221-40/+40
| | | | Change-Id: I7aa2a3ee8e5ad107992309ea1fd82eaa73bf59d6
* Update to jetty 12.0.13Matthias Sohn2024-09-1221-188/+188
| | | | Change-Id: I05772a87c351fed631d386c034e01fca9ec38fb1
* Update org.apache.commons:commons-lang3 to 3.17.0Matthias Sohn2024-09-1220-39/+39
| | | | Change-Id: I27a657a424050f0d7cacaec0f504c00f2c77b62a
* Update bytebuddy to 1.15.1Matthias Sohn2024-09-1221-60/+60
| | | | Change-Id: I244dab5dec191497ad794cd16884f2392d0fa3b8
* Add 4.34 target platform for Eclipse 2024-12Matthias Sohn2024-09-124-1/+326
| | | | | | | and update org.apache.ant to 1.10.15 since Orbit updated to Ant 1.10.15. See https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-12/ Change-Id: I865decbad55f0b7ca998b37cafa6c0a1eb183734
* Use 2024-09 release repository in 4.33 target platformMatthias Sohn2024-09-122-3/+3
| | | | Change-Id: I30e6d8cf0690184f081d7f39d5733d4e46b86e0c
* PackReverseIndex: Fix javadoc in position methodsjackdt@google.com2024-09-091-4/+4
| | | | | | | Position in the API refers to reverse-index position (offset order), not primary index position (sha1 order) Change-Id: I7dbe314dac1b3a128dd1c4ed93b9be28fd0802cc
* Replace custom encoder `Constants#encode` by JDK implementationMatthias Sohn2024-09-061-12/+1
| | | | | | | | | | | | | | | | | | Using the implementation provided in the JDK since Java 1.6 by `String#getBytes(Charset)` reduces JGit maintenance effort and improves performance. The method Constants#encode was implemented when JGit still used Java 1.5. See [1]. Kudos to Marcin for proposing to use this improvement in RefWriter [2]. I think it should be used generally. [1] https://repo.or.cz/jgit.git?a=commit;h=bfa3da225f198b19061158499b1135aff07d85b3 [2] https://eclipse.gerrithub.io/c/eclipse-jgit/jgit/+/1195180 Also-By: Marcin Czech <maczech@gmail.com> Change-Id: I361ed6286b98351a315b8a8ffc3cb845831d35b2
* [releng] Bump japicmp base version to 7.0.0.202409031743-rThomas Wolf2024-09-041-1/+1
| | | | Change-Id: I5245a8b095174946abcbbb899f9c0a7dfd504cb4 Signed-off-by: Thomas Wolf <twolf@apache.org>
* Prepare 7.1.0-SNAPSHOT buildsMatthias Sohn2024-09-0389-531/+531
| | | | Change-Id: Iba206a2d4645fc275cd2cd1cb3ae965b8ceafb28
* Merge branch 'stable-7.0'Matthias Sohn2024-09-03152-5552/+4493
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable-7.0: Prepare 7.0.1-SNAPSHOT builds JGit v7.0.0.202409031743-r Revert "Remove deprecated LocalDiskRepositoryTestCase#create(boolean,boolean)" Remove deprecated JschSession#getSftpChannel method Remove deprecated AutoLFInputStream constructors Remove deprecated RawParseUtils#UTF8_CHARSET Remove deprecated FS#setAsyncFileStoreAttributes method FS, FS_Posix: remove deprecated #createNewFile(File) method Remove deprecated lastModified methods using long UserAgent: remove deprecated #getAgent, #hasAgent methods Remove deprecated Transport#getFilterBlobLimit methods Remove deprecated RefAdvertiser#send(Map<String, Ref>) method Remove deprecated ReceivePack#setEchoCommandFailures method Remove deprecated class ReceivePack.FirstLine PacketLineIn: make deprecated #END and #DELIM private WindowCacheStats: remove deprecated #getOpenFiles, #getOpenBytes Remove deprecated PatchApplier#applyPatch(InputStream) Remove deprecated MergeMessageFormatter#formatWithConflicts Remove deprecated MergeFormatter#formatMerge using charset name Remove deprecated MergeFormatter#formatMerge using charset name Remove deprecated TagBuilder#toByteArray method Remove deprecated Repository#hasObject(AnyObjectId) method Make deprecated Repository#peel(Ref) private Remove deprecated RefDatabase#getRef(String) method CoreConfig: remove deprecated #isLogAllRefUpdates method Constants: remove deprecated #CHARSET and #CHARACTER_ENCODING Remove deprecated ConfigConstants#CONFIG_KEY_STREAM_FILE_TRESHOLD Remove deprecated CommitBuilder#setEncoding(String) method Remove deprecated static #equals(AnyObjectId, AnyObjectId) method Remove deprecated FileSnapshot.save(long) method Remove deprecated lastModified accessors returning long Remove deprecated PackInvalidException constructors DirCacheEntry: remove deprecated methods Remove deprecated DirCacheCheckout#checkoutEntry methods Remove deprecated StashApplyCommand#setApplyUntracked method Remove deprecated StashApplyCommand#setApplyIndex method Remove deprecated RemoteSetUrlCommand#setUri method Remove deprecated RemoteSetUrlCommand#setPush method Remove deprecated RemoteSetUrlCommand#setName method Remove deprecated RemoteRemoveCommand#setName method Remove deprecated CheckoutCommand#setForce method Remove deprecated CheckoutCommand#setForce method Remove deprecated static AnyLongObjectId#equals method Remove deprecated LocalDiskRepositoryTestCase#create(boolean,boolean) Remove unused API warning filters ObjectDirectoryTest: ensure WindowCursor is closed PackExtBlockCacheTableTest: fix empty block warning PackExtBlockCacheTableTest: suppress unchecked conversion warnings PackObjectSizeIndexV1: fix boxing warnings PackExtBlockCacheTableTest: suppress boxing warning on test class DfsBlockCacheConfigTest: suppress boxing warning on test class Suppress non-externalized string warnings Update jakarta.servlet:jakarta.servlet-api to 6.1.0 Update org.apache.commons:commons-compress to 1.27.1 Update org.tukaani:xz to 1.10 Update org.assertj:assertj-core to 3.26.3 Update org.apache.commons:commons-lang3 to 3.16.0 Update bytebuddy to 1.15.0 Update commons-logging:commons-logging to 1.3.4 Update commons-codec:commons-codec to 1.17.1 Update jetty to 12.0.12 Prepare 7.0.0-SNAPSHOT builds JGit v7.0.0.202408271414-rc1 Prepare 7.0.0-SNAPSHOT builds JGit v7.0.0.202408202050-m3 JGit v7.0.0.202408201547-m3 JGit v7.0.0.202409201410-m3 Change-Id: Ia2913076aa8ecdfa0c51752a6076658505f6736e
| * Prepare 7.0.1-SNAPSHOT buildsMatthias Sohn2024-09-0389-531/+531
| | | | | | | | Change-Id: I5a6a9e398d8b81bf7bd0afbd6c82116d4472a349
| * JGit v7.0.0.202409031743-rv7.0.0.202409031743-rMatthias Sohn2024-09-0389-123/+123
| | | | | | | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I86507936091e6f7af7588835722672ff2668a205
| * Revert "Remove deprecatedMatthias Sohn2024-09-032-6/+30
| | | | | | | | | | | | | | | | | | | | | | LocalDiskRepositoryTestCase#create(boolean,boolean)" This reverts commit 3682611cef41ade46cf5ac194f0674b46367a395. Reason: removing this deprecated method caused a ton of warnings about closing an already closed Repository when running tests. Change-Id: I3e9f224c55c167f92dad39caabfab5e43cf54cfb
| * Remove deprecated JschSession#getSftpChannel methodMatthias Sohn2024-09-031-17/+0
| | | | | | | | Change-Id: I5b5d3cbc6b0e5f85df26fe6c288c973cf5609296
| * Remove deprecated AutoLFInputStream constructorsMatthias Sohn2024-09-031-38/+0
| | | | | | | | Change-Id: I00241e45d947582886658fa528cc20a961fed9e6
| * Remove deprecated RawParseUtils#UTF8_CHARSETMatthias Sohn2024-09-031-8/+0
| | | | | | | | Change-Id: I4b3f1344f77a575b2d0e00462806eddb4e9a6b80
| * Remove deprecated FS#setAsyncFileStoreAttributes methodMatthias Sohn2024-09-031-15/+0
| | | | | | | | Change-Id: Iea9f61fd65772ab247b382c93035e3c9974705aa
| * FS, FS_Posix: remove deprecated #createNewFile(File) methodMatthias Sohn2024-09-032-86/+0
| | | | | | | | Change-Id: Id34a0be998eee360e69f74b469c4990afa153c1b
| * Remove deprecated lastModified methods using longMatthias Sohn2024-09-034-116/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | from - FileUtils#lastModified - FileUtils#setLastModified - FS#getLastModifiedTime - FS#lastModified - FS#setLastModified - FileTreeIterator.Entry#getEntryLastModified - WorkingTreeIterator#getEntryLastModified - WorkingTreeIterator.Entry#getEntryLastModified Change-Id: I5073f05c32f8f626383a91048470c79332983121
| * UserAgent: remove deprecated #getAgent, #hasAgent methodsMatthias Sohn2024-09-031-41/+0
| | | | | | | | Change-Id: Ib53de6dabea7f73ecfde85cb30f49fa05ee48551
| * Remove deprecated Transport#getFilterBlobLimit methodsMatthias Sohn2024-09-031-22/+0
| | | | | | | | Change-Id: Ia72cc228b0acaa8df8f405bd224916cc76eadd22
| * Remove deprecated RefAdvertiser#send(Map<String, Ref>) methodMatthias Sohn2024-09-031-21/+0
| | | | | | | | Change-Id: Ifffcfa6bf9baf9f6879a5a7e0f05d317347983f6
| * Remove deprecated ReceivePack#setEchoCommandFailures methodMatthias Sohn2024-09-031-16/+0
| | | | | | | | Change-Id: Ieeeb33b8b3dc8272023af5d47b3330f4a94c5b96
| * Remove deprecated class ReceivePack.FirstLineMatthias Sohn2024-09-031-46/+0
| | | | | | | | Change-Id: I1143612088dba4fdced8f14c97293d17ff9658bb
| * PacketLineIn: make deprecated #END and #DELIM privateMatthias Sohn2024-09-031-13/+2
| | | | | | | | Change-Id: I1b7ba9f7e3dffe54313fc5d27051ad56a02a05b9
| * WindowCacheStats: remove deprecated #getOpenFiles, #getOpenBytesMatthias Sohn2024-09-031-21/+0
| | | | | | | | Change-Id: If254177fd7914cb1f909f6620032bb4016208855
| * Remove deprecated PatchApplier#applyPatch(InputStream)Matthias Sohn2024-09-031-27/+0
| | | | | | | | Change-Id: I79923b95861af983b676d436938aaeebe8c5b658
| * Remove deprecated MergeMessageFormatter#formatWithConflictsMatthias Sohn2024-09-031-18/+0
| | | | | | | | Change-Id: I3040f655318c47f268433294720a99325ae78863
| * Remove deprecated MergeFormatter#formatMerge using charset nameMatthias Sohn2024-09-031-31/+0
| | | | | | | | Change-Id: I7d0bdb61a8698e94bb40c22fe1c40c70cec65dfc
| * Remove deprecated MergeFormatter#formatMerge using charset nameMatthias Sohn2024-09-031-34/+0
| | | | | | | | Change-Id: Id2bdcb865203ed192fea35cfcf82c34667710726
| * Remove deprecated TagBuilder#toByteArray methodMatthias Sohn2024-09-031-17/+0
| | | | | | | | Change-Id: I14e78bcd4bbdb491bcc44a53ff19609b79c0831b
| * Remove deprecated Repository#hasObject(AnyObjectId) methodMatthias Sohn2024-09-031-19/+0
| | | | | | | | Change-Id: I473dff6bdc23cfb126d22e18c168390a0e21301d
| * Make deprecated Repository#peel(Ref) privateMatthias Sohn2024-09-031-3/+1
| | | | | | | | Change-Id: I1c16196bba00a5d0f54c10261cc08185305ba4a3
| * Remove deprecated RefDatabase#getRef(String) methodMatthias Sohn2024-09-031-17/+0
| | | | | | | | Change-Id: I89f42db2b9dabee18d4220457436b9f9b6340f50
| * CoreConfig: remove deprecated #isLogAllRefUpdates methodMatthias Sohn2024-09-031-19/+0
| | | | | | | | Change-Id: I4e5f96696b57512488f48e66a82760b2e8671878
| * Constants: remove deprecated #CHARSET and #CHARACTER_ENCODINGMatthias Sohn2024-09-031-23/+1
| | | | | | | | Change-Id: If2d3c1a96560e0bc5e352bdbcab4c191cbed1a42
| * Remove deprecated ConfigConstants#CONFIG_KEY_STREAM_FILE_TRESHOLDMatthias Sohn2024-09-031-6/+0
| | | | | | | | Change-Id: I3521ba8f8456160bd18ccb22c7d4a131aaac4ff2
| * Remove deprecated CommitBuilder#setEncoding(String) methodMatthias Sohn2024-09-031-13/+0
| | | | | | | | Change-Id: I5bd8d0c292151bfa58325d51ef51928715871cf1
| * Remove deprecated static #equals(AnyObjectId, AnyObjectId) methodMatthias Sohn2024-09-031-17/+0
| | | | | | | | Change-Id: I72544d2b3c85b8f96c2b8f94b86fb9b362f09475
| * Remove deprecated FileSnapshot.save(long) methodMatthias Sohn2024-09-031-23/+0
| | | | | | | | Change-Id: I9b77142127cc96ee6658e85a6cf0586d941c5c0c
| * Remove deprecated lastModified accessors returning longMatthias Sohn2024-09-032-22/+0
| | | | | | | | | | | | | | - FileSnapshot#lastModified - LockFile#getCommmitLastModified Change-Id: I6962166ca5decbb332dfb25851c93debfe2ca90c
| * Remove deprecated PackInvalidException constructorsMatthias Sohn2024-09-031-24/+0
| | | | | | | | Change-Id: I8db6b1dd8e39811ebde676389833dbc906106452
| * DirCacheEntry: remove deprecated methodsMatthias Sohn2024-09-031-50/+0
| | | | | | | | | | | | | | | | - boolean mightBeRacilyClean(int, int) - long getLastModified() - void setLastModified(long) Change-Id: I428fbb2109e13e80b8655622531c10e55a922a6f
| * Remove deprecated DirCacheCheckout#checkoutEntry methodsMatthias Sohn2024-09-032-125/+7
| | | | | | | | Change-Id: I28d00d7a70af0fbb76e237dd77b929508720ecdb
| * Remove deprecated StashApplyCommand#setApplyUntracked methodMatthias Sohn2024-09-031-13/+0
| | | | | | | | Change-Id: I23e3ed3259edad3a22b59cca938f041b39ebf0cb
| * Remove deprecated StashApplyCommand#setApplyIndex methodMatthias Sohn2024-09-031-12/+0
| | | | | | | | Change-Id: I2183285f6ccba1b62a318e711f2451df5d083ca1
| * Remove deprecated RemoteSetUrlCommand#setUri methodMatthias Sohn2024-09-031-12/+0
| | | | | | | | Change-Id: Ib9041be0d88dd837aa68eda2b00f3aa9ebc54c27
| * Remove deprecated RemoteSetUrlCommand#setPush methodMatthias Sohn2024-09-031-17/+0
| | | | | | | | Change-Id: I4026531148a7560179dae89c05424f256e6600d2
| * Remove deprecated RemoteSetUrlCommand#setName methodMatthias Sohn2024-09-031-12/+0
| | | | | | | | Change-Id: I769e999b5990f83719e3c638da9dfd0be4c5b826