You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2019. It is now read-only.
There are obviously many pieces of this library that don't play well with JRuby (forking in particular), but most of the lower level pieces do work well. However, there's a problem with use of the AWS::Flow::Core::Future class -- it's referenced without namespace in several places in the code, and in JRuby, in at least some load orders, Future is resolved to java.util.concurrent.Future, resulting in errors such as:
NoMethodError undefined method `new' for Java::JavaUtilConcurrent::Future:Module
I know this library is effectively unmaintained right now, but I'm sharing this in case others run into the same problem.
The text was updated successfully, but these errors were encountered:
There are obviously many pieces of this library that don't play well with JRuby (forking in particular), but most of the lower level pieces do work well. However, there's a problem with use of the AWS::Flow::Core::Future class -- it's referenced without namespace in several places in the code, and in JRuby, in at least some load orders, Future is resolved to java.util.concurrent.Future, resulting in errors such as:
I know this library is effectively unmaintained right now, but I'm sharing this in case others run into the same problem.
The text was updated successfully, but these errors were encountered: