-
Notifications
You must be signed in to change notification settings - Fork 67
The project was adapted to RxJava v3.0.1 #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Any chance you could add this to Maven central repository so that i can make use of it before the PR is accepted? I'm trying to avoid cluttering my project with more source modules than i have to. Thanks in advance, and great work! |
I use it from my local Maven and Ivy repositories :-( |
This would have been fine for me as well, but unfortunately my project has several team members, so It's not an ideal solution :/ |
I missed this memo, sorry. I will get on this right now. |
Thanks, I appreciate it :) |
I am confused by the deployment error:
|
This looks like an artificial limitation in the Rest API for Bintray.
From some googling, it looks like this can be resolved in a variety of ways, ranging from deleting the version to using an update command that bumps the version instead. |
I've taken the liberty of creating a Bintray account and publishing a snapshot of the current github repository in case anyone wants to use it in their projects with maven. It can be found here: I've never used bintray before, but i think i set it up correctly. If not, let me know! |
@Speljohan would it be okay if I made you a collaborator? At this point I need to share ownership with someone since I'm busy with some other initiatives. |
I can't promise any huge commitment due to my life situation, but I'll do what i can! |
Thank you, I'm kind of in the same boat. If we can recruit other folks to help I am all for that. My bandwidth is strained now and my work has been changing in nature a lot. I'll see if I can subscribe to get notifications at least. |
I'll at the the very least get the automatic gradle builds back up and running and add RxJava 3 support. Maybe we can get it more coherently organized using GitHub Projects? |
@Speljohan sounds good to me. Thanks for creating the Projects page. |
Sorry for digging up an old issue, but it seems the snapshot on Bintray doesn't work anymore (because Bintray is gone). :( Is there any chance of uploading this artifact into Maven Central? I've used this lib both in my team's project and for educational purposes with my students so having a flexible gradle/maven project is really useful for me. |
Hi folks, I'm too busy to maintain any projects I'm not dogfooding for my own work nowadays. Feel free to fork this and get this rolling under another domain. |
I forked it and released under a different package here https://github.com/torakiki/RxJavaFX |
Thank you for taking care of this! :) Btw, for some reason, your homepage link in Maven Central is wrong. Anyways, thanks! |
Ah, yes, I fixed that, thanks. |
Hi @torakiki, thank you for supporting this! It's really appreciated. Wish I could still help but life's changing priorities in what I can spend time on. I will update the README to let people know you have the best alternative fork now. |
The project was adapted to RxJava v3.0.1 and successfully tested.