Commit Graph

626 Commits

Author SHA1 Message Date
R. Tyler Croy 900fc4ac08
Attempt to archive artifacts and test results even if something fails 2016-09-02 18:49:40 -07:00
R. Tyler Croy 7304b5c758
java official containers are deprecated in favor of openjdk 2016-09-02 18:49:40 -07:00
R. Tyler Croy 47ca073182
Bind only to nodes that have Docker available 2016-09-02 18:49:39 -07:00
R. Tyler Croy 090c18fbc1
Ensure we're recording artifacts in all subdirs 2016-09-02 18:49:39 -07:00
R. Tyler Croy b41396a2b8
Spin out branches for JDK7 and JDK9 compatibility testing 2016-09-02 18:49:39 -07:00
R. Tyler Croy 26c2ae7717
Add a simple-ish Jenkinsfile for building on JDK8 in parallel on Jenkins 2016-09-02 18:49:39 -07:00
R. Tyler Croy 2cacd12f0b
Upgrade the version of JRuby 1.7.x used in tests for one that can handle spaces
References #280
2016-09-02 18:49:39 -07:00
R. Tyler Croy c987fc02a4
Properly encode our test file URLs
Discovered this when running tests in a directory which has a space in the path.
File.toURL() is deprecated in the JDK anyways:

    This method does not automatically escape characters that are illegal in
    URLs. It is recommended that new code convert an abstract pathname into a URL
    by first converting it into a URI, via the toURI method, and then converting
    the URI into a URL via the URI.toURL method.

Fixes #280
2016-09-02 18:49:37 -07:00
R. Tyler Croy aa03efbb77
Bump to 9.1.4.0 as default to include some regression fixes from @jruby 2016-09-01 15:03:22 -07:00
R. Tyler Croy 07d86c96e7
Woops, missed a spot updating the version 2016-08-30 12:39:18 -07:00
R. Tyler Croy 99a4b97657
Upgrade the release to the latest version 2016-08-30 12:15:55 -07:00
R. Tyler Croy b97b8ce50a
Include more of the example `build.gradle` files in the documentation
Fixes #278
2016-08-30 11:06:05 -07:00
R. Tyler Croy f1127fae05
Bump the version for the new release to 1.3.0 2016-08-30 11:00:58 -07:00
R. Tyler Croy 190de1b893 Merge pull request #274 from rtyler/jrubyjar-jar-dependencies
Allow JRubJar jar-dependencies to be upgraded
2016-07-06 15:41:32 -07:00
R. Tyler Croy e0ec117723
Ensure users of JRubyJar can provide a later jar-dependencies version than the bare minimum
Closes #271
2016-07-03 13:28:35 -07:00
Wenshuai Hou aba2ce38aa
remove hardcoded dep on jar-dependencies 2016-07-03 13:28:35 -07:00
R. Tyler Croy e946ad588d Merge pull request #273 from rtyler/9120
Upgrade jruby-gradle base to the latest JRuby, 9.1.2.0
2016-07-03 13:25:43 -07:00
R. Tyler Croy 76f92f1629
Upgrade jruby-gradle base to the latest JRuby, 9.1.2.0 2016-07-03 12:09:32 -07:00
R. Tyler Croy 66a88ff80e Merge pull request #272 from joankaradimov/fix-manifest-issue
Allow manifest attributes to coexist with Main-Class
2016-07-03 12:03:38 -07:00
Joan Karadimov 89e510e8f2 Allow manifest attributes to coexist with Main-Class 2016-06-13 17:47:22 +03:00
R. Tyler Croy 20f2c934a2
Update the version to accomodate a minor release with 9.0.5.0 2016-02-25 10:40:48 -08:00
R. Tyler Croy ebbd913bf2 Merge pull request #264 from mkristian/new-rubygems-servlets
new rubygems-servlets version
2016-02-17 10:12:39 -08:00
Christian Meier 6cd6a4e1e1 debug travis 2016-02-17 17:46:29 +01:00
Christian Meier ad6db02dd7 new rubygems-servlets version 2016-02-17 10:02:50 +01:00
R. Tyler Croy b459e3e131 Merge pull request #268 from michaelwoodson/fix-nonint-version-ranges
Fix range check for string versions
2016-02-15 15:17:32 -08:00
Michael Woodson 932889a5c4 Try using addon setting to upgrade java 8 2016-02-15 16:50:00 -06:00
Michael Woodson 910cf9c8a5 Try using trusty setting to upgrade travis oraclejdk8. 2016-02-15 16:39:34 -06:00
Michael Woodson 610984d433 Resolve codenarc issues, tweak test names 2016-02-15 10:28:15 -06:00
Michael Woodson b780621e85 Fix range check for string versions
Fixes #267
2016-02-14 10:27:29 -06:00
R. Tyler Croy e030a6b339 Merge pull request #266 from rtyler/9050
Bump the base version of JRuby to 9.0.5.0
2016-02-03 02:09:57 -08:00
R. Tyler Croy 287a66a850
Bump the base version of JRuby to 9.0.5.0
See also: <http://jruby.org/2016/01/26/jruby-9-0-5-0.html>
2016-01-31 03:26:53 -08:00
R. Tyler Croy 689999df12 Merge pull request #261 from mkristian/fixes
Fixes
2015-12-01 07:25:11 -08:00
Christian Meier b81b4f9698 generate .jrubydir files for gems/** and specifications/* as well
fixes #258
2015-12-01 11:28:17 +01:00
Christian Meier dc61d4de12 mainClass needs to be optional for library() case 2015-12-01 11:28:06 +01:00
R. Tyler Croy 12403e45e3 Fix some bulleted list issues in the code of conduct
I copied this wrong before, whoops!
2015-11-18 10:34:07 -08:00
R. Tyler Croy fb17fde186 Merge pull request #259 from rtyler/9040
Upgrade the default base to 9.0.4.0
2015-11-13 21:05:33 -08:00
R. Tyler Croy ea7e00d218
Upgrade the default base to 9.0.4.0
See also: <http://jruby.org/2015/11/13/jruby-9-0-4-0.html>
2015-11-13 10:22:28 -08:00
R. Tyler Croy 38f50d440f
Link to the full source on the homepage to make the documentation more clear
This also adds links to where somebody can edit the page and easily submit a
pull request
2015-11-08 08:53:04 -08:00
R. Tyler Croy 2c3c5004ca Merge pull request #256 from rtyler/new-jruby-9030
Upgrade the default JRuby to 9.0.3.0
2015-10-22 11:37:36 -07:00
R. Tyler Croy 00c5fb8557
Upgrade the default JRuby to 9.0.3.0
See also: <http://jruby.org/2015/10/21/jruby-9-0-3-0.html>

Fixes #255
2015-10-22 11:12:39 -07:00
R. Tyler Croy 80ca0d2459 Merge pull request #253 from rtyler/issues/log-error-202
Log errors when calling an old deprecated 'defaults' API
2015-10-03 17:32:59 -07:00
R. Tyler Croy 94efdf2a4f
Log an error, but don't halt execution, when `defaults 'gems'` is used
Fixes #202
2015-10-03 16:38:36 -07:00
R. Tyler Croy 89a9de42b5
Decouple github page publishing from tagging a release
Fixes #251
2015-10-02 07:45:53 -07:00
R. Tyler Croy 71d594a888 Merge pull request #250 from rtyler/narcnarc
Provide a more full set of CodeNarc rules and the corresponding cleanups
2015-10-01 17:25:23 -07:00
R. Tyler Croy c1eae75d54
Provide a more full set of CodeNarc rules and the corresponding cleanups
This should help make things a bit more clean moving forward. I've been sitting
on these changes for a while and figured I might as well push it the last mile
:)
2015-10-01 17:01:37 -07:00
R. Tyler Croy b0951b90a5 Merge pull request #246 from raelik/missing_gem_bin_fix
Add bin/** to staged files to be included in the jar. Resolves #245
2015-09-30 13:26:33 -07:00
Blane Dabney f0f3d9d123 Add bin/** to staged files to be included in the jar. Resolves #245 2015-09-30 14:56:17 -05:00
R. Tyler Croy 2ffd16505d Merge pull request #244 from rtyler/issues/225-jrubydir-transformer
Generate .jrubydir just-in-time for packing the JRubyJar archive
2015-09-30 08:09:20 -07:00
R. Tyler Croy 0d6764010e
Disable parallel builds to make jetty happy in Travis
@mkristian theorizes that these settings might be responsible for these types
of errors:
    <https://gist.github.com/rtyler/d0b4a011eb43d0f47203>
2015-09-30 07:43:31 -07:00
R. Tyler Croy 371bee8d29
Ensure that the shadow plugin code will be loaded in the classpath for gradleTest 2015-09-29 15:29:06 -07:00