Skip to content

Commit 7203c64

Browse files
committed
Update for 9.3.7.0
1 parent d947d67 commit 7203c64

File tree

5 files changed

+98
-25
lines changed

5 files changed

+98
-25
lines changed

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ markdown: kramdown
77
permalink: date
88
# JRuby-specific info here; goes into the "site" jekyll variable
99
release:
10-
url: /2022/06/27/jruby-9-3-6-0.html
11-
version: 9.3.6.0
12-
tar: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.tar.gz
13-
zip: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.zip
14-
exe: https://s3.amazonaws.com/jruby.org/downloads/9.3.6.0/jruby_windows_9_3_6_0.exe
15-
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.3.6.0/jruby_windows_x64_9_3_6_0.exe
16-
gem: https://rubygems.org/gems/jruby-jars/versions/9.3.6.0
10+
url: /2022/08/16/jruby-9-3-7-0.html
11+
version: 9.3.7.0
12+
tar: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz
13+
zip: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip
14+
exe: https://s3.amazonaws.com/jruby.org/downloads/9.3.7.0/jruby_windows_9_3_7_0.exe
15+
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.3.7.0/jruby_windows_x64_9_3_7_0.exe
16+
gem: https://rubygems.org/gems/jruby-jars/versions/9.3.7.0
1717
urls:
1818
maven: https://repo1.maven.org/maven2/org/jruby
1919
s3: https://s3.amazonaws.com/jruby.org/downloads
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: post
3+
title: JRuby 9.3.7.0 Released
4+
---
5+
6+
The JRuby community is pleased to announce the release of JRuby 9.3.7.0
7+
8+
* Homepage: [https://www.jruby.org/](https://www.jruby.org/)
9+
* Download: [https://www.jruby.org/download](https://www.jruby.org/download)
10+
11+
JRuby 9.3.x is compatible with Ruby 2.6.x and stays in sync with C Ruby. As always there is a mix of miscellaneous fixes so be sure to read the issue list below.
12+
13+
Thanks to our contributors this cycle for helping to improve stability and compatibility of JRuby 9.3: [@evaniainbrooks], [@k77ch7] [@ccutrer] [@jimtng]
14+
15+
### 22 Github Issues resolved for 9.3.7.0
16+
17+
- [#7120 - Gem.install caused a BootstrapMethodError](https://github.com/jruby/jruby/issues/7120)
18+
- [#7185 - Spurious constant replacement warning when using include_package](https://github.com/jruby/jruby/issues/7185)
19+
- [#7211 - require_relative doesn't work inside Jar with 9.3.4.0](https://github.com/jruby/jruby/issues/7211)
20+
- [#7218 - Empty rescue block returns exception object instead of nil](https://github.com/jruby/jruby/issues/7218)
21+
- [#7264 - update jar-dependencies gem hooks](https://github.com/jruby/jruby/pull/7264)
22+
- [#7267 - Circular exception handling can cause infinite loop since 9.3.4.0](https://github.com/jruby/jruby/issues/7267)
23+
- [#7268 - com.sun.nio.file.ExtendedOpenOption not available in OSGi bundles on Windows since JRuby 9.3.0.0](https://github.com/jruby/jruby/issues/7268)
24+
- [#7271 - Fix BootstrapMethodError in runtime helpers](https://github.com/jruby/jruby/pull/7271)
25+
- [#7279 - simple timeout script does not work](https://github.com/jruby/jruby/issues/7279)
26+
- [#7280 - Eliminate JI-specific const replacement warning](https://github.com/jruby/jruby/pull/7280)
27+
- [#7281 - Use the wide versions of these functions always](https://github.com/jruby/jruby/pull/7281)
28+
- [#7282 - Fixes #7218. Empty rescue block returns exception object instead of nil.](https://github.com/jruby/jruby/pull/7282)
29+
- [#7288 - Clear errinfo after each finalizer runs](https://github.com/jruby/jruby/pull/7288)
30+
- [#7289 - Revert "update jar-dependencies gem hooks"](https://github.com/jruby/jruby/pull/7289)
31+
- [#7291 - update jar-dependencies 0.4.2 reference in lib/pom.rb](https://github.com/jruby/jruby/pull/7291)
32+
- [#7292 - Always pass filename into AOT root scope creation](https://github.com/jruby/jruby/pull/7292)
33+
- [#7298 - Revert "update jar-dependencies 0.4.2 reference in lib/pom.rb"](https://github.com/jruby/jruby/pull/7298)
34+
- [#7299 - Fix for issue 7256: Undefined constants when including a module that has been prepended](https://github.com/jruby/jruby/pull/7299)
35+
- [#7302 - Fix for issue 7256 (jruby-9.3)](https://github.com/jruby/jruby/pull/7302)
36+
- [#7304 - Only use NOSHARE_DELETE if accessible](https://github.com/jruby/jruby/pull/7304)
37+
- [#7306 - Syntax Error occurs in regex](https://github.com/jruby/jruby/issues/7306)
38+
- [#7314 - Fix parsing Regexp for #7306](https://github.com/jruby/jruby/pull/7314)
39+

download.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
---
55
<h1 id='jruby_downloads'>JRuby Downloads</h1>
66

7-
<h2 id='current_release_jruby'>Current Release: JRuby 9.3.6.0</h2>
7+
<h2 id='current_release_jruby'>Current Release: JRuby 9.3.7.0</h2>
88

9-
<p>JRuby 9.3.6.0 is our point release of our Ruby 2.6.x support. Please check out our <a href='/2022/06/27/jruby-9-3-6-0'>release notes</a> for more information.</p>
9+
<p>JRuby 9.3.7.0 is our point release of our Ruby 2.6.x support. Please check out our <a href='/2022/08/16/jruby-9-3-7-0'>release notes</a> for more information.</p>
1010

1111
<p class="trackDownloads">
12-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.tar.gz'>JRuby 9.3.6.0 Binary .tar.gz</a>
13-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.tar.gz.sha256'>sha256</a>)<br />
14-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.zip'>JRuby 9.3.6.0 Binary .zip</a>
15-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.zip.sha256'>sha256</a> )<br />
16-
<a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_9_3_6_0.exe'>JRuby 9.3.6.0 Windows Executable</a>
17-
(<a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_9_3_6_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_9_3_6_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_9_3_6_0.exe.sha256'>sha256</a>)<br />
18-
<a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_x64_9_3_6_0.exe'>JRuby 9.3.6.0 Windows Executable (x64)</a>
19-
(<a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_x64_9_3_6_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_x64_9_3_6_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_x64_9_3_6_0.exe.sha256'>sha256</a>)<br />
12+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz'>JRuby 9.3.7.0 Binary .tar.gz</a>
13+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz.sha256'>sha256</a>)<br />
14+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip'>JRuby 9.3.7.0 Binary .zip</a>
15+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip.sha256'>sha256</a> )<br />
16+
<a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_9_3_7_0.exe'>JRuby 9.3.7.0 Windows Executable</a>
17+
(<a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_9_3_7_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_9_3_7_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_9_3_7_0.exe.sha256'>sha256</a>)<br />
18+
<a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_x64_9_3_7_0.exe'>JRuby 9.3.7.0 Windows Executable (x64)</a>
19+
(<a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_x64_9_3_7_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_x64_9_3_7_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_x64_9_3_7_0.exe.sha256'>sha256</a>)<br />
2020
<!-- we do not push source tarballs to maven yet
21-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.tar.gz'>JRuby 9.3.6.0 Source .tar.gz</a>
22-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.tar.gz.sha256'>sha256</a>)<br />
21+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.tar.gz'>JRuby 9.3.7.0 Source .tar.gz</a>
22+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.tar.gz.sha256'>sha256</a>)<br />
2323
-->
24-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.zip'>JRuby 9.3.6.0 Source .zip</a>
25-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.zip.sha256'>sha256</a>)<br />
26-
<a href='{{ site.urls.maven }}/jruby-complete/9.3.6.0/jruby-complete-9.3.6.0.jar'>JRuby 9.3.6.0 Complete .jar</a>
27-
(<a href='{{ site.urls.maven }}/jruby-complete/9.3.6.0/jruby-complete-9.3.6.0.jar.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.6.0/jruby-complete-9.3.6.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.6.0/jruby-complete-9.3.6.0.jar.sha256'>sha256</a>)<br />
28-
<a href='{{ site.release.gem }}'>JRuby-jars 9.3.6.0 .gem</a><br />
24+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.zip'>JRuby 9.3.7.0 Source .zip</a>
25+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.zip.sha256'>sha256</a>)<br />
26+
<a href='{{ site.urls.maven }}/jruby-complete/9.3.7.0/jruby-complete-9.3.7.0.jar'>JRuby 9.3.7.0 Complete .jar</a>
27+
(<a href='{{ site.urls.maven }}/jruby-complete/9.3.7.0/jruby-complete-9.3.7.0.jar.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.7.0/jruby-complete-9.3.7.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.7.0/jruby-complete-9.3.7.0.jar.sha256'>sha256</a>)<br />
28+
<a href='{{ site.release.gem }}'>JRuby-jars 9.3.7.0 .gem</a><br />
2929
</p>
3030

3131
<p>JRuby 9.2.21.0 is our point release of our Ruby 2.5.x support. Please check out our <a href='/2022/06/27/jruby-9-2-21-0'>release notes</a> for more information.</p>

files/downloads/9.3.7.0/index.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: main
3+
title: Files/downloads/9.3.7.0
4+
---
5+
<h1>Files/downloads/9.3.7.0</h1>
6+
<p class="trackDownloads">
7+
<a href='/files/downloads/index.html'>..</a><br/>
8+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz'>jruby-bin-9.3.7.0.tar.gz</a><br/>
9+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz.md5'>jruby-bin-9.3.7.0.tar.gz.md5</a><br/>
10+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz.sha1'>jruby-bin-9.3.7.0.tar.gz.sha1</a><br/>
11+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz.sha256'>jruby-bin-9.3.7.0.tar.gz.sha256</a><br/>
12+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip'>jruby-bin-9.3.7.0.zip</a><br/>
13+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip.md5'>jruby-bin-9.3.7.0.zip.md5</a><br/>
14+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip.sha1'>jruby-bin-9.3.7.0.zip.sha1</a><br/>
15+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip.sha256'>jruby-bin-9.3.7.0.zip.sha256</a><br/>
16+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.7.0/jruby-complete-9.3.7.0.jar'>jruby-complete-9.3.7.0.jar</a><br/>
17+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.7.0/jruby-complete-9.3.7.0.jar.md5'>jruby-complete-9.3.7.0.jar.md5</a><br/>
18+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.7.0/jruby-complete-9.3.7.0.jar.sha1'>jruby-complete-9.3.7.0.jar.sha1</a><br/>
19+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.7.0/jruby-complete-9.3.7.0.jar.sha256'>jruby-complete-9.3.7.0.jar.sha256</a><br/>
20+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.zip'>jruby-src-9.3.7.0.zip</a><br/>
21+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.zip.md5'>jruby-src-9.3.7.0.zip.md5</a><br/>
22+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.zip.sha1'>jruby-src-9.3.7.0.zip.sha1</a><br/>
23+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.zip.sha256'>jruby-src-9.3.7.0.zip.sha256</a><br/>
24+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.7.0/jruby_windows_9_3_7_0.exe'>jruby_windows_9_3_7_0.exe</a><br/>
25+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.7.0/jruby_windows_9_3_7_0.exe.md5'>jruby_windows_9_3_7_0.exe.md5</a><br/>
26+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.7.0/jruby_windows_9_3_7_0.exe.sha1'>jruby_windows_9_3_7_0.exe.sha1</a><br/>
27+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.7.0/jruby_windows_9_3_7_0.exe.sha256'>jruby_windows_9_3_7_0.exe.sha256</a><br/>
28+
29+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.7.0/jruby_windows_x64_9_3_7_0.exe'>jruby_windows_x64_9_3_7_0.exe</a><br/>
30+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.7.0/jruby_windows_x64_9_3_7_0.exe.md5'>jruby_windows_x64_9_3_7_0.exe.md5</a><br/>
31+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.7.0/jruby_windows_x64_9_3_7_0.exe.sha1'>jruby_windows_x64_9_3_7_0.exe.sha1</a><br/>
32+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.7.0/jruby_windows_x64_9_3_7_0.exe.sha256'>jruby_windows_x64_9_3_7_0.exe.sha256</a><br/>
33+
</p>

files/downloads/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ <h1>Files/downloads</h1>
136136
<a href='/files/downloads/9.3.3.0/index.html'>9.3.3.0</a><br/>
137137
<a href='/files/downloads/9.3.4.0/index.html'>9.3.4.0</a><br/>
138138
<a href='/files/downloads/9.3.5.0/index.html'>9.3.5.0</a><br/>
139-
<a href='/files/downloads/9.3.5.0/index.html'>9.3.6.0</a><br/>
139+
<a href='/files/downloads/9.3.6.0/index.html'>9.3.6.0</a><br/>
140+
<a href='/files/downloads/9.3.7.0/index.html'>9.3.7.0</a><br/>
140141
<a href='https://s3.amazonaws.com/jruby.org/downloads/index.txt'>index.txt</a><br/>
141142
</p>

0 commit comments

Comments
 (0)