<!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, "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, -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, -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;">
Markus Koschany pushed to branch upstream at <a href="https://salsa.debian.org/java-team/undertow">Debian Java Maintainers / undertow</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/undertow/-/commit/0e818337cda9d9e18f6fe7c329b5b2d868034a77">0e818337</a></strong>
<div>
<span> by Markus Koschany </span> <i> at 2023-08-20T23:16:03+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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 2.3.8</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#899ce9c202bf7bb5480e72836c3edc773c9c4244">
.github/workflows/ci.yml
</a>
</li>
<li class="file-stats">
<a href="#8d7f05af983699379e73b780b7df7e8e1eba7d50">
benchmarks/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#76401d80919958a0380f14132adf8b8fc9c3d6ea">
core/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#78eed8323a244d3818921c157a25778e52fbd9b6">
core/src/main/java/io/undertow/UndertowLogger.java
</a>
</li>
<li class="file-stats">
<a href="#2b64767cff02317ee5e316c810fb6b9068a5481f">
core/src/main/java/io/undertow/UndertowMessages.java
</a>
</li>
<li class="file-stats">
<a href="#7c91784087a34dc4296a94bbd561f0ccf9364a73">
core/src/main/java/io/undertow/UndertowOptions.java
</a>
</li>
<li class="file-stats">
<a href="#e5e601e59ddab9f8b96862c2df245cae5f115d73">
core/src/main/java/io/undertow/attribute/SslClientCertAttribute.java
</a>
</li>
<li class="file-stats">
<a href="#2ec257a6b969b8227526bdb0daf6140e44c1d8a0">
core/src/main/java/io/undertow/attribute/TransportProtocolAttribute.java
</a>
</li>
<li class="file-stats">
<a href="#71792c0c9874488e11ace16ceeb0a512681f1325">
core/src/main/java/io/undertow/conduits/DeflatingStreamSinkConduit.java
</a>
</li>
<li class="file-stats">
<a href="#ccd4e0ca2581885e5b9019ef7d646b8ff8bea1f1">
core/src/main/java/io/undertow/conduits/GzipStreamSinkConduit.java
</a>
</li>
<li class="file-stats">
<a href="#d750efa8f2d301d91739358739d6a5980fface0d">
core/src/main/java/io/undertow/conduits/InflatingStreamSourceConduit.java
</a>
</li>
<li class="file-stats">
<a href="#ce995a5f29eefb832374bb5f719e22a5bce1c10a">
core/src/main/java/io/undertow/io/BlockingReceiverImpl.java
</a>
</li>
<li class="file-stats">
<a href="#2ad5f698ba5e24b478fbdd7af1c6044bf8eb6ccb">
core/src/main/java/io/undertow/io/BlockingSenderImpl.java
</a>
</li>
<li class="file-stats">
<a href="#fccfde68b36b8ef6afcecf55d6f87e44c41dca10">
<span class="deleted-file">
−
core/src/main/java/io/undertow/protocols/alpn/JDK9AlpnProvider.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#2f466b423063f07d5dd147329cd57cf1a64ba75e">
<span class="deleted-file">
−
core/src/main/java/io/undertow/protocols/alpn/JettyAlpnProvider.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#66a0995e8b0067ca1350327fa21d51d21d828703">
core/src/main/java/io/undertow/protocols/alpn/JDK8HackAlpnProvider.java
→
core/src/main/java/io/undertow/protocols/alpn/ModularJdkAlpnProvider.java
</a>
</li>
<li class="file-stats">
<a href="#c06edba21c9a8a46ec8ada439d0f5b799e98d2d9">
core/src/main/java/io/undertow/protocols/http2/HpackDecoder.java
</a>
</li>
<li class="file-stats">
<a href="#8d0dc450098166a12b7b2c55000c273ff6106049">
core/src/main/java/io/undertow/protocols/http2/Http2Channel.java
</a>
</li>
<li class="file-stats">
<a href="#af6a1a70dcb8c059fe13c17e012ec23b6d40643a">
<span class="deleted-file">
−
core/src/main/java/io/undertow/protocols/ssl/ALPNHackClientByteArrayOutputStream.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#634e34dbdee4f539524d4e1d5d3384533ddc8035">
<span class="deleted-file">
−
core/src/main/java/io/undertow/protocols/ssl/ALPNHackClientHelloExplorer.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#93e246ad42f53996125eef10872af0cf7851f86e">
<span class="deleted-file">
−
core/src/main/java/io/undertow/protocols/ssl/ALPNHackSSLEngine.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#ac970c78a6d391a2be6209f5f04fbb338d1b2122">
<span class="deleted-file">
−
core/src/main/java/io/undertow/protocols/ssl/ALPNHackServerByteArrayOutputStream.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#2bb96b18dafc6bee74d779d83e241ed4874c0713">
<span class="deleted-file">
−
core/src/main/java/io/undertow/protocols/ssl/ALPNHackServerHelloExplorer.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#e58ade4a8ccb553ffe34baf317aa79ee1bd4fbb1">
core/src/main/java/io/undertow/protocols/ssl/SslConduit.java
</a>
</li>
<li class="file-stats">
<a href="#39ade5e0e77f073de725bc6ce25ea346bf99a02c">
core/src/main/java/io/undertow/protocols/ssl/UndertowXnioSsl.java
</a>
</li>
<li class="file-stats">
<a href="#dd3bfd0c1f6863c83ac2ec0dca2398843684b843">
core/src/main/java/io/undertow/security/api/SecurityContext.java
</a>
</li>
<li class="file-stats">
<a href="#b6b1a0d96d9c2098203ad5b9b56ac9a130503a02">
core/src/main/java/io/undertow/security/api/SecurityContextFactory.java
</a>
</li>
<li class="file-stats">
<a href="#81cc5789bb7d8ed5c93482c453375db4f78218c5">
core/src/main/java/io/undertow/security/impl/SimpleNonceManager.java
</a>
</li>
<li class="file-stats">
<a href="#ef3aa23c0503fff5a66e37576a57ee3e07b27691">
core/src/main/java/io/undertow/security/impl/SingleSignOnAuthenticationMechanism.java
</a>
</li>
<li class="file-stats">
<a href="#14fe2f82b612caab0f4e0b3e5a5bee2fe3349950">
core/src/main/java/io/undertow/server/BasicSSLSessionInfo.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/undertow/-/commit/0e818337cda9d9e18f6fe7c329b5b2d868034a77">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>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/java-team/undertow/-/commit/0e818337cda9d9e18f6fe7c329b5b2d868034a77"}}</script>
</p>
</div>
</body>
</html>