<!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=utf-8" 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: .875rem;
}
body {
-webkit-text-shadow: hsla(0,0%,100%,.01) 0 0 1px;
}
body {
font-family: "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: hsla(0,0%,100%,.01) 0 0 1px; font-family: "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 debian/sid at <a href="https://salsa.debian.org/java-team/jruby-joni">Debian Java Maintainers / jruby-joni</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/e5f376196837ebaed19bedabd5180d9269d7a86b">e5f37619</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2023-06-07T12:49:43-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[maven-release-plugin] prepare for next development iteration
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/6a0d556f7c24d77b0735e3d4fcfc2e3207174b4d">6a0d556f</a></strong>
<div>
<span> by Sebastian Thomschke </span> <i> at 2023-06-14T12:56:24+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>minor code cleanup (#73)
* style: remove unnecessary semicolons
* style: add missing `@Override` annotations
* style: access Thread.interrupted() statically
* fix: transitive dependency compiler warning: in org.joni.Regex class
"The type `Encoding` from module org.jruby.jcodings may not be accessible to clients due to missing 'requires transitive'"</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/fa2d9061970645554be3287909e6caf303be0449">fa2d9061</a></strong>
<div>
<span> by Arthur Chan </span> <i> at 2023-08-03T12:03:29+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix invalid character handling
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/029e37877a468de040a6dfe91863b5fce0fe12de">029e3787</a></strong>
<div>
<span> by Arthur Chan </span> <i> at 2023-08-04T14:54:09+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add limit for regex length
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/c13a66a08ee4910a56535e24dbcde553922752fb">c13a66a0</a></strong>
<div>
<span> by Arthur Chan </span> <i> at 2023-08-04T18:07:05+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix missing import statement
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/4fdf9262eaf50c256e1ca56b10757e76b14caeae">4fdf9262</a></strong>
<div>
<span> by Thomas E Enebo </span> <i> at 2023-08-04T17:54:46-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge pull request #74 from arthurscchan/fix-invalid-char
Fix invalid character handling</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/434e5f681dde39565fd67c2eca1d21580f062965">434e5f68</a></strong>
<div>
<span> by Arthur Chan </span> <i> at 2023-08-07T13:07:07+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix config logic
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/5cd8965c5c4a88f5ab2deac5bd7397f62fca72a1">5cd8965c</a></strong>
<div>
<span> by Arthur Chan </span> <i> at 2023-08-07T14:41:49+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix length calculation
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/c187bb24e17219147c3cc8ebd62d152b794ea3b5">c187bb24</a></strong>
<div>
<span> by Thomas E Enebo </span> <i> at 2023-08-09T10:41:51-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge pull request #75 from arthurscchan/regex-limit
Add limit for regex length</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/3d2a277876a7b822d3115447231e2d4372038a16">3d2a2778</a></strong>
<div>
<span> by kares </span> <i> at 2023-09-06T11:45:02+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[test] reproduce jruby/jruby#7730
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/d4696c4f6dcdd1484895abae4b9b3c62874759e1">d4696c4f</a></strong>
<div>
<span> by Thomas E Enebo </span> <i> at 2023-09-06T11:23:07-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge pull request #65 from kares/jruby-7730
[test] reproduce jruby/jruby#7730</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/c13681d362dca850de13b288c4069e14c12c154f">c13681d3</a></strong>
<div>
<span> by Thomas E. Enebo </span> <i> at 2024-05-10T15:05:17-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Implement simplest linear check (which will work until joni opts some stack operations to be linear via caching)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/619f7c46747f443c543a63cfecc5d77b4d5da536">619f7c46</a></strong>
<div>
<span> by Thomas E. Enebo </span> <i> at 2024-05-14T08:39:34-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Implement ability to timeout execution of a regexp
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/18cf4fa190c89e6c6fac5a2173780a287de3e29b">18cf4fa1</a></strong>
<div>
<span> by Thomas E. Enebo </span> <i> at 2024-05-14T08:41:40-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Remove extra print
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/3750dcbf58cb5cfad76c1a3ae11cc2be65ba7fe1">3750dcbf</a></strong>
<div>
<span> by Thomas E Enebo </span> <i> at 2024-05-16T08:11:46-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge pull request #78 from jruby/timeout
Implement ability to timeout execution of a regexp</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/648837c5033354adc0f36386a1aaa8af3a51f055">648837c5</a></strong>
<div>
<span> by Thomas E. Enebo </span> <i> at 2024-05-16T10:38:13-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>up default regexp size since this is definitely not enough for Ruby stdlib regexps
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/486d1dd07fd0739fa106a7f50ac4fb7dcc2dc59c">486d1dd0</a></strong>
<div>
<span> by Thomas E. Enebo </span> <i> at 2024-07-24T14:33:33-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Ignore .tool-versions as I use mise and it allows loose syntax in this file unlike asdf
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/03ac9a5afdb9fcf8cb7815fdae9da60825a266bd">03ac9a5a</a></strong>
<div>
<span> by Thomas E. Enebo </span> <i> at 2024-07-24T14:39:35-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Make joni.regex_max_length opt-in as it will break existing users with big intentional regexps
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/56954b722b9e383bf5e55f38b71e5e9f72c1ba1a">56954b72</a></strong>
<div>
<span> by sebthom </span> <i> at 2025-01-10T22:03:55+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>refact: remove redundant specification of type arguments</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/735e63eb6f09ec08e8ec8afe980402b335fa55d5">735e63eb</a></strong>
<div>
<span> by sebthom </span> <i> at 2025-01-10T22:04:40+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>refact: add default serialVersionUID</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/f938d27176a737561132a9350869a740a762bcb3">f938d271</a></strong>
<div>
<span> by sebthom </span> <i> at 2025-01-10T22:06:19+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>refact: remove unused import</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/b14cf6315394ba038e438b7e48d8ea588983badd">b14cf631</a></strong>
<div>
<span> by sebthom </span> <i> at 2025-01-10T23:00:04+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>refact: use multi catch</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/93145697a2206e5f23cdfff5efb348f64f14ef69">93145697</a></strong>
<div>
<span> by sebthom </span> <i> at 2025-01-10T23:00:04+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>refact: move the array designators [] to the type
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/d5b8f7813c10c6fd7557c62edc400d9c3ba232c5">d5b8f781</a></strong>
<div>
<span> by sebthom </span> <i> at 2025-01-10T23:00:04+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>refact: remove redundant modifiers</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/e5cc8a79ae649b5d8b894d14a376870bc9c544ce">e5cc8a79</a></strong>
<div>
<span> by sebthom </span> <i> at 2025-01-10T23:14:21+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>fix: change Java target from 1.7 to 1.8</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/89b709412cddb5baa0f3b145c6a28ecf7ecab46e">89b70941</a></strong>
<div>
<span> by sebthom </span> <i> at 2025-01-10T23:21:48+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>build: upgrade maven plugins</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/184a4cf74669881d3833477f2645d5eb3787a850">184a4cf7</a></strong>
<div>
<span> by sebthom </span> <i> at 2025-01-10T23:25:04+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>build: upgrade maven wrapper to 3.3.2 and maven to 3.9.9</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/f5c6884eb0f2f1c0bf9eecd712fecd7f573cc9e8">f5c6884e</a></strong>
<div>
<span> by sebthom </span> <i> at 2025-01-10T23:38:42+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ci: improve GHA workflow config</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/d3a34921569ae54f85b9d68a3b5b0f86999e3b8e">d3a34921</a></strong>
<div>
<span> by sebthom </span> <i> at 2025-01-10T23:45:42+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>docs: update README</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/d920d636a09fa5b9694cbd817ddc2d2c7e97cca6">d920d636</a></strong>
<div>
<span> by sebthom </span> <i> at 2025-01-10T23:59:06+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>fix: MANIFEST.MF contains outdated version</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/afd50a8f7d4f8338a17527005076901272d7983c">afd50a8f</a></strong>
<div>
<span> by Haozhun Jin </span> <i> at 2025-01-11T00:13:34+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>fix: char class casefold for certain chars</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/20445408120bf3aca15c3419995e30d83a894134">20445408</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-01-15T17:35:03-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge pull request #79 from sebthom/refact
refact: code cleanup</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/3ec6da92d86d512cd64ca20b0ef93cadc511b151">3ec6da92</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-01-15T17:35:39-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge pull request #80 from sebthom/java-8
fix: change Java target from 1.7 to 1.8</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/832cce4eea830703c0f3fd90f31c9bcc35092184">832cce4e</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-01-15T17:36:09-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge pull request #81 from sebthom/deps
build: upgrade maven, maven plugins, maven wrapper</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/e66cac216ce5670bfd4b112dd3d8114d3143d952">e66cac21</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-01-15T17:37:01-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge pull request #82 from sebthom/gha
ci: improve GHA workflow config</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/2b1d2d4231f47693eca94691832a2497f2d53691">2b1d2d42</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-01-15T17:37:33-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge pull request #83 from sebthom/docs
docs: update README</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/a8bdae16cc2ad211996d1544c4cd4d378e02d8cf">a8bdae16</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-01-15T17:38:01-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge pull request #84 from sebthom/manifest
fix: MANIFEST.MF contains outdated version</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/720d2a2122795132fd2a27d72074b3fabce9d34f">720d2a21</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-01-16T11:32:18-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update jcodings to 1.0.60
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/c798f96d9be197fc69b195c79b9bf45b2ab72bd4">c798f96d</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-01-16T11:36:13-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[maven-release-plugin] prepare release joni-2.2.2
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/f14e0ede5de53824e5150dab50b72d349f317037">f14e0ede</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-01-16T11:36:15-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[maven-release-plugin] prepare for next development iteration
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/b4893a079901f11d2277ad365bc898acd844538a">b4893a07</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-01-16T18:23:06-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update jcodings to 1.0.61
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/0bf8be20bc154461ea560dfaa0074617a6300e51">0bf8be20</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-01-16T18:24:39-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[maven-release-plugin] prepare release joni-2.2.3
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/64eb19faad8ea95b7360bc05e0628fcce4b23363">64eb19fa</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-01-16T18:24:41-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[maven-release-plugin] prepare for next development iteration
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/de23ab08e6d677646f9fddc2b73a9044cc0bd0d4">de23ab08</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-02-27T15:35:20-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge pull request #85 from sebthom/case-folding
fix: char class casefold for certain chars
We are incorporating this fix as-is but it may change if the CRuby/Onigmo maintainers come up with something better or more comprehensive.
See https://bugs.ruby-lang.org/issues/21162</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/e3c4e03f7d9d752621b67ed3b33f8bbcaf315c1e">e3c4e03f</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-03-03T12:00:57-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Restructure and rename to match Onigmo
This better aligns the code so it's easier to track differences.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/9102f6dc40e5b300c20025335de7664c96f4ae0e">9102f6dc</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-03-03T12:52:28-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update to latest jcodings
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/8038338be45fcd9eae43b77ae818c4019712519c">8038338b</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-03-03T12:53:24-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[maven-release-plugin] prepare release joni-2.2.4
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/a7ec7ddb155d47151c83f0387d78f780f5b28abd">a7ec7ddb</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-03-03T12:53:26-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[maven-release-plugin] prepare for next development iteration
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/a14bf335ff01de8ecf0e07f84510f06cb7002acd">a14bf335</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-03-06T21:50:45-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[maven-release-plugin] prepare release joni-2.2.5
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/33f85800b2c33c092a8981c2322f021ad69d8a8c">33f85800</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-03-06T21:50:47-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[maven-release-plugin] prepare for next development iteration
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/5c77c2e0b24f5f6b166026d87d4646920d9ed68d">5c77c2e0</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-03-28T08:42:58-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix multiplex backreferences near end of string in regexp match
See https://bugs.ruby-lang.org/issues/18631
See https://github.com/ruby/ruby/pull/5710
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/ddb21e42d308fa98bd373c53cab4e6913653bbdf">ddb21e42</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-03-28T16:33:57-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge pull request #87 from headius/multiplex_backrefs
Fix multiplex backreferences near end of string in regexp match</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/c607318fef3b7d709c75201f309f6c938c24a16a">c607318f</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-03-28T16:54:35-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[maven-release-plugin] prepare release joni-2.2.6
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/65b181b42b8d3737ecf55be0d84f3bf46e76b129">65b181b4</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2025-03-28T16:54:37-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[maven-release-plugin] prepare for next development iteration
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/fae8628743bfdb2c6b2bf02d4be7567d785e354f">fae86287</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2026-02-24T18:02:06-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Move to new Maven Central deploy system
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/ccfe0c420ed0fbd2fdaa28a366462c911a39cb7f">ccfe0c42</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2026-02-24T18:02:47-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update to jcodings 1.0.64
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/57fd57b4f977813a7b4b35e0179943b1f06f51d7">57fd57b4</a></strong>
<div>
<span> by Charles Oliver Nutter </span> <i> at 2026-02-24T18:07:00-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Version 2.2.7
* Upgrade jcodings to 1.0.64 for Unicode 17 support
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/f001ec099a84d8ab4a28f25b0a061e35ad7cab7c">f001ec09</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2026-08-25T12:35:28-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/watch: update to v5 format
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/6f090526fcaaab460a0d7947cb598e7d4c6776d7">6f090526</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2026-08-25T12:46:42-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge tag 'joni-2.2.7' into debian/sid
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/ca5433849c3e1dede2d0be7a94ff49536e91eb27">ca543384</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2026-08-25T12:47:45-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>run wrap-and-sort -bastk
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/45060c5d40187206e5236c8d879cd31207501938">45060c5d</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2026-08-25T12:48:10-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/control: build using headless jdk
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/54cf0ffeddfd5f1bcfbd19b337138cf47eddf832">54cf0ffe</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2026-08-25T16:48:38+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Remove redundant Priority: optional from source stanza.
Changes-By: lintian-brush
Fixes: lintian: source: redundant-priority-optional-field
See-also: https://lintian.debian.org/tags/redundant-priority-optional-field.html
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/e18797c4a62d12c1609915497f4793e7a93d8f41">e18797c4</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2026-08-25T16:48:38+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update standards version to 4.7.4, no changes needed.
Upgrade checklist verified:
4.6.2 → 4.7.0:
* Package does not use dpkg-divert
4.7.0 → 4.7.1:
* Package does not install to non-/usr paths
4.7.3 → 4.7.4:
* Package is not in non-free-firmware
Changes-By: lintian-brush
Fixes: lintian: source: ancient-standards-version 4.6.2 (released 2022-12-17) (current is 4.7.4.1)
See-also: https://lintian.debian.org/tags/ancient-standards-version.html
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/b79559b6d13ed03fa7232d47a859d491e865c931">b79559b6</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2026-08-25T16:48:42+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Removed Rules-Requires-Root
Changes-By: lintian-brush
Fixes: lintian: source: redundant-rules-requires-root-no-field [debian/control]
See-also: https://lintian.debian.org/tags/redundant-rules-requires-root-no-field.html
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/31148efca537eabdf0529c90d2ee00b02dc2166f">31148efc</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2026-08-25T13:09:35-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>implement jar classpath modification using javahelper
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/455b6cc6ee418af0001da801353efae02df8b6cd">455b6cc6</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2026-08-25T13:09:46-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>drop unwanted maven plugin
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/java-team/jruby-joni/-/commit/3290e3fbf6214c859ee38ec6f64684996528688c">3290e3fb</a></strong>
<div>
<span> by Jérôme Charaoui </span> <i> at 2026-08-25T13:20:01-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; 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 for 2.2.7-1 release
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
66 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#c709f6995f23dae0da365bff70068f8288fa89e0">
.github/workflows/maven.yml
</a>
</li>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#817994591bde2912de89324d18df5fa3029e7571">
<span class="deleted-file">
−
.mvn/wrapper/maven-wrapper.jar
</span>
</a>
</li>
<li class="file-stats">
<a href="#32e074f71d16c1e88ac02aa83592ca6ad1fd98a8">
.mvn/wrapper/maven-wrapper.properties
</a>
</li>
<li class="file-stats">
<a href="#f3a9ba3f2adafc412f073f9aacc1ce1c8b30b2fd">
<span class="deleted-file">
−
MANIFEST.MF
</span>
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#21d9b9a26ae887857a7cd21ede31f2ff4f0c9ba2">
<span class="new-file">
+
debian/libjruby-joni-java.classpath
</span>
</a>
</li>
<li class="file-stats">
<a href="#26121dc92cd4cd9822d2e9e2b619b799bf9a51f4">
debian/maven.ignoreRules
</a>
</li>
<li class="file-stats">
<a href="#9a88a7b66c63ecb6896fa16bba536708ab5dea8f">
<span class="deleted-file">
−
debian/patches/0003-add-class-path-for-jcodings.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#bc34014ab4b9a49dd7a27bdd8d352912607c3a96">
<span class="deleted-file">
−
debian/patches/series
</span>
</a>
</li>
<li class="file-stats">
<a href="#8756c63497c8dc39f7773438edf53b220c773f67">
debian/rules
</a>
</li>
<li class="file-stats">
<a href="#68ef9f98c01c7eecd4c605cc26048a06f3304b79">
debian/watch
</a>
</li>
<li class="file-stats">
<a href="#5d837c4ed85ecaaf932c506e80ff5d7b9f3d590d">
mvnw
</a>
</li>
<li class="file-stats">
<a href="#1f1763f358c257ea3515417352b82b0165647ad1">
mvnw.cmd
</a>
</li>
<li class="file-stats">
<a href="#442292b8a7efeabbe4cc176709b833b1792140ec">
pom.xml
</a>
</li>
<li class="file-stats">
<a href="#cdc434daeee688944ced38ff1c9875422db88382">
src/module-info.java
</a>
</li>
<li class="file-stats">
<a href="#852a33a9d44e5427bc02a50150259de4cfbf6f5f">
src/org/joni/Analyser.java
</a>
</li>
<li class="file-stats">
<a href="#519816e25fcaf4122679b052ae8961805da3c898">
src/org/joni/ApplyCaseFold.java
</a>
</li>
<li class="file-stats">
<a href="#d3cff798eb0d0290bd2e202ea5ffd48a677730d3">
src/org/joni/BitSet.java
</a>
</li>
<li class="file-stats">
<a href="#1c188779b9beb8b6212db56509dcb8fb7a0504c4">
src/org/joni/ByteCodeMachine.java
</a>
</li>
<li class="file-stats">
<a href="#3906cc396180da34b8967915bf81a1f92ce8e885">
src/org/joni/CodeRangeBuffer.java
</a>
</li>
<li class="file-stats">
<a href="#11fac550f25eb6ce7a10a79974d8e8d182bc3a0e">
src/org/joni/Config.java
</a>
</li>
<li class="file-stats">
<a href="#9cfd928c3fb7f6b8e65c3f0107ecef68c529fa6b">
src/org/joni/Lexer.java
</a>
</li>
<li class="file-stats">
<a href="#353ec24b75a2ffeee5c1507bca6a039917fbe425">
src/org/joni/Matcher.java
</a>
</li>
<li class="file-stats">
<a href="#8fb51676ad5e922d221b8ae750607fa80f0ce444">
src/org/joni/MatcherFactory.java
</a>
</li>
<li class="file-stats">
<a href="#028de10edd10eda5937fe5269a8e135e1075ec5d">
src/org/joni/MinMaxLen.java
</a>
</li>
<li class="file-stats">
<a href="#2d174bace4e83621be9977f14feb01ae0b787911">
src/org/joni/MultiRegion.java
</a>
</li>
<li class="file-stats">
<a href="#f137009c6257f2476197a40f92ec26d6dcff6021">
src/org/joni/NameEntry.java
</a>
</li>
<li class="file-stats">
<a href="#73b283f40b8261d7c5a1b311d6d00d8e9d14f28e">
src/org/joni/OptExactInfo.java
</a>
</li>
<li class="file-stats">
<a href="#07892f538cda71005b15993ca77ba9159330c6eb">
src/org/joni/OptMapInfo.java
</a>
</li>
<li class="file-stats">
<a href="#5f23295509af50dcdd026f8992b07d79fb2506f1">
src/org/joni/Parser.java
</a>
</li>
<li class="file-stats">
<a href="#e3a14322f2aafd33cba28cb1c103d496445b8e74">
src/org/joni/Regex.java
</a>
</li>
<li class="file-stats">
<a href="#013df40e388e891f4be6716bbc489417c48bd7a4">
src/org/joni/Region.java
</a>
</li>
<li class="file-stats">
<a href="#e29b6dc61b2b42ce7a716a59b7d37aeb8f185134">
src/org/joni/ScanEnvironment.java
</a>
</li>
<li class="file-stats">
<a href="#37f8d5362c53b9c02e0c4cc38916f428b168bfa9">
src/org/joni/Search.java
</a>
</li>
<li class="file-stats">
<a href="#3404a8a71001d40a06541fc4b01b8b73420aedeb">
src/org/joni/SingleRegion.java
</a>
</li>
<li class="file-stats">
<a href="#ceb9fae41c966877868b44a8159d9f737671ab30">
src/org/joni/StackMachine.java
</a>
</li>
<li class="file-stats">
<a href="#c1bdad04cf3cae46e1489e3c00e5968660774191">
src/org/joni/UnsetAddrList.java
</a>
</li>
<li class="file-stats">
<a href="#92131291f663c5b49a498401ae95710f7f4a93e4">
src/org/joni/WarnCallback.java
</a>
</li>
<li class="file-stats">
<a href="#7db498768f26bd3d4d464a25fc4c8311d3bc73a3">
src/org/joni/ast/BackRefNode.java
</a>
</li>
<li class="file-stats">
<a href="#8926210f8d9dd382cd2c4af2ff53292a6854ce44">
src/org/joni/ast/CClassNode.java
</a>
</li>
<li class="file-stats">
<a href="#4b5f37365626ba1936186d3bb0dd7c889e0bbf7e">
src/org/joni/ast/Node.java
</a>
</li>
<li class="file-stats">
<a href="#cad91f5c6ac94f95d5b343fa581562dccbb8235b">
src/org/joni/ast/QuantifierNode.java
</a>
</li>
<li class="file-stats">
<a href="#17da544a6e65179da9e641e321a59ec5fc2c4d2a">
src/org/joni/constants/MetaChar.java
</a>
</li>
<li class="file-stats">
<a href="#2ef177c23ff8566e6fd367a361fba02182a5871f">
src/org/joni/constants/SyntaxProperties.java
</a>
</li>
<li class="file-stats">
<a href="#e6f8ab2a6cb188ef86d2dbbff7957f51854304fd">
src/org/joni/constants/internal/AnchorType.java
</a>
</li>
<li class="file-stats">
<a href="#461f3a3dc0b1265999da826fd83b2af2e2e72767">
src/org/joni/constants/internal/Arguments.java
</a>
</li>
<li class="file-stats">
<a href="#ca7a0c7a609eaa4fb9108435a26bf94026259142">
src/org/joni/constants/internal/EncloseType.java
</a>
</li>
<li class="file-stats">
<a href="#517173652a2a89ec86d32a4be9df1570fba2d5e2">
src/org/joni/constants/internal/NodeStatus.java
</a>
</li>
<li class="file-stats">
<a href="#c9ea04c646af30f9978f3018b75c6cedbe6148be">
src/org/joni/constants/internal/NodeType.java
</a>
</li>
<li class="file-stats">
<a href="#65e9b32d0e1e4a0b99ef5ef4bee2a5ccb0495f8f">
src/org/joni/constants/internal/OPCode.java
</a>
</li>
<li class="file-stats">
<a href="#240168bd83b045248387c605968b5506cb691dbd">
src/org/joni/constants/internal/OPSize.java
</a>
</li>
<li class="file-stats">
<a href="#35ea250ab1f763a37432d1b03610761c9f47e3a0">
src/org/joni/constants/internal/StackPopLevel.java
</a>
</li>
<li class="file-stats">
<a href="#fc62f4437d9d9fda1fad00f6e909201eb4200f42">
src/org/joni/constants/internal/StackType.java
</a>
</li>
<li class="file-stats">
<a href="#9bff8d79ace000cd5a01dfd9010251e5e4d813b0">
src/org/joni/constants/internal/StringType.java
</a>
</li>
<li class="file-stats">
<a href="#336d7775feac372a1e2b4754dd1332d287118f3a">
src/org/joni/constants/internal/TargetInfo.java
</a>
</li>
<li class="file-stats">
<a href="#9d60aa2f6343caa0e7627b8e38247fcdf425e8f3">
src/org/joni/constants/internal/Traverse.java
</a>
</li>
<li class="file-stats">
<a href="#a1ff85570c91704cb4052f7784355fa72f772a0d">
src/org/joni/exception/ErrorMessages.java
</a>
</li>
<li class="file-stats">
<a href="#352960476dbfc355229e38131b15df25fcec5a5b">
<span class="new-file">
+
src/org/joni/exception/TimeoutException.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#d04d0124c2ea9c5142cf1a29330882bf5d72e5f1">
test/org/joni/test/Test.java
</a>
</li>
<li class="file-stats">
<a href="#8e6acda1b811160682d4abcbfb5fdfdcaf15a642">
<span class="new-file">
+
test/org/joni/test/TestCaseInsensitive.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#c8d16138f24804a2c149c6c4368c4ceb135a55c2">
test/org/joni/test/TestInterrupt.java
</a>
</li>
<li class="file-stats">
<a href="#dae7039290ee0d6edc6d5fdf15b98f70c943a375">
test/org/joni/test/TestU.java
</a>
</li>
<li class="file-stats">
<a href="#98ae767cc3a8b1762a9c6c3517ed5ce4bf24abe1">
<span class="new-file">
+
test/org/joni/test/TestUtf8CaseFoldingLatin1Supplement.java
</span>
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .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: #626168;">
—
<br>
<a href="https://salsa.debian.org/java-team/jruby-joni/-/compare/fd208aca6e871a0597fa02589656b6a2e5a9e469...3290e3fbf6214c859ee38ec6f64684996528688c">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>
<span style="color: transparent; font-size: 0; display: none; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://salsa.debian.org/java-team/jruby-joni/-/compare/fd208aca6e871a0597fa02589656b6a2e5a9e469...3290e3fbf6214c859ee38ec6f64684996528688c at 1787682389
</span>
</p>
</div>
</body>
</html>