<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Jérôme Charaoui pushed to branch experimental at <a href="https://salsa.debian.org/java-team/jruby">Debian Java Maintainers / jruby</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/java-team/jruby/-/commit/9acd04d0451424187ce0b4cdf90451bae7fcf90b">9acd04d0</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2024-02-18T20:14:07-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>New upstream version 9.4.5.0+ds</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/java-team/jruby/-/commit/41e7fa99725069a1aa6d77acfdb6d0cbc0e71de3">41e7fa99</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2024-02-18T21:00:30-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/rules: drop get-orig-source target

the target isn't necessary because since "component=rubygems" is
set under "[export-orig]" in d/gbp.conf, gbp export-orig will export
both the main source tarball in addition to the component tarball
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/java-team/jruby/-/commit/5947656f45879972318c12d1dd91f278db3600fe">5947656f</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2024-02-18T21:00:31-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/gbp.conf: add postimport for rubygems download
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/java-team/jruby/-/commit/492b126a75b54cf5fb3a45ef2eeb77a63f56763e">492b126a</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2024-02-18T21:00:32-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>improve rubygems download script

- better cleanup on interrupt/exit
- use GBP_UPSTREAM_VERSION variable
- refuse to overwrite existing tarball
- do pristine-tar commit at the end
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/java-team/jruby/-/commit/e406514826c6b80074672af1cad804248e6a2253">e4065148</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2024-02-18T21:00:33-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update upstream source from tag 'upstream/9.4.5.0+ds'

Update to upstream version '9.4.5.0+ds'
with Debian dir 8a6c3b86d8ae2734d23139e4282e0dd71d008c9c</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/java-team/jruby/-/commit/ce4f36a15d26c0d9fe77e421fd39090f0c31ff8d">ce4f36a1</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2024-02-18T21:00:33-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/patches: drop patches applied upstream
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/java-team/jruby/-/commit/ea6907ad9d5417085adaff2968d85eaa6474cc6f">ea6907ad</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2024-02-18T21:00:34-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/patches: refresh patches for new upstream version
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/java-team/jruby/-/commit/6e37c62bd27c8e46693dd38898099a61b064c55c">6e37c62b</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2024-02-18T23:35:15-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/patches: add upstream patch to fix mri-stdlib test
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/java-team/jruby/-/commit/144bb50a1836d7ea348e04f35e5c34a02eb0a3c5">144bb50a</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2024-02-19T10:15:37-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/tests: improve common prepare function

- use AUTOPKGTEST_TMP instead of /tmp to benefit from post-test cleanup
- use gem-version instead of shell globs
- use GEM_PATH instead of GEM_HOME, avoids need to copy stdlib
- use symlinks instead of copying files
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/java-team/jruby/-/commit/aa5520643c44f638ede556c262ea81bb9d9a1570">aa552064</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2024-02-19T10:16:57-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update changelog
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
27 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#899ce9c202bf7bb5480e72836c3edc773c9c4244">
.github/workflows/ci.yml
</a>
</li>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#9ef6b6e323b7b6d782d251cf3768c38f0e78d975">
.mvn/extensions.xml
</a>
</li>
<li class="file-stats">
<a href="#b33892fbddeffc3368077b4904ad0b3d562a7312">
VERSION
</a>
</li>
<li class="file-stats">
<a href="#451c7aedc5b58de54707e9b7d4e56402a3ac74e7">
bin/jruby.sh
</a>
</li>
<li class="file-stats">
<a href="#a063a60ac78b34582167b8fc916d5433d33063a7">
core/pom.rb
</a>
</li>
<li class="file-stats">
<a href="#76401d80919958a0380f14132adf8b8fc9c3d6ea">
core/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#fab80f404afacf5a973d8d975adbb6646e39faa2">
core/src/main/java/org/jruby/EvalType.java
</a>
</li>
<li class="file-stats">
<a href="#e6722c99c049edbb2683c3a533c91f240a1c3f8e">
<span class="new-file">
+
core/src/main/java/org/jruby/FiberScheduler.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#56bbece4120123a7c1958ce0d40a1936acdf362a">
core/src/main/java/org/jruby/Main.java
</a>
</li>
<li class="file-stats">
<a href="#99068d4c11c0950b8db66f6aad82571114a501d6">
core/src/main/java/org/jruby/Ruby.java
</a>
</li>
<li class="file-stats">
<a href="#7b80876bff843a8587e7f27d49ee915f9bc186bb">
core/src/main/java/org/jruby/RubyArgsFile.java
</a>
</li>
<li class="file-stats">
<a href="#a5dee44d19bb60e3db73da90962534c16d59d8fb">
core/src/main/java/org/jruby/RubyArray.java
</a>
</li>
<li class="file-stats">
<a href="#ed29fc52d0b9fc6075c9f0a1957ba540269500eb">
core/src/main/java/org/jruby/RubyBasicObject.java
</a>
</li>
<li class="file-stats">
<a href="#7a36ca5af948279aec497dc375f393a434e6b0b9">
core/src/main/java/org/jruby/RubyBinding.java
</a>
</li>
<li class="file-stats">
<a href="#dafb16ab9f40de20c2f42dc7db20784a08cefc1f">
core/src/main/java/org/jruby/RubyClass.java
</a>
</li>
<li class="file-stats">
<a href="#6702cc2bb30d131584114c4b3535410490658c01">
core/src/main/java/org/jruby/RubyComplex.java
</a>
</li>
<li class="file-stats">
<a href="#aad166a4073722c68d493fc4b889c8798535a6b2">
core/src/main/java/org/jruby/RubyConverter.java
</a>
</li>
<li class="file-stats">
<a href="#a19ee0c8501715009b85b5693d8e612ba514ed53">
core/src/main/java/org/jruby/RubyDir.java
</a>
</li>
<li class="file-stats">
<a href="#066af0f3651db32fa16aae6fcdf5583776442aba">
core/src/main/java/org/jruby/RubyEnumerator.java
</a>
</li>
<li class="file-stats">
<a href="#6836de52c2050660ed6b48cfa5642d31de7ccde9">
core/src/main/java/org/jruby/RubyException.java
</a>
</li>
<li class="file-stats">
<a href="#adbb0ef6885854fc553b142d341fa79cf96236f5">
core/src/main/java/org/jruby/RubyFile.java
</a>
</li>
<li class="file-stats">
<a href="#45bc7495ac7fdb2e4c17eb538bb645db8afb7068">
core/src/main/java/org/jruby/RubyFloat.java
</a>
</li>
<li class="file-stats">
<a href="#bf8083019f70a9d76e235caba34a6c3d8a718500">
core/src/main/java/org/jruby/RubyGC.java
</a>
</li>
<li class="file-stats">
<a href="#528e50edbad80ede9077270349ad71bacdb5e41e">
core/src/main/java/org/jruby/RubyGenerator.java
</a>
</li>
<li class="file-stats">
<a href="#0ab1bc05fa38170c63316363a28d89cabedbf9ad">
core/src/main/java/org/jruby/RubyHash.java
</a>
</li>
<li class="file-stats">
<a href="#57aa2a3e1a4a47120a1cd7be8fdc21784a81031d">
core/src/main/java/org/jruby/RubyIO.java
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">
The diff was not included because it is too large.
</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">

<br>
<a href="https://salsa.debian.org/java-team/jruby/-/compare/65e0b144bf1bdaf817d1c6e5a9a0333ce6739ce7...aa5520643c44f638ede556c262ea81bb9d9a1570">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>



</p>
</div>
</body>
</html>