eclipse-jgit / jgit

JGit, the Java implementation of git
https://www.eclipse.org/jgit/
Other
92 stars 31 forks source link

Keep target platform dependencies up-to-date #55

Closed merks closed 1 month ago

merks commented 2 months ago

Description

Description

Orbit generates a report for JGit's target platform:

https://github.com/eclipse-orbit/orbit-simrel/blob/main/report/maven-osgi/jgit/REPORT.md

You can literally copy and paste this updated version:

https://github.com/eclipse-orbit/orbit-simrel/blob/main/report/maven-osgi/jgit/updated.target

to replace this version:

https://raw.githubusercontent.com/eclipse-jgit/jgit/master/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target

The reports are generally regenerated 5+ times per week.


Minor Updates

Motivation

It's best to use the latest dependencies.

Alternatives considered

No response

Additional context

No response

msohn commented 2 months ago

Pushed this series for review to fix this https://eclipse.gerrithub.io/c/eclipse-jgit/jgit/+/1194979

merks commented 1 month ago

@msohn

The same question as for EGit arises for JGit:

https://github.com/eclipse-egit/egit/issues/34#issuecomment-2120233046

Never mind...

I.e., is there are purpose to multiple versions of this artifact?

https://github.com/eclipse-jgit/jgit/blob/cac835835d2e7789f2a01c03da83b44185668269/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd#L20-L29

merks commented 1 month ago

FYI, the report generator now generates an updated *.tpd:

https://github.com/eclipse-orbit/orbit-simrel/blob/main/report/maven-osgi/jgit/updated.tpd

msohn commented 1 month ago

updates were submitted