| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Stop bundling the source bundle since the upstream artifact doesn't have
a valid OSGi manifest.
Change-Id: I819685f7f6d6ebcf8f179dd3133e7fc809bba392
|
|
|
|
| |
Change-Id: I1d7bf0fb66d329aad24b512bed082e3f74a5b2a8
|
|
|
|
| |
Change-Id: Ia8dec10b4d487611a9cad2268764fa53fcd35c47
|
|
|
|
| |
Change-Id: Ife807c38cd163a75a70e91610127b01807be2f68
|
|
|
|
| |
Change-Id: I3f7b76243af0add3ee66a7f808a73f10d01a7627
|
|
|
|
| |
Change-Id: Ie5192a7c02c60e26c7c76f618b05f24307afcc63
|
|
|
|
| |
Change-Id: I53a0308145d1caa62a09b2262b721d155b62a4b8
|
|
|
|
| |
Change-Id: Ia346c37673369ee497ab4797aa96d82fe51f84c0
|
|
|
|
| |
Change-Id: I6f8c1cce050017aad5b0d36886f85c42c1a3aed9
|
|
|
|
|
|
|
|
|
|
| |
Update version in pom.xml; update target platforms; update bazel
workspace.
BC 1.78 had broken OSGi metadata in MANIFEST.MF; this was fixed in
1.78.1.
Change-Id: Iac5751910b283b04983abe399264e0dabfe6162c
Signed-off-by: Thomas Wolf <twolf@apache.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 718d121bb38860e66f6e34a4045aa6d5d9490e8a.
Bouncy Castle 1.78 has broken OSGi metadata: the package imports in
MANIFEST.MF are missing. See also [1] and [2].
[1] https://github.com/bcgit/bc-java/issues/1621
[2] https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1968#issuecomment-2048151288
Change-Id: Iedec921215dabe0b63fb0dd7f6a4b28c18f854a0
Signed-off-by: Thomas Wolf <twolf@apache.org>
|
|
|
|
|
|
|
|
|
|
| |
Update version in pom.xml; update target platforms; update bazel
workspace.
Also update the p2 repository; the Bouncy Castle bundle symbolic names
have changed from plain "bc*" to "bc*-jdk18on".
Change-Id: I07a5709c791f644d2247c76404a36ba7d0625a1c
Signed-off-by: Thomas Wolf <twolf@apache.org>
|
|
|
|
| |
Change-Id: Ic79c5ce718fe1345f75c4254a9ee2aa7d91af359
|
|
|
|
| |
Change-Id: I3fd8adf3c1cc3f2c8826602b11d1d11fdfe29bfb
|
|
|
|
| |
Change-Id: I35dbb2402e65753e10bef4617b7e1683f9900406
|
|
|
|
|
|
|
| |
The new version now requires commons-io for the tests.
Hence adding dependency to commons-io:commons-io:2.15.1.
Change-Id: Ieb50ef559a119c89f90d700ab95a73c0fcae85a8
|
|
|
|
| |
Change-Id: Idc56efd1ee6d9d1e039ccfffd5e16803b727f6dc
|
|
|
|
|
|
|
|
|
|
|
| |
This includes the upstream fix for CVE-2023-48795[1] ("strict KEX"
protocol extension mitigating the "Terrapin attack"[2]) in JGit.
[1] https://nvd.nist.gov/vuln/detail/CVE-2023-48795
[2] https://www.terrapin-attack.com/
Bug: jgit-16
Change-Id: Ie9aa5b903ea6795bd1511afea0bebdb537b56148
Signed-off-by: Thomas Wolf <twolf@apache.org>
|
|
|
|
| |
Change-Id: Ie60f618fabd1c35815a7fe2775b7fe059baba8b4
|
|
|
|
| |
Change-Id: I70d33b7af25fcb4754fb048dd9054eef7356f00c
|
|
|
|
|
|
| |
and update bytebuddy to 1.14.10.
Change-Id: I145776a31d806f7e6dcc90263650109b3eb19067
|
|
|
|
| |
Change-Id: Ifde28f60461e0a9d7b1278f8f178ceb2c4e1db7a
|
|
|
|
| |
Change-Id: Ic9c6910853ad00075501aa3e03888fefbe634bf6
|
|
|
|
| |
Change-Id: I2dc011247ace2eeea8c46587cae55a39be086f36
|
|
|
|
| |
Change-Id: I34c9f7c062400bb69849812d57390dd2e7b04cac
|
|
|
|
|
|
|
|
|
|
| |
Update maven build, bazel build, and target platform.
Also remove a file in a ./bin directory that got committed by mistake
in commit f5f4bf0ad.
Change-Id: Ia653c71643f8fad290874d723dacdafbef25c13f
Signed-off-by: Thomas Wolf <twolf@apache.org>
|
|
|
|
| |
Change-Id: I7c93847054050a0af0d2c16e724e5755f9fa33bf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
consuming it directly from Maven Central.
The bundle net.i2p.crypto.eddsa 0.3.0 contains bad OSGi metadata,
earlier it was repackaged in Orbit tweaking its mandatory dependency to
sun.security.x509 to an optional dependency.
This project seems to be orphaned, probably because Java 15 added
support for eddsa with JEP339 [1].
This repackaged bundle is no longer available after Orbit was renovated
[2] to consume the vast majority of bundles directly from Maven Central
without repacking them. Hence we have to workaround this (probably
false) mandatory dependency. For that export an empty dummy package
"sun.security.x509" to satisfy OSGi.
[1] https://openjdk.org/jeps/339
[2] https://github.com/eclipse-orbit/orbit-simrel/issues/15
Change-Id: I2267e15823ebce6cf1d448e1e16a129f703e0f80
|
|
|
|
|
|
|
| |
- add target platform for Eclipse 4.30 (2023-12)
- update org.apache.ant to 1.10.14
Change-Id: Ib7fa7cb79e93ecd6009784bc0ad4269bfa71cb29
|
|
|
|
| |
Change-Id: I918e308e71fa978c9f25e3fad63c5f2e94ec3be7
|
|
|
|
| |
Change-Id: I896298f9e94b50dda6c6396e652f4a191a722a68
|
|
|
|
| |
Change-Id: I60ad9ea9300099eeabbb5023d7a5264593e60dc0
|
|
|
|
| |
Change-Id: I6e61278467ad11d28c08ee6b49e04dac0593f3e6
|
|
|
|
| |
Change-Id: Ic62864aaf15388b8f20b2db8aa65d1dcf03465a6
|
|
|
|
| |
Change-Id: Iee257eef4cdc3235db6172e19d8d271ff9988fa4
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch to bundle dependencies for hamcrest 1.3 to avoid issues with
split packages in that version.
Don't allow hamcrest 2.x yet since junit 4.13.2 still requires hamcrest
1.3.
See Orbit restructuring in
https://github.com/orgs/eclipse-orbit/discussions/49
Change-Id: I8faf519b8f2c4e4a6bd255d694d1aa28017acd85
|
|
|
|
| |
Change-Id: Ic569f348106e917001fbaa25a302fc20cca56244
|
|
|
|
| |
Change-Id: I64617b17a168da1966b93c283c150d549477f3e1
|
|
|
|
| |
Change-Id: Ia9de3f9fb6f51ac55a7c551cab4ce199318c1114
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
* stable-6.6:
Update Orbit to R20230531010532 for 2023-06
Bazel: Fix remote build execution for Java 17
Bump bazel vesion to 6.2.0
Change-Id: I107eb2cd1ce3cb7670e7418ffd74a7b94ab858a6
|
| |
| |
| |
| | |
Change-Id: I844efc4bec153931f0a7b3c694bade4f5b166295
|
|/
|
|
| |
Change-Id: I7538759005b9a4eb8f1ae9337ce0056500eb7227
|
|
|
|
| |
Change-Id: I4daae47b8d2e244b78dff5ca072e41153e7e6734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 7e094c6cf32d6b6c2e49c72d506149427e97c5ab.
Reason: the maven artifact has a broken MANIFEST.MF with a mandatory
dependency to sun.security.x509, which is an internal package in the
JDK and moreover not needed by the bundle except for one test class
that isn't in the bundle at all.
This extra dependency makes the JGit tycho packaging build fail when
Tycho 4 is used.
We must keep using the Orbit re-packaging of this artifact, which does
not have this unnecessary mandatory dependency.
Change-Id: Ica15a5ddcada09686de3055b2b3daf081e3c5ffc
Signed-off-by: Thomas Wolf <twolf@apache.org>
|
|
|
|
| |
Change-Id: I4039b56b1cdc54ff1886c2a4973d857d785989c2
|
|
|
|
| |
Change-Id: I08e51450f70f941761539d3f08dd65c5d706dcdc
|
|
|
|
| |
Change-Id: I87d65e66e1cac64ccb744632ea45d06f8b8637fe
|
|
|
|
| |
Change-Id: I5e24a31b78ef3758e1ce84e3b0eacaff1608fcd9
|
|
|
|
| |
Change-Id: I3c2576648748a6c6020c13a604cf5fcd4864aeb8
|
|
|
|
| |
Change-Id: I8e864380fa5eb3006943b78b19f6cbe7ae9f8111
|