biddyweb / socketio-java

Automatically exported from code.google.com/p/socketio-java
0 stars 0 forks source link

Migration to GitHub #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
GitHub is a better place to contribute, pull requests, review and clone 
projects. Some scripts exists to export a Mercurial repo into a Git repo.

I've exported to my GitHub Socket.IO Java here:

https://github.com/mathieucarbou/Socket.IO-Java

Since we really need to contribute a lot, an access to the code base in github 
is a requirement for us. So we've migrated the source there. 

We will still send you patched as long as we can but since we will shortly 
convert the project to Maven and split it in several submodules and also 
migrate to Socket.IO's trunk, it will become more difficult for you to merge. 
It is possible also that we make a lot of API changes to better support DI 
frameworks and perhaps also use execution queues to avoid synchronization 
points in the XHRTransport class. Synchronizing a long block of code calling 
listeners is really not recommended and may lead to poor performances. There 
are a lot of good reasons for this described in Effective Java so I won't 
elaborate here ;-)

I think a good way would be that you move the codebase to your github so that 
we can work on a fork. Then it would be easier for you to integrate changes. 
Mercurial has a plugin to work with Git Repos also.

Let me know what you think about all of this !

Thanks,

Mathieu.

Original issue reported on code.google.com by mathieu....@gmail.com on 21 Jan 2011 at 5:10

GoogleCodeExporter commented 9 years ago
The code has been imported into GitHub (with history) and the last commit 
converts the line endings to LF.

Please fork that project and create push requests.

Original comment by Tad.Glines@gmail.com on 23 Jan 2011 at 11:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I've sent you pull requests for the two other issues i've opened

Original comment by mathieu....@gmail.com on 24 Jan 2011 at 12:35

GoogleCodeExporter commented 9 years ago
The github link is 404 page not found. And there is no other obvious places 
this project has moved to.

Original comment by HendrikU...@nexgo.de on 9 Mar 2011 at 8:56

GoogleCodeExporter commented 9 years ago
The github links are:
https://github.com/tadglines/Socket.IO-Java
https://github.com/Ovea/Socket.IO-Java

The first is current "official" version on github.
The second is Matheu Carbou's fork and also the place where most of the 
development is currently happening.
For now, you'll probably want to use Matheu's version.

Original comment by Tad.Glines@gmail.com on 9 Mar 2011 at 10:47