<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Tony Mancill pushed to branch master
at <a href="https://salsa.debian.org/java-team/disruptor">Debian Java Maintainers / disruptor</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/java-team/disruptor/commit/fa9451b4f7fd9acaee9df7b620f8ce48d806bfe0">fa9451b4</a></strong>
<div>
<span>by tony mancill</span>
<i>at 2018-06-24T10:54:50-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 3.4.2</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/java-team/disruptor/commit/64d1f3f33fdf8b96f76dcab316c35ee27627052d">64d1f3f3</a></strong>
<div>
<span>by tony mancill</span>
<i>at 2018-06-24T10:54:51-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update upstream source from tag 'upstream/3.4.2'

Update to upstream version '3.4.2'
with Debian dir cbac04676e8f160e37038c899ec7b876ec1f7d09</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/java-team/disruptor/commit/fdfe25c9efe161a12822a43686334dd7f31557f1">fdfe25c9</a></strong>
<div>
<span>by tony mancill</span>
<i>at 2018-06-24T16:32:43-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Set target=1.9 and specify "-XDignore.symbol.file" in debian/pom.xml

Also remove 1.5 source/target levels from debian/maven.properties.

This addresses FTBFS with openjdk-10 "package sun.misc does not exist"
(Debian: #902317)

Note that the approach of specifying the javac option (as per [1])

  --add-exports jdk.unsupported/jdk.internals=sun.misc

will result in a successful compilation on the command-line, but not
in conjuction with maven-compiler-plugin, which adds --release to the
compilation and results in the following error:

  [ERROR] error: exporting a package from system module jdk.unsupported is not allowed with --release

[1] https://docs.oracle.com/javase/9/migrate/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/java-team/disruptor/commit/c82d3f077d8b763246cad81a067c8eec6e1f3175">c82d3f07</a></strong>
<div>
<span>by tony mancill</span>
<i>at 2018-06-24T22:12:24-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Enable tests
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/java-team/disruptor/commit/e9a5817454422b2e268942b69cfe0ea7daac3e4f">e9a58174</a></strong>
<div>
<span>by tony mancill</span>
<i>at 2018-06-24T22:13:11-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare changelog for upload
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#f07866736216be0ee2aba49e392191aeae700a35">
build.gradle
</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="#26121dc92cd4cd9822d2e9e2b619b799bf9a51f4">
debian/maven.ignoreRules
</a>
</li>
<li class="file-stats">
<a href="#d006b76813d91cccc2a85e222d10982eb5d52728">
debian/maven.properties
</a>
</li>
<li class="file-stats">
<a href="#58530b38acb0fa3a65612c676abaea46c4a3f2f3">
debian/maven.rules
</a>
</li>
<li class="file-stats">
<a href="#6b5e4e8e92519d4b45a498414a0baffa7de80e40">
debian/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#911396a68e3e85e118a188d8a8840b525e297cda">
runoffheap.sh
</a>
</li>
<li class="file-stats">
<a href="#1b5f7ee13531d321f65e65d06de5b98240cdb9d5">
src/main/java/com/lmax/disruptor/AggregateEventHandler.java
</a>
</li>
<li class="file-stats">
<a href="#5d4e9966c7de861b3931ee74917de966161dc02f">
src/main/java/com/lmax/disruptor/BlockingWaitStrategy.java
</a>
</li>
<li class="file-stats">
<a href="#5f635afb2532a3b77b8afdb3c7f536ccfefd137c">
src/main/java/com/lmax/disruptor/BusySpinWaitStrategy.java
</a>
</li>
<li class="file-stats">
<a href="#cf903e43546ee2e8faec77bd0121cbf83d3ab1d8">
src/main/java/com/lmax/disruptor/EventHandler.java
</a>
</li>
<li class="file-stats">
<a href="#7423dba11f611b4d519f89492a06a3dcdc0ae192">
src/main/java/com/lmax/disruptor/EventProcessor.java
</a>
</li>
<li class="file-stats">
<a href="#cf357a6bc6939459bdd990186293f4d0be04509b">
<span class="deleted-file">

src/main/java/com/lmax/disruptor/Foo.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#1c7e51da5620d61464d9d44454b077d14546cc00">
src/main/java/com/lmax/disruptor/LiteBlockingWaitStrategy.java
</a>
</li>
<li class="file-stats">
<a href="#14443bdde5b4fe444f705f1b3a345ece3b377590">
src/main/java/com/lmax/disruptor/SequenceGroup.java
</a>
</li>
<li class="file-stats">
<a href="#6752479455bc3955f5321722a754102182e75424">
src/main/java/com/lmax/disruptor/SleepingWaitStrategy.java
</a>
</li>
<li class="file-stats">
<a href="#ec9a1bb2f17b02a424d781683d55fee509117215">
src/main/java/com/lmax/disruptor/WorkerPool.java
</a>
</li>
<li class="file-stats">
<a href="#15197f815826021165905d6c1de7214ab9c51f81">
src/main/java/com/lmax/disruptor/YieldingWaitStrategy.java
</a>
</li>
<li class="file-stats">
<a href="#2b0a8ef5ea0fec7afbb86ee90b098721fae8239b">
<span class="deleted-file">

src/main/java/com/lmax/disruptor/collections/Histogram.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#9e942a56082316f94373ffab4189e474233b0c6c">
src/main/java/com/lmax/disruptor/dsl/BasicExecutor.java
</a>
</li>
<li class="file-stats">
<a href="#c995ca96941cb83130cdc0c97d7c91dfa82caf8e">
src/main/java/com/lmax/disruptor/dsl/ConsumerRepository.java
</a>
</li>
<li class="file-stats">
<a href="#02a67799accaec0c944fdcc180aa920a9bfeb437">
src/main/java/com/lmax/disruptor/dsl/Disruptor.java
</a>
</li>
<li class="file-stats">
<a href="#9ff41fd26b2ff7afb401d98b0468354d26cb3efc">
src/main/java/com/lmax/disruptor/dsl/EventHandlerGroup.java
</a>
</li>
<li class="file-stats">
<a href="#402bd6f8e7c0cb88c645b95cc823df478c3a43e3">
src/main/java/com/lmax/disruptor/dsl/ExceptionHandlerSetting.java
</a>
</li>
<li class="file-stats">
<a href="#1163877a2bce6c70e0f5a491490cc8331676caa8">
<span class="new-file">
+
src/main/java/com/lmax/disruptor/util/ThreadHints.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#85ae8edcc640685de3589e6cadc8230e2142b02c">
src/main/java/com/lmax/disruptor/util/Util.java
</a>
</li>
<li class="file-stats">
<a href="#80ec7a44ccb7024e38bfa816c6ea8303de579f35">
src/perftest/java/com/lmax/disruptor/offheap/OneToOneOffHeapThroughputTest.java
</a>
</li>
<li class="file-stats">
<a href="#7b6b7c71de72647aa6edbeda01f509b3d6489104">
src/perftest/java/com/lmax/disruptor/offheap/OneToOneOnHeapThroughputTest.java
</a>
</li>
</ul>
<h5>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: #777;">

<br>
<a href="https://salsa.debian.org/java-team/disruptor/compare/be6110967119c94f54f922c68e17dceb725c106f...e9a5817454422b2e268942b69cfe0ea7daac3e4f">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.

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