aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging
Commit message (Collapse)AuthorAgeFilesLines
* Update maven pluginsMatthias Sohn2024-12-201-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - cyclonedx-maven-plugin to 2.9.1 - eclipse-jarsigner-plugin to 1.5.2 - git-commit-id-maven-plugin to 9.0.1 - gmavenplus-plugin to 4.0.1 - japicmp-maven-plugin to 0.23.0 - maven-artifact-plugin to 3.5.3 - maven-clean-plugin to 3.4.0 - maven-dependency-plugin to 3.8.1 - maven-deploy-plugin to 3.1.3 - maven-enforcer-plugin to 3.5.0 - maven-install-plugin to 3.1.3 - maven-jar-plugin to 3.4.2 - maven-javadoc-plugin-version to 3.11.2 - maven-jxr-plugin-version>3.6.0 - maven-pmd-plugin to 3.26.0 - maven-project-info-reports-plugin-version>3.8.0 - maven-shade-plugin to 3.6.0 - maven-site-plugin to 4.0.0-M16 - maven-surefire-plugin-version>3.5.2 - maven-surefire-report-plugin to 3.5.2 - spotbugs-maven-plugin-version>4.8.6.6 - spring-boot-maven-plugin to 3.4.1 - tycho to 4.0.10 Change-Id: I604c0550c98cb98ebc79817ee352ac5b0357d35f
* Merge branch 'stable-7.1'Matthias Sohn2024-12-2031-4471/+1
|\ | | | | | | | | | | | | | | * stable-7.1: WindowCache: share removal work among multiple threads Update target platform version in maven build to 4.32 (2024-06) Change-Id: Ic88bb210c5ea080b7553fadec2a1b8d71924365c
| * Merge branch 'stable-7.0' into stable-7.1stable-7.1Matthias Sohn2024-12-2031-4471/+1
| |\ | | | | | | | | | | | | | | | | | | | | | * stable-7.0: WindowCache: share removal work among multiple threads Update target platform version in maven build to 4.32 (2024-06) Change-Id: Idd6a8a2c3b5c6f53645dbe7144afb2e1e24e8ca3
| | * Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-12-2031-4471/+1
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable-6.10: WindowCache: share removal work among multiple threads Update target platform version in maven build to 4.32 (2024-06) Change-Id: I6ca4988e9ea1e9fc6b3382b40f18f3d9db7b7acb
| | | * Update target platform version in maven build to 4.32 (2024-06)Matthias Sohn2024-12-1931-4381/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The p2 repositories matching jgit-4.17 target platform were moved to the archive server and are no longer available on the download server. Update to the jgit-4.32 target platform which matches Eclipse platform 2024-06. Purge older target platforms to reduce our maintenance effort. Change-Id: I948400e5b8c0db2ab0d50f8fa4e0e42521302ce7
| | * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-10-2318-53/+53
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable-6.10: Update Apache sshd to 2.14.0 LfsConnectionFactoryTest: remove unnecessary cast JSchSshProtocol2Test: remove unnecessary cast ApacheSshProtocol2Test: remove unnecessary cast NoteMapMerger: remove unnecessary cast Change-Id: I8fca74d88efadc827955b0a5032e6fbd72ce3e0d
| | | * Update Apache sshd to 2.14.0Matthias Sohn2024-10-1017-50/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an 'incorrect signature' error when trying to use the keys generated by SSHD during server init with an OpenSSH client. This also includes a few other changes since 2.13.2: * GH-524 Performance improvements * GH-533 Fix multi-step authentication * GH-582 Fix filtering in NamedFactory * GH-587 Prevent NullPointerExceptionon closed channel in NettyIoSession * GH-590 Better support for FIPS * GH-597 Pass on Charset in ClientSession.executeRemoteCommand() https://github.com/apache/mina-sshd/releases/tag/sshd-2.14.0 Change-Id: I76909fd56e70ee4ce16a075bd40ed6b2a609cc47
* | | | Prepare 7.2.0-SNAPSHOT buildsMatthias Sohn2024-11-2720-31/+31
|/ / / | | | | | | | | | Change-Id: Ie3108fefbcbb55a4f26273833c9817ce4bd750f1
* | | Prepare 7.1.1-SNAPSHOT buildsMatthias Sohn2024-11-2620-31/+31
| | | | | | | | | | | | Change-Id: Ifc710a83cda50f1275cbbd5a828f92d95607f298
* | | JGit v7.1.0.202411261347-rv7.1.0.202411261347-rMatthias Sohn2024-11-2620-21/+21
| | | | | | | | | | | | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I70f154dd1dc8571c5e2057d09d08d4a4d1b7ee37
* | | Prepare 7.1.0-SNAPSHOT buildsMatthias Sohn2024-11-1920-21/+21
| | | | | | | | | | | | Change-Id: I69f57f933899b9926ab5124b24b90ae75f7a8d09
* | | JGit v7.1.0.202411191359-rc1v7.1.0.202411191359-rc1Matthias Sohn2024-11-1920-21/+21
| | | | | | | | | | | | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I802c3dbcbb05470aad6255cc05402647e704b446
* | | Update Jetty to 12.0.15Matthias Sohn2024-11-1819-170/+170
| | | | | | | | | | | | Change-Id: I8414114bb6c38b62d912e55810b4bf68faf3083f
* | | Update bouncycastle to 1.79Matthias Sohn2024-11-0519-94/+94
| | | | | | | | | | | | Change-Id: Ib81d73075ebc9dcdc73aacf30fa02ad56a502d51
* | | Update bytebuddy to 1.15.10Matthias Sohn2024-11-0519-56/+56
| | | | | | | | | | | | Change-Id: I49cd5bedd86601380a26f7a7213fc78ebd091393
* | | Update mockito to 5.14.2Matthias Sohn2024-10-2419-37/+37
| | | | | | | | | | | | Change-Id: I0e6442a86ba1790680b832d62d4b04df0713da5f
* | | Update bytebuddy to 1.15.7Matthias Sohn2024-10-2419-56/+56
| | | | | | | | | | | | Change-Id: I8f718f0b06887c8ebfe70941dc2730604f0790e0
* | | Update jetty to 12.0.14Matthias Sohn2024-10-0919-170/+170
| | | | | | | | | | | | Change-Id: I05da7de8fa370e3f00532f9f50408ddb79d37e56
* | | Update Apache sshd to 2.14.0Matthias Sohn2024-10-0919-56/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an 'incorrect signature' error when trying to use the keys generated by SSHD during server init with an OpenSSH client. This also includes a few other changes since 2.13.2: * GH-524 Performance improvements * GH-533 Fix multi-step authentication * GH-582 Fix filtering in NamedFactory * GH-587 Prevent NullPointerExceptionon closed channel in NettyIoSession * GH-590 Better support for FIPS * GH-597 Pass on Charset in ClientSession.executeRemoteCommand() https://github.com/apache/mina-sshd/releases/tag/sshd-2.14.0 Change-Id: I76909fd56e70ee4ce16a075bd40ed6b2a609cc47
* | | orbit-4.34: update junit bundle to 4.13.2.v20240929-1000Matthias Sohn2024-10-092-5/+5
| | | | | | | | | | | | Change-Id: I641c4dc44af47106149804fa05313d62d4f33325
* | | Update mockito to 5.14.1Matthias Sohn2024-10-0119-37/+37
| | | | | | | | | | | | Change-Id: I6da7acb4fb8188a5bd32382eca12593febff29b7
* | | Update jna to 5.15.0Matthias Sohn2024-10-0119-56/+56
| | | | | | | | | | | | Change-Id: I164964b2173ee285d35d6d3a29caf30c0b8a6f95
* | | Update bytebuddy to 1.15.3Matthias Sohn2024-10-0119-56/+56
| | | | | | | | | | | | Change-Id: Ib17b92d6f413f706ff97fb4ccf07847f4b5808ad
* | | Update commons-io:commons-io to 2.17.0Matthias Sohn2024-10-0119-37/+37
| | | | | | | | | | | | Change-Id: Ib3030b917ffb1a02115345e9050180313efdc19b
* | | Update org.mockito:mockito-core to 5.13.0Matthias Sohn2024-09-1219-37/+37
| | | | | | | | | | | | Change-Id: I7aa2a3ee8e5ad107992309ea1fd82eaa73bf59d6
* | | Update to jetty 12.0.13Matthias Sohn2024-09-1219-170/+170
| | | | | | | | | | | | Change-Id: I05772a87c351fed631d386c034e01fca9ec38fb1
* | | Update org.apache.commons:commons-lang3 to 3.17.0Matthias Sohn2024-09-1219-37/+37
| | | | | | | | | | | | Change-Id: I27a657a424050f0d7cacaec0f504c00f2c77b62a
* | | Update bytebuddy to 1.15.1Matthias Sohn2024-09-1219-56/+56
| | | | | | | | | | | | Change-Id: I244dab5dec191497ad794cd16884f2392d0fa3b8
* | | Add 4.34 target platform for Eclipse 2024-12Matthias Sohn2024-09-123-0/+325
| | | | | | | | | | | | | | | | | | | | | 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
* | | Prepare 7.1.0-SNAPSHOT buildsMatthias Sohn2024-09-0320-31/+31
|/ / | | | | | | Change-Id: Iba206a2d4645fc275cd2cd1cb3ae965b8ceafb28
* | Prepare 7.0.1-SNAPSHOT buildsMatthias Sohn2024-09-0320-31/+31
| | | | | | | | Change-Id: I5a6a9e398d8b81bf7bd0afbd6c82116d4472a349
* | JGit v7.0.0.202409031743-rv7.0.0.202409031743-rMatthias Sohn2024-09-0320-21/+21
| | | | | | | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I86507936091e6f7af7588835722672ff2668a205
* | Update jakarta.servlet:jakarta.servlet-api to 6.1.0Matthias Sohn2024-08-2818-35/+35
| | | | | | | | Change-Id: Ie95e0247e6a23a16343e0f644d613dfe95fd2d1e
* | Update org.apache.commons:commons-compress to 1.27.1Matthias Sohn2024-08-2818-35/+35
| | | | | | | | Change-Id: Ibd48bfe5ec3fdd3d52d755dc4881e013aae21d5d
* | Update org.tukaani:xz to 1.10Matthias Sohn2024-08-2818-35/+35
| | | | | | | | Change-Id: Ibd565d4d4e5ef0dd32514fdc6d73b44c25aaa27f
* | Update org.assertj:assertj-core to 3.26.3Matthias Sohn2024-08-2818-35/+35
| | | | | | | | Change-Id: I37816b1700bbcd102eb5b1b2591ba493edea4b36
* | Update org.apache.commons:commons-lang3 to 3.16.0Matthias Sohn2024-08-2818-35/+35
| | | | | | | | Change-Id: I7ec0cf1090aab26c1b1f70f816963fba63405034
* | Update bytebuddy to 1.15.0Matthias Sohn2024-08-2818-53/+53
| | | | | | | | Change-Id: Idec6369bb5da997e532b912c2984b51e77a3ac0d
* | Update commons-logging:commons-logging to 1.3.4Matthias Sohn2024-08-2818-35/+35
| | | | | | | | Change-Id: I3dba27df9425484fdc630b067ddb19a2425aa891
* | Update commons-codec:commons-codec to 1.17.1Matthias Sohn2024-08-2818-35/+35
| | | | | | | | Change-Id: Ie78b1479ec95632981033342e65d546fc7bd905d
* | Update jetty to 12.0.12Matthias Sohn2024-08-2818-3866/+3866
| | | | | | | | Change-Id: I8b4381fcd067280050f31d6b8526c9f409244b55
* | Prepare 7.0.0-SNAPSHOT buildsMatthias Sohn2024-08-2820-21/+21
| | | | | | | | Change-Id: Ifa0a549e9551a2016241169e1c1e9052174c49d1
* | JGit v7.0.0.202408271414-rc1v7.0.0.202408271414-rc1Matthias Sohn2024-08-2720-21/+21
| | | | | | | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I969947a7c5fef72ed0c2f50e96a60787474f9906
* | Prepare 7.0.0-SNAPSHOT buildsMatthias Sohn2024-08-2120-21/+21
| | | | | | | | Change-Id: I07b258a9f94823c9c390daf6e1d3034ca5ace81f
* | JGit v7.0.0.202408202050-m3Matthias Sohn2024-08-2020-21/+21
| | | | | | | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I44280658582c23ca0d9b85c4c24a1c2e7b82c6d8
* | JGit v7.0.0.202408201547-m3v7.0.0.202408201547-m3Matthias Sohn2024-08-2020-21/+21
| | | | | | | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: Ic04bf96a04e38da82a7ff41334db44891f02419b
* | JGit v7.0.0.202409201410-m3v7.0.0.202409201410-m3Matthias Sohn2024-08-2020-21/+21
| | | | | | | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: If35e97f9fb415669bac6dfa10ac35b509b3ee921
* | Merge branch 'stable-6.10'Matthias Sohn2024-08-201-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable-6.10: Update tycho to 4.0.8 Update org.eclipse.dash:license-tool-plugin to 1.1.0 Fix "Comparison of narrow type with wide type in loop condition" RepoProject: read the 'dest-branch' attribute of a project Make RepoProject#setUpstream public RepoCommand: Add error to ManifestErrorException RepoCommand: Copy manifest upstream into .gitmodules ref field RepoProject: read the "upstream" attribute of a project JGit v5.13.3.202401111512-r Change-Id: If67534f8954703e107e8477456325af3d868612c
| * Merge branch 'stable-6.9' into stable-6.10Matthias Sohn2024-08-201-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable-6.9: Update tycho to 4.0.8 Update org.eclipse.dash:license-tool-plugin to 1.1.0 Fix "Comparison of narrow type with wide type in loop condition" JGit v5.13.3.202401111512-r Change-Id: I68e73b6e0c6cda003bc18b3e82266c1d8a1f183e