<!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;">
Emmanuel Bourg pushed to branch upstream at <a href="https://salsa.debian.org/java-team/byte-buddy">Debian Java Maintainers / byte-buddy</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/byte-buddy/-/commit/ee4de902d753528c85b074e8e618c2d32d1c3693">ee4de902</a></strong>
<div>
<span> by Emmanuel Bourg </span> <i> at 2023-06-11T09:47:02+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 1.12.22</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/java-team/byte-buddy/-/commit/36edf2870f15a8f2dcba8eafd94111bcab73e850">36edf287</a></strong>
<div>
<span> by Emmanuel Bourg </span> <i> at 2023-06-11T09:47:16+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 1.12.23</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
26 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#44b9e7c9fc6d410311434b71bbb182c0cc0dae91">
byte-buddy-agent/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#d9fef2347da1232184c37dba5ca2af32a5807828">
byte-buddy-android-test/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#1df966549b53d3c7fc00ccd006674ac0f8f1c272">
byte-buddy-android/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#7514ba93d14d04e087bc1dde8b9a5da8014c83d3">
byte-buddy-benchmark/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#a858574f8067d41528cdab6923e069c222023570">
byte-buddy-dep/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#6985af0d286fa4a76f6228586dcb504e9f0ad67f">
byte-buddy-dep/src/main/java/net/bytebuddy/agent/builder/AgentBuilder.java
</a>
</li>
<li class="file-stats">
<a href="#33c9eba30cdd1cf23462b356f9924d7ff2b0c6bf">
byte-buddy-dep/src/main/java/net/bytebuddy/asm/Advice.java
</a>
</li>
<li class="file-stats">
<a href="#852069dbf5943b81b5c0f21bcfb934809913d3e8">
byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java
</a>
</li>
<li class="file-stats">
<a href="#ee0e4a67cc0bda4067aa48b2488382b7f35cafb2">
<span class="new-file">
+
byte-buddy-dep/src/main/java/net/bytebuddy/build/RenamingPlugin.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#dcd57dbbd0c2eaff024c8a2ccbfedd483d6bbb27">
byte-buddy-dep/src/main/java/net/bytebuddy/implementation/FixedValue.java
</a>
</li>
<li class="file-stats">
<a href="#8a1b6f089db221aa1f017e378f1e982f989f11dc">
byte-buddy-dep/src/main/java/net/bytebuddy/implementation/bind/annotation/Origin.java
</a>
</li>
<li class="file-stats">
<a href="#11644b74bee16e595c3c9e239e6a867c2ad07544">
byte-buddy-dep/src/main/java/net/bytebuddy/implementation/bytecode/member/MethodInvocation.java
</a>
</li>
<li class="file-stats">
<a href="#c576fd07f16c821baf71363c344a8c1ac249c4ae">
<span class="new-file">
+
byte-buddy-dep/src/test/java-7/net/bytebuddy/test/precompiled/v7/AdviceOriginMethodHandle.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#fa83551aa25eb748b059fb035eee79c341c78849">
<span class="new-file">
+
byte-buddy-dep/src/test/java-7/net/bytebuddy/test/precompiled/v7/AdviceOriginMethodHandlesLookup.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#56a36ae785af7de01b92a8b1b0e43623a16c8b87">
<span class="new-file">
+
byte-buddy-dep/src/test/java-7/net/bytebuddy/test/precompiled/v7/AdviceOriginMethodType.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#4a4ed717e28823e6cbbc31cde5800eb8fa46582f">
<span class="new-file">
+
byte-buddy-dep/src/test/java-7/net/bytebuddy/test/precompiled/v7/OriginMethodHandlesLookup.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#03123b5925529b88d55b70fdec9eb0dc82933e5b">
byte-buddy-dep/src/test/java/net/bytebuddy/agent/builder/AgentBuilderDefaultTest.java
</a>
</li>
<li class="file-stats">
<a href="#0aa2851701149d0bbdb0bb13710d9b37d6d84de2">
byte-buddy-dep/src/test/java/net/bytebuddy/asm/AdviceTest.java
</a>
</li>
<li class="file-stats">
<a href="#2732e0b2a3a8225e15e834c5defeddec0f10e730">
byte-buddy-dep/src/test/java/net/bytebuddy/asm/MemberSubstitutionTest.java
</a>
</li>
<li class="file-stats">
<a href="#4cb82de17775ef4608e92bd5f3df3d1ee85cb457">
<span class="new-file">
+
byte-buddy-dep/src/test/java/net/bytebuddy/asm/MemberSubstitutionTypeTest.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#2c1ccc6c443d202355339dc146e5b6af7c8f1c02">
<span class="new-file">
+
byte-buddy-dep/src/test/java/net/bytebuddy/build/RenamingPluginTest.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#e978ae7beead00b974d9308eaf8631096f10f506">
byte-buddy-dep/src/test/java/net/bytebuddy/implementation/FieldAccessorFieldNameExtractorForFixedValueTest.java
→
byte-buddy-dep/src/test/java/net/bytebuddy/implementation/FieldAccessorFieldNameExtractorForArgumentSubstitutionTest.java
</a>
</li>
<li class="file-stats">
<a href="#fdc8b849fcd46aac971471309ce21ef464abfe7c">
byte-buddy-dep/src/test/java/net/bytebuddy/implementation/MethodDelegationOriginTest.java
</a>
</li>
<li class="file-stats">
<a href="#fb7982eeee549f7d62b0359175ef5d96eb33641e">
byte-buddy-dep/src/test/java/net/bytebuddy/implementation/bind/annotation/OriginBinderTest.java
</a>
</li>
<li class="file-stats">
<a href="#96da4e663921c8b7bd78c55b7368c631fc4880b9">
byte-buddy-gradle-plugin/android-plugin/build.gradle
</a>
</li>
<li class="file-stats">
<a href="#c8b1caacfbb989636e0f8c308e22a9562f764158">
byte-buddy-gradle-plugin/android-plugin/src/main/java/net/bytebuddy/build/gradle/android/ByteBuddyAndroidPlugin.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/byte-buddy/-/compare/5fc6d5c06623daab92fe60936afaa82a1830deab...36edf2870f15a8f2dcba8eafd94111bcab73e850">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>