[Git][java-team/disruptor][master] 5 commits: New upstream version 3.4.2
Tony Mancill
gitlab at salsa.debian.org
Mon Jun 25 06:18:23 BST 2018
Tony Mancill pushed to branch master at Debian Java Maintainers / disruptor
Commits:
fa9451b4 by tony mancill at 2018-06-24T10:54:50-07:00
New upstream version 3.4.2
- - - - -
64d1f3f3 by tony mancill at 2018-06-24T10:54:51-07:00
Update upstream source from tag 'upstream/3.4.2'
Update to upstream version '3.4.2'
with Debian dir cbac04676e8f160e37038c899ec7b876ec1f7d09
- - - - -
fdfe25c9 by tony mancill at 2018-06-24T16:32:43-07:00
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/
- - - - -
c82d3f07 by tony mancill at 2018-06-24T22:12:24-07:00
Enable tests
- - - - -
e9a58174 by tony mancill at 2018-06-24T22:13:11-07:00
prepare changelog for upload
- - - - -
30 changed files:
- README.md
- build.gradle
- debian/changelog
- debian/control
- debian/maven.ignoreRules
- debian/maven.properties
- debian/maven.rules
- debian/pom.xml
- runoffheap.sh
- src/main/java/com/lmax/disruptor/AggregateEventHandler.java
- src/main/java/com/lmax/disruptor/BlockingWaitStrategy.java
- src/main/java/com/lmax/disruptor/BusySpinWaitStrategy.java
- src/main/java/com/lmax/disruptor/EventHandler.java
- src/main/java/com/lmax/disruptor/EventProcessor.java
- − src/main/java/com/lmax/disruptor/Foo.java
- src/main/java/com/lmax/disruptor/LiteBlockingWaitStrategy.java
- src/main/java/com/lmax/disruptor/SequenceGroup.java
- src/main/java/com/lmax/disruptor/SleepingWaitStrategy.java
- src/main/java/com/lmax/disruptor/WorkerPool.java
- src/main/java/com/lmax/disruptor/YieldingWaitStrategy.java
- − src/main/java/com/lmax/disruptor/collections/Histogram.java
- src/main/java/com/lmax/disruptor/dsl/BasicExecutor.java
- src/main/java/com/lmax/disruptor/dsl/ConsumerRepository.java
- src/main/java/com/lmax/disruptor/dsl/Disruptor.java
- src/main/java/com/lmax/disruptor/dsl/EventHandlerGroup.java
- src/main/java/com/lmax/disruptor/dsl/ExceptionHandlerSetting.java
- + src/main/java/com/lmax/disruptor/util/ThreadHints.java
- src/main/java/com/lmax/disruptor/util/Util.java
- src/perftest/java/com/lmax/disruptor/offheap/OneToOneOffHeapThroughputTest.java
- src/perftest/java/com/lmax/disruptor/offheap/OneToOneOnHeapThroughputTest.java
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/java-team/disruptor/compare/be6110967119c94f54f922c68e17dceb725c106f...e9a5817454422b2e268942b69cfe0ea7daac3e4f
--
View it on GitLab: https://salsa.debian.org/java-team/disruptor/compare/be6110967119c94f54f922c68e17dceb725c106f...e9a5817454422b2e268942b69cfe0ea7daac3e4f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180625/def47d8d/attachment.html>
More information about the pkg-java-commits
mailing list