rsocket / rsocket-java

Java implementation of RSocket
http://rsocket.io
Apache License 2.0
2.36k stars 354 forks source link

reactivesocket -> rsocket #268

Closed benjchristensen closed 7 years ago

benjchristensen commented 7 years ago

What will it take to allow moving this repo to github.com/rsocket/rsocket-java?

I imagine it is:

If I help with the changes above, any reason to not proceed?

viktorklang commented 7 years ago

I guess the biggest reason not to is the prior art (names)

https://www.google.se/search?q=rsocket

(ReactiveSocket comes up this as its first hit)

yschimke commented 7 years ago

@benjchristensen snapshots are broken at the moment

Deploying artifact: https://oss.jfrog.org/oss-snapshot-local/io/rsocket/rsocket-client/0.9-SNAPSHOT/rsocket-client-0.9-SNAPSHOT-javadoc.jar

Caused by: java.io.IOException: Failed to deploy file: HTTP response code: 403. HTTP response message: Forbidden

yschimke commented 7 years ago

Travis Build link is also broken https://github.com/ReactiveSocket/reactivesocket-java

I've reverted that until we rename the top level repository also

https://github.com/ReactiveSocket/reactivesocket-java/commit/9a96d26920e45346b72458267b3ccf6ff3a306b9

mitermayer commented 7 years ago

Is this blocking releases for 1.0.x branch ?

yschimke commented 7 years ago

I assume so. But don't know for sure. Eg release publishing must be diff repo

yschimke commented 7 years ago

@benjchristensen I currently don't have write access to https://github.com/rsocket/rsocket-java/ is that related to the move?

robertroeser commented 7 years ago

@benjchristensen Can we close this or do we need to up the travis build?

yschimke commented 7 years ago

I put back the Travis build link but it's still failing to publish these artifacts (403 error)