mavlink / MAVSDK-Java

MAVSDK client for Java.
68 stars 40 forks source link

Update `mavsdk_server_release` from `v2.1.0` to `v2.12.2` #167

Closed Sefibrah closed 1 week ago

Sefibrah commented 1 week ago

In summary, MAVSDK-Java didn't reflect the latest version for it's mavsdk_server dependency. This PR does this manually (or at least, it will try).

The entire context and inspiration for this PR in this issue here.

Personally, I'd love if this version number could somehow be dynamically set or something... Like a pipeline thing, or such, what do you think? Something like this should be possible, right?

Sefibrah commented 1 week ago

@julianoes when will this reflect in the Maven as well?

JonasVautherin commented 1 week ago

@Sefibrah: It's not enough to just change the version numbers :innocent: @julianoes Do you want me to do the release?

Sefibrah commented 1 week ago

Could I beg to differ, mavsdk_server is quite behind and you fixed quite a bit of issues that the Java community lacks right now, especially the TIMEOUT: Timeout issue... It literally prevents the Java community to do any missions whatsoever (at least it prevented me...)

JonasVautherin commented 1 week ago

I meant that it's not enough to change the version numbers in order to get a release on Maven :see_no_evil:. I just don't know if @julianoes prepared a Maven release or if I should do it.

julianoes commented 1 week ago

I don't know maintain the Java wrapper and don't do the releases. Feel free to do it @JonasVautherin or whoever has maintainer rights.

JonasVautherin commented 1 week ago

I just published it as 2.1.0 to Maven. @Sefibrah it would be appreciated if you could test it once it's out there :blush:.