jbundler icon indicating copy to clipboard operation
jbundler copied to clipboard

bundler support for jars for jruby

Results 26 jbundler issues
Sort by recently updated
recently updated
newest added

This PR configures Travis build settings. 🛠️ ## Background Example of failed build: https://travis-ci.org/github/mkristian/jbundler/jobs/642414727 I began, by appointing `jdk` values which exist. ## Solution Try to use JDKs existing in...

We are running into this error every time we run `jbundle install` using jbundler 0.9.3 Not sure why it started happening or where to begin fixing this. We also tried...

Currently, one of the dependencies is `bundler ~> 1.5`, but bundler 2.0 came out a few months ago.

Hi, I tried using jbundler and jar-dependencies, but ran into a snag. Here is the `Jarfile`: ```ruby repository "https://repo.maven.apache.org/maven2" jar 'org.eclipse.platform:org.eclipse.swt.cocoa.macosx.x86_64', '3.115.0' ``` And here is the `jbundler install` command...

I'm having an issue where I need to zero down on which jar is bringing in a specific transitive dependency. Whenever I run `jbundle tree`, all I get is a...

Hi, I'm trying to use jbundler and I have noticed that when I run jbundle update I get this warning: ``` unsupported Java version "11", defaulting to 1.7 ``` Can...

This was a giant PITA to track down, but essentially what happens is if you have JRUBY_HOME set (half of our developers did) and your version of jruby is old...

I was new in ruby and rails, I try to run command `bundle exec jbundle install --vendor` but I've this error I use bundler `2.0.2` ERROR: "jbundle install" was called...

Running JBundler command in Docker, results in ``` Step 18/29 : RUN jbundle show ---> Running in aab88275d759 JBundler classpath: * /root/.m2/repository/com/newrelic/agent/java/newrelic-agent/5.3.0/newrelic-agent-5.3.0.jar * /root/.m2/repository/io/github/resilience4j/resilience4j-circuitbreaker/0.17.0/resilience4j-circuitbreaker-0.17.0.jar * /root/.m2/repository/io/vavr/vavr/0.10.0/vavr-0.10.0.jar * /root/.m2/repository/io/vavr/vavr-match/0.10.0/vavr-match-0.10.0.jar * /root/.m2/repository/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar...