danielmcclure / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 1 forks source link

Un-fork Orchid #619

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The author of Orchid has started maintaining the upstream version again and has 
merged in the bitcoinj fixes we've made.

We should check to see what differences remain, if any, and open pull requests. 
Once there are no more differences we should switch to using upstream somehow. 
Brian doesn't like Maven Central as he thinks it's insecure - and he's right, 
but unfortunately it's also the standard that our developers expect. So we may 
still need to maintain a no-op fork that just renamespaces things so we can 
upload it to Maven Central ..... either that, or we use git submodules, or keep 
it in our own source tree and just snapshot from upstream from time to time.

Original issue reported on code.google.com by mh.in.en...@gmail.com on 4 May 2015 at 11:38