simmac / threema-msgapi-sdk-java

Gateway MsgApi SDK - Java
https://gateway.threema.ch
Other
1 stars 3 forks source link

Improve JUnit Usage #15

Closed marschall closed 7 years ago

marschall commented 7 years ago

Improve the way JUnit is used. This commit includes the following changes:

simmac commented 7 years ago

Looks good, thank you!

simmac commented 7 years ago

I will notify Threema about the PRs I merged and reopen them for pulling them into the official branch

marschall commented 7 years ago

@simmac is that repo still maintained? I already opened PRs there

simmac commented 7 years ago

@marschall The threema-ch/threema-msgapi-sdk-java repo is not maintained anymore, unfortunately, the official version of the Threema Gateway Java API is available here though: https://gateway.threema.ch/de/developer/sdk-java

My official branch is just a mirror of the code which can be downloaded on the gateway.threema.ch page. I try to get all the changes we make in this "community enhanced version" of the msgapi into the official version by sending all patches to the Threema team. Once they release a new version on their site, I will merge all commits to the official branch, so that the 'official' branch is always an up-to-date mirror.

tl;dr: This repo is the only maintained one on GitHub. Official version is available at https://gateway.threema.ch/de/developer/sdk-java, the branch simmac:official is a mirror. 'simmac:master' is the "community enhanced" version, I try to get Threema to merge those enhancements into the official version.

marschall commented 7 years ago

That's for clearing that up for me.