Skip to content
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

Do not depend on queue_classic on JRuby #16559

Merged
merged 2 commits into from Aug 19, 2014
Merged

Do not depend on queue_classic on JRuby #16559

merged 2 commits into from Aug 19, 2014

Conversation

splattael
Copy link
Contributor

Before this commit Rails failed to bundle on JRuby:
https://travis-ci.org/rails/rails/jobs/32948994#L268

Reason: https://github.com/ryandotsmith/queue_classic depends on pg which is not supported on JRuby.
The replacement https://github.com/bdon/queue_classic_java seems to be dead and has not been released yet.

After this commit the tests run (with failures) on Travis:
https://travis-ci.org/rails/rails/jobs/32964951

@splattael splattael changed the title Jruby queue classic Do not depend on queue_classic on JRuby Aug 19, 2014
rafaelfranca added a commit that referenced this pull request Aug 19, 2014
Do not depend on queue_classic on JRuby
@rafaelfranca rafaelfranca merged commit 5dca980 into rails:master Aug 19, 2014
@robin850
Copy link
Member

Thanks ! ❤️

@splattael splattael deleted the jruby-queue_classic branch August 20, 2014 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants