jar-dependencies
jar-dependencies copied to clipboard
manage jar dependencies for ruby gems
We are building an application with jars as dependencies. We like jbundler's approach to define deps via Jarfile. We like jar-dependencies support for packaging up all the required deps for...
I get the following warning when doing `gem install psych` on my M1 Macbook Pro with JDK 17: ```ruby jar dependencies for psych-4.0.3-java.gemspec . . . 2022-02-22T19:59:56.015-06:00 [main] WARN FilenoUtil...
@mkristian you are the author of both jar-dependencies and jbundler so you are the best to ask: what is the intended relationship between jbundler and jar-dependencies? Are they solving the...
It would be really nice to have some notion of environments. My understanding is that `Jars::Installer.new.vendor_jars!` looks at anything in [Gem::Specification requirements](https://guides.rubygems.org/specification-reference/#requirements) and installs them into the `ENV['JARS_HOME']` directory. I...
I'm getting an error on TravisCI with jruby 1.7.25, but jruby: ` Gem::LoadError: You have already activated jar-dependencies 0.3.5, but your Gemfile requires jar-dependencies 0.3.9. Prepending `bundle exec` to your...
Hello, I'm currently having an issue embedding a jar without jar-dependencies gem as runtime dependency (sorry if this is not the correct channel of communication). To give you some context,...
Hi @mkristian , I wanted to follow up on https://github.com/lookout/fast-rsa-engine/pull/27 Do you know what might have changed between version 0.3.2 and 0.3.3 that can cause `bundle exec rake` to fail?...
independently of the content of the `Jars.lock` file (it can be empty) all warnings are globally disabled [I believe here](https://github.com/mkristian/jar-dependencies/blob/fd41b794529e3e874f974f28d8886e8d9e94c87d/lib/jar_dependencies.rb#L241). I think that the proper behaviour would be to not...
Hi, I'm trying to setup jar bundler to work on [my fork](https://github.com/andrewvc/logstash-output-elasticsearch_java/blob/native_only/logstash-output-elasticsearch.gemspec#L31) of the logstash elasticsearch output, and when I switched the maven deps from `1.7.1` to `2.0.0-beta1` it stopped...