summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging
Commit message (Collapse)AuthorAgeFilesLines
* Use hamcrest 2.2 directly from Maven CentralMatthias Sohn2023-05-1714-38/+145
| | | | Change-Id: I4039b56b1cdc54ff1886c2a4973d857d785989c2
* Use commons-logging directly from Maven CentralMatthias Sohn2023-05-1714-38/+89
| | | | Change-Id: I08e51450f70f941761539d3f08dd65c5d706dcdc
* Update jna to 5.13.0Matthias Sohn2023-05-1713-38/+38
| | | | Change-Id: I87d65e66e1cac64ccb744632ea45d06f8b8637fe
* Use bytebuddy directly from Maven CentralMatthias Sohn2023-05-1714-64/+222
| | | | Change-Id: I5e24a31b78ef3758e1ce84e3b0eacaff1608fcd9
* Use jna directly from Maven CentralMatthias Sohn2023-05-1714-64/+222
| | | | Change-Id: I3c2576648748a6c6020c13a604cf5fcd4864aeb8
* Use net.i2p.crypto:eddsa directly from Maven CentralMatthias Sohn2023-05-1714-38/+145
| | | | Change-Id: I8e864380fa5eb3006943b78b19f6cbe7ae9f8111
* Use org.tukaani:xz directly from Maven CentralMatthias Sohn2023-05-1714-38/+145
| | | | Change-Id: I4ab835cee694778eedaa125cc372be8b6c876133
* Use args4j directly from Maven CentralMatthias Sohn2023-05-1714-38/+145
| | | | Change-Id: I91c7c42c1fc779278fe30294638edef182e88347
* Use gson directly from Maven CentralMatthias Sohn2023-05-1714-38/+145
| | | | Change-Id: I4741f733aa7ca219296ed788d4dc93df77cc65ff
* Switch to Apache MINA sshd 2.10.0Thomas Wolf2023-05-1614-64/+222
| | | | | | | | | | | | | | Bump the version numbers in pom.xml and in MANIFESTs, and in the bazel WORKSPACE file. Update the target platforms. Remove work-arounds in org.eclipse.jgit.ssh.apache that are no longer necessary. The release notes for Apache MINA sshd are at [1]. [1] https://github.com/apache/mina-sshd/blob/master/docs/changes/2.10.0.md Bug: 581770 Change-Id: Id27e73e9712b7865353c9b32b5b768f6e998b05e Signed-off-by: Thomas Wolf <twolf@apache.org>
* Update Maven pluginsMatthias Sohn2023-05-031-7/+7
| | | | | | | | | | | | | | | | | | | - com.github.siom79.japicmp:japicmp-maven-plugin to 0.17.2 - com.github.spotbugs:spotbugs-maven-plugin to 4.7.3.4 - maven-clean-plugin to 3.2.0 - maven-compiler-plugin to 3.11.0 - maven-deploy-plugin to 3.1.1 - maven-enforcer-plugin to 3.3.0 - maven-javadoc-plugin to 3.5.0 - maven-project-info-reports-plugin to 3.4.3 - maven-resources-plugin to 3.3.1 - maven-surefire-plugin to 3.0.0 - maven-surefire-report-plugin to 3.0.0 - org.codehaus.mojo:build-helper-maven-plugin to 3.3.0 - org.jacoco:jacoco-maven-plugin to 0.8.10 - org.springframework.boot:spring-boot-maven-plugin to 2.7.11 Change-Id: I42f3a09362a3b1afef65981cd3a862780f592af2
* Add 4.27 (2023-03) and 4.28 (2023-06) target platformsMatthias Sohn2023-05-034-0/+396
| | | | Change-Id: I81cfba607e000a107348006785ff374db960ea6d
* Update slf4j to 1.7.36 and consume it directly from Maven CentralMatthias Sohn2023-05-0213-58/+192
| | | | | | | | BundleSymbolicNames changed to the names used upstream: - slf4j.api - slf4j.simple Change-Id: Ibcaafae282d3a6fa013bc39d879def1b66073bca
* Update assertj-core to 3.24.2Matthias Sohn2023-05-0113-32/+126
| | | | | | | | and consume it directly from Maven Central. Add the bundle to the jgit p2 repository. Change-Id: I95f07a6d3ea645c4f56350d4b0facbaa84988440
* Update Apache commons-codec to 1.15Matthias Sohn2023-05-0113-34/+77
| | | | | | | | | and consume it directly from Maven Central. Its BundleSymbolicName changes to "org.apache.commons.commons-codec" which is defined upstream. Change-Id: Id9c366b3be0b97f4b191ba78f02001306f0e5035
* Update org.apache.commons:commons-compress to 1.23.0Matthias Sohn2023-05-0113-34/+126
| | | | | | | | | and consume it directly from Maven Central. Its BundleSymbolicName changes to "org.apache.commons.commons-compress" which is defined upstream. Change-Id: I691f5f49491dd2c9ba577ebe0c6f7cdd462c047a
* Update javaEWAH to 1.2.3 and use it directly from Maven centralMatthias Sohn2023-05-0113-34/+125
| | | | | | | | This changes its BundleSymbolicName from "javaewah" (name in Orbit) to com.googlecode.javaewah.JavaEWAH (name in upstream artefact from Maven Central). Change-Id: I8dee6909d496e3d05b2de938515dde831518be24
* Update to jakarta.servlet:jakarta.servlet-api:4.0.4Matthias Sohn2023-05-0111-43/+43
| | | | Change-Id: I892b44e7886f5c30be7b2003ca048e3e22aa75f6
* Update jetty to 10.0.15 and use it from Maven central directlyMatthias Sohn2023-04-2822-186/+578
| | | | | | and update servlet-api to 4.0.1 Change-Id: Id17aad56fc6f10dd64ce088c4b5a0532f5f0c588
* Update bouncycastle to 1.73Matthias Sohn2023-04-2811-54/+54
| | | | | | | | | | | | Review requests were created for maven/mavencentral/org.bouncycastle/bcpkix-jdk18on/1.73 https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/7892 maven/mavencentral/org.bouncycastle/bcprov-jdk18on/1.73 https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/7893 maven/mavencentral/org.bouncycastle/bcutil-jdk18on/1.73 https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/7894 Change-Id: I389cdd7500d7d9292d7ea5eee142492dd1db7112
* Use bouncycastle libraries directly from Maven CentralMatthias Sohn2023-04-2123-106/+337
| | | | | | | | and update - org.bouncycastle:bcpg-jdk18on to 1.72.2 Bug: 581767 Change-Id: Id213e84d56c171c98b1919a7044e2779a3d777df
* Merge branch 'stable-6.5'Matthias Sohn2023-04-061-1/+1
|\ | | | | | | | | | | | | | | | | * stable-6.5: Ensure parsed RevCommitCG has derived data from commit-graph Downgrade maven-site-plugin to 3.12.1 Use wagon-ssh-external to deploy Maven site Change-Id: Ide721fb088fa04f6276ac495968a45e732f6e139
| * Downgrade maven-site-plugin to 3.12.1Matthias Sohn2023-03-301-1/+1
| | | | | | | | | | | | | | This may fix the current authentication failures happening when trying to deploy the jgit Maven site. Change-Id: I55d4706cd041d93194af48fac9e8bfcd067e2cac
| * Prepare 6.5.1-SNAPSHOT buildsMatthias Sohn2023-03-0722-33/+33
| | | | | | | | Change-Id: Idd9977ac08a339906e33beb73f57f8f6885ad86f
| * JGit v6.5.0.202303070854-rv6.5.0.202303070854-rMatthias Sohn2023-03-0722-23/+23
| | | | | | | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I8da37ead0bd527bc4990ed5f8d5d4fb4f4d5cf01
* | Merge branch 'stable-6.5'Matthias Sohn2023-03-0321-54/+54
|\| | | | | | | | | | | | | | | | | | | | | | | | | * stable-6.5: [errorprone] Suppress [Finally] warnings Update Orbit to R20230302014618 for 2023-03 Improve test coverage when core.trustPackedRefsStat set to after_open Prepare 6.5.0-SNAPSHOT builds JGit v6.5.0.202302281825-rc1 Prepare 6.5.0-SNAPSHOT builds JGit v6.5.0.202302221508-m3 Change-Id: Ice109c060d14c455262f61aed088111b238d735b
| * Update Orbit to R20230302014618 for 2023-03Matthias Sohn2023-03-0221-54/+54
| | | | | | | | | | | | | | and update - com.google.gson to 2.10.1.v20230109-0753 Change-Id: I9745797a278c43ec62a82b5620bb72f075a23c1f
| * Prepare 6.5.0-SNAPSHOT buildsMatthias Sohn2023-03-0122-23/+23
| | | | | | | | Change-Id: I313e3deed8fa00df0406b3d7b73e5b643dc25a05
| * JGit v6.5.0.202302281825-rc1v6.5.0.202302281825-rc1Matthias Sohn2023-03-0122-23/+23
| | | | | | | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I1eb2e87b70c2da1dc81468cdc7ecf7dbd21d4190
| * Prepare 6.5.0-SNAPSHOT buildsMatthias Sohn2023-03-0122-23/+23
| | | | | | | | Change-Id: Ie95ce8fcc2a570505d23d5a1642e33c041212260
| * JGit v6.5.0.202302221508-m3v6.5.0.202302221508-m3Matthias Sohn2023-02-2222-23/+23
| | | | | | | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I00bf91823e2fe6503d52ae23bc1854f0b1d66dbd
| * Prepare 6.5.0-SNAPSHOT buildsMatthias Sohn2023-02-0122-23/+23
| | | | | | | | Change-Id: Id0c7e51293d53b1eeec081cbbdf6e27d77123200
| * JGit v6.5.0.202302011120-m2v6.5.0.202302011120-m2Matthias Sohn2023-02-0122-23/+23
| | | | | | | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I231d3f9b8a59e374477d3a33964061acb2c25ce4
* | Prepare 6.6.0-SNAPSHOT buildsMatthias Sohn2023-03-0122-33/+33
|/ | | | Change-Id: I17893f9db12bcb208866f40a06cd4f1ccbb4fe30
* Re-add servlet-api 4.0 to the target platformMatthias Sohn2023-01-1611-10/+65
| | | | | | This was removed from the JGit target platform by mistake in 6ca3d219. Change-Id: Iedae0586fb96651255b67ed6dbb9ff7702c0ea54
* Upgrade maven pluginsMichael Keppler2023-01-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove tycho-extras-version, because Tycho and Tycho Extras are meanwhile in a single repository and maintained together. Update - build-helper-maven-plugin to 3.3.0 - eclipse-jarsigner-plugin to 1.3.5 - jacoco-maven-plugin to 0.8.8 - japicmp to 0.17.1 - maven-antrun-plugin to 3.1.0 - maven-clean-plugin to 3.2.0 - maven-compiler-plugin to 3.10.1 - maven-dependency-plugin to 3.5.0 - maven-deploy-plugin to 3.0.0 - maven-enforcer-plugin to 3.1.0 - maven-install-plugin to 3.1.0 - maven-jar-plugin to 3.3.0 - maven-javadoc-plugin to 3.4.1 - maven-jxr-plugin to 3.3.0 - maven-pmd-plugin to 3.20.0 - maven-project-info-reports-plugin to 3.4.2 - maven-resources-plugin to 3.3.0 - maven-shade-plugin to 3.4.1 - maven-site-plugin to 4.0.0-M4 - maven-surefire-plugin to 3.0.0-M8 - spotbugs-maven-plugin to 4.7.3.0 - spring-boot-maven-plugin to 2.7.7 Change-Id: I14d9ff06d2f509d782eb63adfa6b5733649f11f1
* Update Orbit to S20230101190934Matthias Sohn2023-01-1122-112/+181
| | | | | | | | | | and update - com.google.gson to 2.10.0.v20221207-1049" - org.apache.commons.compress to 1.22.0.v20221207-1049 - org.apache.httpcomponents.httpclient to 4.5.14.v20221207-1049 - org.apache.httpcomponents.httpcore to 4.4.16.v20221207-1049 Change-Id: I8da9be68162636ca2530ea042b069c533c7d975a
* Update to releases p2 repo for 4.26 simultaneous releaseMatthias Sohn2023-01-112-3/+3
| | | | Change-Id: I31690aeba1f4a5e9111de184ba81c4f971c756e0
* Update jetty to 10.0.13Matthias Sohn2022-12-1311-197/+98
| | | | | | | | | Since Oomph's p2 repo for jetty 10.0.13 doesn't have source bundles, we remove them. Eclipse platform doesn't create p2 repos for jetty anymore and we aren't yet ready to use maven dependencies like the platform does. Change-Id: Icef9658ce441be43931e32d931adf717e2fa222c
* Prepare 6.5.0-SNAPSHOT buildsMatthias Sohn2022-11-2322-33/+33
| | | | Change-Id: I4238b6181e96e22e540cf34802a332f868cb6dfb
* Update Orbit to R20221123021534 for 2022-12Matthias Sohn2022-11-2321-32/+32
| | | | Change-Id: I9de11cc198ce3926d5233c4e30dc74f36674d3b5
* Add 4.26 target platformMatthias Sohn2022-11-202-0/+105
| | | | Change-Id: I569d0b432b5da175da091e37feecadc321d686a9
* Use "releases" repository for 4.25 target platformMatthias Sohn2022-11-202-3/+3
| | | | Change-Id: Ib8d33714c67de949b9574b4ec29c1ae99f75d419
* Update Apache Mina SSHD to 2.9.2Thomas Wolf2022-11-1810-49/+49
| | | | | | | | | Release notes for 2.9.2: https://github.com/apache/mina-sshd/blob/master/docs/changes/2.9.2.md Change-Id: I7809bcba1d45b76ab9dcc031f86beb2f69da3788 Signed-off-by: Thomas Wolf <twolf@apache.org> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20221118032057Matthias Sohn2022-11-1819-169/+169
| | | | | | | | | | | | | update - com.jcraft.jsch to 0.1.55.v20221112-0806 - net.bytebuddy.byte-buddy to 1.12.18.v20221114-2102 - net.bytebuddy.byte-buddy-agent to 1.12.18.v20221114-2102 - org.apache.commons.codec to 1.14.0.v20221112-0806 - org.apache.httpcomponents.httpclient to 4.5.13.v20221112-0806 - org.slf4j.api to 1.7.30.v20221112-0806 - org.slf4j.binding.simple to 1.7.30.v20221112-0806 Change-Id: I4f29994c8a4374f6ace5c640397245c3c2ff4f53
* Update Orbit to S20221109014815Matthias Sohn2022-11-1419-189/+189
| | | | | | | | | | | | | | and update - com.sun.jna to 5.12.1.v20221103-2317 - com.sun.jna.platform to 5.12.1.v20221103-2317 - org.bouncycastle.bcpg to 1.72.0.v20221013-1810 - org.bouncycastle.bcpkix to 1.72.0.v20221013-1810 - org.bouncycastle.bcprov to 1.72.0.v20221013-1810 - org.bouncycastle.bcutil to 1.72.0.v20221013-1810 - org.mockito.mockito-core to 4.8.1.v20221103-2317 - org.objenesis to 3.3.0.v20221103-2317 Change-Id: If00094d23e51d5f66928f83c1334aa6b18b98dfe
* Update Orbit to S20220927175816Matthias Sohn2022-10-1019-45/+114
| | | | | | | and - com.google.code.gson:gson to 2.9.1 Change-Id: Ia9e4fdc557478d3ca37b0169be93711791952068
* Prepare 6.4.0-SNAPSHOT buildsMatthias Sohn2022-09-1422-33/+33
| | | | Change-Id: I47ca5f1d0263caa0bfc7c303042360c6c5ac4dec
* Prepare 6.3.1-SNAPSHOT buildsMatthias Sohn2022-09-1222-33/+33
| | | | Change-Id: I44e159eca4131880d74d3078060e7e20f9b5ce76
* JGit v6.3.0.202209071007-rv6.3.0.202209071007-rMatthias Sohn2022-09-0722-23/+23
| | | | | Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: Iea3fae9f6f6c5fb0a79f7684334a3e0059738c4f