Skip to content

Commit db52e6f

Browse files
committed
Update for release
1 parent 0578f42 commit db52e6f

File tree

5 files changed

+114
-16
lines changed

5 files changed

+114
-16
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ release:
1414
exe: https://s3.amazonaws.com/jruby.org/downloads/9.4.0.0/jruby_windows_9_4_0_0.exe
1515
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.4.0.0/jruby_windows_x64_9_4_0_0.exe
1616
gem: https://rubygems.org/gems/jruby-jars/versions/9.4.0.0
17+
gem_older: https://rubygems.org/gems/jruby-jars/versions/9.3.10.0
1718
urls:
1819
maven: https://repo1.maven.org/maven2/org/jruby
1920
s3: https://s3.amazonaws.com/jruby.org/downloads
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
layout: post
3+
title: JRuby 9.3.10.0 Released
4+
---
5+
6+
The JRuby community is pleased to announce the release of JRuby 9.3.10.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+
Thank you to our community members who contributed pull requests for this release: [@ahorek]
14+
15+
Ruby Compatibility
16+
------------------
17+
18+
* Various small compatibility fixes. See the issues list.
19+
20+
Platform Support
21+
----------------
22+
23+
* This release includes improved support for the LoongArch64 platform. ([#7260], [#7590], [#7608])
24+
25+
Regexp Regression Fix
26+
---------------------
27+
28+
* Fixed regression which caused longer strings to match slower. ([#7484])
29+
30+
31+
Issues resolved for 9.3.10.0
32+
----------------------------
33+
34+
- [#5588 - OpenSSL::PKey::RSA.new without password results in terminal input failure](https://github.com/jruby/jruby/issues/5588)
35+
- [#6821 - Possible unpacking issue on current 9.3.0.0 with arm64 arch](https://github.com/jruby/jruby/issues/6821)
36+
- [#7260 - JRuby supports a new architecture](https://github.com/jruby/jruby/issues/7260)
37+
- [#7484 - Regression for non matching Regexp in `9.3.4`](https://github.com/jruby/jruby/issues/7484)
38+
- [#7514 - [fix] java_alias-ing for interface methods](https://github.com/jruby/jruby/pull/7514)
39+
- [#7542 - specs for pack/unpack with `j` and `J` formats failing on 32-bit platforms](https://github.com/jruby/jruby/issues/7542)
40+
- [#7545 - public_method_defined? changed value after prepend unrelated module](https://github.com/jruby/jruby/issues/7545)
41+
- [#7546 - Method overriding new does not have super_method from Class](https://github.com/jruby/jruby/issues/7546)
42+
- [#7548 - cannot use T::Struct from sorbet-runtime due to exception](https://github.com/jruby/jruby/issues/7548)
43+
- [#7554 - 1 << (2**40) returns 1 on JRuby](https://github.com/jruby/jruby/issues/7554)
44+
- [#7555 - UnboundMethod#bind should introduce include class](https://github.com/jruby/jruby/pull/7555)
45+
- [#7558 - Raise NoMemoryError for lshift > int max](https://github.com/jruby/jruby/pull/7558)
46+
- [#7559 - Etc#sysconf errors when it shouldn't](https://github.com/jruby/jruby/pull/7559)
47+
- [#7560 - Improvements and greening of 9.3 CI](https://github.com/jruby/jruby/pull/7560)
48+
- [#7562 - Use latest mysql like sequel HEAD](https://github.com/jruby/jruby/pull/7562)
49+
- [#7565 - Process#spawn should call #to_io on non-IO file descriptor objects](https://github.com/jruby/jruby/issues/7565)
50+
- [#7575 - Fix Method#super_method.owner pointing at wrong class](https://github.com/jruby/jruby/pull/7575)
51+
- [#7577 - Fix public_method_defined in presence of prepend](https://github.com/jruby/jruby/pull/7577)
52+
- [#7581 - Use platform bit width for J/j pack directive](https://github.com/jruby/jruby/pull/7581)
53+
- [#7590 - backport Update JNR dependencies](https://github.com/jruby/jruby/pull/7590)
54+
- [#7596 - Java::JavaLang::ClassCastException when initializing instance variable](https://github.com/jruby/jruby/issues/7596)
55+
- [#7598 - instance_eval, module_eval, class_eval cannot yield to block](https://github.com/jruby/jruby/issues/7598)
56+
- [#7605 - Also include frame's block for instance_eval](https://github.com/jruby/jruby/pull/7605)
57+
- [#7608 - Support for LoongArch64](https://github.com/jruby/jruby/pull/7608)
58+
59+
[@ahorek]: https://github.com/ahorek
60+
[#7260]: https://github.com/jruby/jruby/issues/7260
61+
[#7484]: https://github.com/jruby/jruby/issues/7484
62+
[#7590]: https://github.com/jruby/jruby/pull/7590
63+
[#7608]: https://github.com/jruby/jruby/pull/7608

download.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@ <h2 id='current_release_jruby'>Current Release: JRuby 9.4.0.0</h2>
2929
</p>
3030

3131

32-
<p>JRuby 9.3.9.0 is our point release of our Ruby 2.6.x support. Please check out our <a href='/2022/10/24/jruby-9-3-9-0'>release notes</a> for more information.</p>
32+
<p>JRuby 9.3.10.0 is our point release of our Ruby 2.6.x support. Please check out our <a href='/2023/02/01/jruby-9-3-10-0'>release notes</a> for more information.</p>
3333

3434
<p class="trackDownloads">
35-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-bin.tar.gz'>JRuby 9.3.9.0 Binary .tar.gz</a>
36-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-bin.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-bin.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-bin.tar.gz.sha256'>sha256</a>)<br />
37-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-bin.zip'>JRuby 9.3.9.0 Binary .zip</a>
38-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-bin.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-bin.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-bin.zip.sha256'>sha256</a> )<br />
39-
<a href='{{ site.urls.s3 }}/9.3.9.0/jruby_windows_9_3_9_0.exe'>JRuby 9.3.9.0 Windows Executable</a>
40-
(<a href='{{ site.urls.s3 }}/9.3.9.0/jruby_windows_9_3_9_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.9.0/jruby_windows_9_3_9_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.9.0/jruby_windows_9_3_9_0.exe.sha256'>sha256</a>)<br />
41-
<a href='{{ site.urls.s3 }}/9.3.9.0/jruby_windows_x64_9_3_9_0.exe'>JRuby 9.3.9.0 Windows Executable (x64)</a>
42-
(<a href='{{ site.urls.s3 }}/9.3.9.0/jruby_windows_x64_9_3_9_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.9.0/jruby_windows_x64_9_3_9_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.9.0/jruby_windows_x64_9_3_9_0.exe.sha256'>sha256</a>)<br />
35+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.tar.gz'>JRuby 9.3.10.0 Binary .tar.gz</a>
36+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.tar.gz.sha256'>sha256</a>)<br />
37+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.zip'>JRuby 9.3.10.0 Binary .zip</a>
38+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.zip.sha256'>sha256</a> )<br />
39+
<a href='{{ site.urls.s3 }}/9.3.10.0/jruby_windows_9_3_10_0.exe'>JRuby 9.3.10.0 Windows Executable</a>
40+
(<a href='{{ site.urls.s3 }}/9.3.10.0/jruby_windows_9_3_10_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.10.0/jruby_windows_9_3_10_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.10.0/jruby_windows_9_3_10_0.exe.sha256'>sha256</a>)<br />
41+
<a href='{{ site.urls.s3 }}/9.3.10.0/jruby_windows_x64_9_3_10_0.exe'>JRuby 9.3.10.0 Windows Executable (x64)</a>
42+
(<a href='{{ site.urls.s3 }}/9.3.10.0/jruby_windows_x64_9_3_10_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.10.0/jruby_windows_x64_9_3_10_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.10.0/jruby_windows_x64_9_3_10_0.exe.sha256'>sha256</a>)<br />
4343
<!-- we do not push source tarballs to maven yet
44-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-src.tar.gz'>JRuby 9.3.9.0 Source .tar.gz</a>
45-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-src.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-src.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-src.tar.gz.sha256'>sha256</a>)<br />
44+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-src.tar.gz'>JRuby 9.3.10.0 Source .tar.gz</a>
45+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-src.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-src.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-src.tar.gz.sha256'>sha256</a>)<br />
4646
-->
47-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-src.zip'>JRuby 9.3.9.0 Source .zip</a>
48-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-src.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-src.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.9.0/jruby-dist-9.3.9.0-src.zip.sha256'>sha256</a>)<br />
49-
<a href='{{ site.urls.maven }}/jruby-complete/9.3.9.0/jruby-complete-9.3.9.0.jar'>JRuby 9.3.9.0 Complete .jar</a>
50-
(<a href='{{ site.urls.maven }}/jruby-complete/9.3.9.0/jruby-complete-9.3.9.0.jar.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.9.0/jruby-complete-9.3.9.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.9.0/jruby-complete-9.3.9.0.jar.sha256'>sha256</a>)<br />
51-
<a href='{{ site.release.gem }}'>JRuby-jars 9.3.9.0 .gem</a><br />
47+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-src.zip'>JRuby 9.3.10.0 Source .zip</a>
48+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-src.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-src.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-src.zip.sha256'>sha256</a>)<br />
49+
<a href='{{ site.urls.maven }}/jruby-complete/9.3.10.0/jruby-complete-9.3.10.0.jar'>JRuby 9.3.10.0 Complete .jar</a>
50+
(<a href='{{ site.urls.maven }}/jruby-complete/9.3.10.0/jruby-complete-9.3.10.0.jar.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.10.0/jruby-complete-9.3.10.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.10.0/jruby-complete-9.3.10.0.jar.sha256'>sha256</a>)<br />
51+
<a href='{{ site.release.gem_older }}'>JRuby-jars 9.3.10.0 .gem</a><br />
5252
</p>
5353

5454

files/downloads/9.3.10.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.10.0
4+
---
5+
<h1>Files/downloads/9.3.10.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.10.0/jruby-dist-9.3.10.0-bin.tar.gz'>jruby-bin-9.3.10.0.tar.gz</a><br/>
9+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.tar.gz.md5'>jruby-bin-9.3.10.0.tar.gz.md5</a><br/>
10+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.tar.gz.sha1'>jruby-bin-9.3.10.0.tar.gz.sha1</a><br/>
11+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.tar.gz.sha256'>jruby-bin-9.3.10.0.tar.gz.sha256</a><br/>
12+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.zip'>jruby-bin-9.3.10.0.zip</a><br/>
13+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.zip.md5'>jruby-bin-9.3.10.0.zip.md5</a><br/>
14+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.zip.sha1'>jruby-bin-9.3.10.0.zip.sha1</a><br/>
15+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-bin.zip.sha256'>jruby-bin-9.3.10.0.zip.sha256</a><br/>
16+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.10.0/jruby-complete-9.3.10.0.jar'>jruby-complete-9.3.10.0.jar</a><br/>
17+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.10.0/jruby-complete-9.3.10.0.jar.md5'>jruby-complete-9.3.10.0.jar.md5</a><br/>
18+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.10.0/jruby-complete-9.3.10.0.jar.sha1'>jruby-complete-9.3.10.0.jar.sha1</a><br/>
19+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.10.0/jruby-complete-9.3.10.0.jar.sha256'>jruby-complete-9.3.10.0.jar.sha256</a><br/>
20+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-src.zip'>jruby-src-9.3.10.0.zip</a><br/>
21+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-src.zip.md5'>jruby-src-9.3.10.0.zip.md5</a><br/>
22+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-src.zip.sha1'>jruby-src-9.3.10.0.zip.sha1</a><br/>
23+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.10.0/jruby-dist-9.3.10.0-src.zip.sha256'>jruby-src-9.3.10.0.zip.sha256</a><br/>
24+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.10.0/jruby_windows_9_3_10_0.exe'>jruby_windows_9_3_10_0.exe</a><br/>
25+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.10.0/jruby_windows_9_3_10_0.exe.md5'>jruby_windows_9_3_10_0.exe.md5</a><br/>
26+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.10.0/jruby_windows_9_3_10_0.exe.sha1'>jruby_windows_9_3_10_0.exe.sha1</a><br/>
27+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.10.0/jruby_windows_9_3_10_0.exe.sha256'>jruby_windows_9_3_10_0.exe.sha256</a><br/>
28+
29+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.10.0/jruby_windows_x64_9_3_10_0.exe'>jruby_windows_x64_9_3_10_0.exe</a><br/>
30+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.10.0/jruby_windows_x64_9_3_10_0.exe.md5'>jruby_windows_x64_9_3_10_0.exe.md5</a><br/>
31+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.10.0/jruby_windows_x64_9_3_10_0.exe.sha1'>jruby_windows_x64_9_3_10_0.exe.sha1</a><br/>
32+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.10.0/jruby_windows_x64_9_3_10_0.exe.sha256'>jruby_windows_x64_9_3_10_0.exe.sha256</a><br/>
33+
</p>

files/downloads/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ <h1>Files/downloads</h1>
141141
<a href='/files/downloads/9.3.8.0/index.html'>9.3.8.0</a><br/>
142142
<a href='/files/downloads/9.3.9.0/index.html'>9.3.9.0</a><br/>
143143
<a href='/files/downloads/9.3.9.0/index.html'>9.3.9.0</a><br/>
144+
<a href='/files/downloads/9.3.10.0/index.html'>9.3.10.0</a><br/>
144145
<a href='/files/downloads/9.4.0.0/index.html'>9.4.0.0</a><br/>
145146
<a href='https://s3.amazonaws.com/jruby.org/downloads/index.txt'>index.txt</a><br/>
146147
</p>

0 commit comments

Comments
 (0)