You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@qpid.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/01/24 15:20:15 UTC

Build failed in Jenkins: Qpid-Java-Java-Test-JDK1.8 #1976

See <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/1976/changes>

Changes:

[kwall] QPID-7633: Extract interfaces AMQPConnection_0_10/AMQPConnection_1_0 (analogue of AMQPConnection_0_8)

* Mechanical refactoring - extract interfaces AMQPConnection_0_10/AMQPConnection_1_0
* Fix up unit tests

[kwall] QPID-7633: Switch _blockedChannels to a set backed by a CHM removing need for the SkipList and Comparable

[kwall] QPID-7633: Remove ConsumerListener

[kwall] QPID-7633: Pull up the processPendingIterator and associated methods.

[kwall] QPID-7633: 0-10's ServerSession no longer implements AMQSessionModel

* Pull up subject, accesscontrolcontext, security token

[kwall] QPID-7633: [Java Broker] Remove SessionAdapter

------------------------------------------
[...truncated 2751 lines...]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-enableAmqp10) @ qpid-tools ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default-prepare-agent) @ qpid-tools ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/tools/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ qpid-tools ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ qpid-tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ qpid-tools ---
[INFO] Compiling 25 source files to <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/tools/target/classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/tools/src/main/java/org/apache/qpid/tools/QpidBench.java>: <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/tools/src/main/java/org/apache/qpid/tools/QpidBench.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/tools/src/main/java/org/apache/qpid/tools/QpidBench.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ qpid-tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/tools/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ qpid-tools ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ qpid-tools ---
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ qpid-tools ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/tools/target/qpid-tools-7.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ qpid-tools ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Qpid System Test Parent 7.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ qpid-systests-parent ---
[INFO] Deleting <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/qpid-systests-parent/target>
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (output-test-properties) @ qpid-systests-parent ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] java-mms.0-10
     [echo] [profile.broker.language] java
     [echo] [profile.broker.type] internal
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/qpid-systests-parent/target/qpid-broker/7.0.0-SNAPSHOT/bin/qpid-server"> -sp "@STORE_PATH" -st @STORE_TYPE -prop test.port=@PORT -prop "qpid.work_dir=@QPID_WORK"
     [echo] [profile.specific.excludes] JavaTransientExcludes Java010Excludes
     [echo] [profile.test.excludes] Excludes JavaExcludes java-mms.0-10.excludes JavaTransientExcludes Java010Excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] {"type":"ProvidedStore","globalAddressDomains":"${qpid.globalAddressDomains}"}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-minimum-versions) @ qpid-systests-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions-standard-properties) @ qpid-systests-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-enableAmqp10) @ qpid-systests-parent ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default-prepare-agent) @ qpid-systests-parent ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ qpid-systests-parent ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-systests-etc-resources) @ qpid-systests-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-test-profile-resources) @ qpid-systests-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 52 resources
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ qpid-systests-parent ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (extract-broker-distribution) @ qpid-systests-parent ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:7.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/broker/target/qpid-broker-7.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/qpid-systests-parent/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/broker/target/qpid-broker-7.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/qpid-systests-parent/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-systests-parent ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/qpid-systests-parent/target/qpid-broker/7.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (integration-test) @ qpid-systests-parent ---
[INFO] No tests to run.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Qpid System Tests 7.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ qpid-systests ---
[INFO] Deleting <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/systests/target>
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (output-test-properties) @ qpid-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] java-mms.0-10
     [echo] [profile.broker.language] java
     [echo] [profile.broker.type] internal
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/systests/target/qpid-broker/7.0.0-SNAPSHOT/bin/qpid-server"> -sp "@STORE_PATH" -st @STORE_TYPE -prop test.port=@PORT -prop "qpid.work_dir=@QPID_WORK"
     [echo] [profile.specific.excludes] JavaTransientExcludes Java010Excludes
     [echo] [profile.test.excludes] Excludes JavaExcludes java-mms.0-10.excludes JavaTransientExcludes Java010Excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] {"type":"ProvidedStore","globalAddressDomains":"${qpid.globalAddressDomains}"}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-minimum-versions) @ qpid-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions-standard-properties) @ qpid-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-enableAmqp10) @ qpid-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default-prepare-agent) @ qpid-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ qpid-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-systests-etc-resources) @ qpid-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-test-profile-resources) @ qpid-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 52 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ qpid-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ qpid-systests ---
[INFO] Compiling 19 source files to <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/systests/target/classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/systests/src/main/java/org/apache/qpid/test/utils/AmqpManagementFacade.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/systests/src/main/java/org/apache/qpid/test/utils/AmqpManagementFacade.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ qpid-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ qpid-systests ---
[INFO] Compiling 200 source files to <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/systests/target/test-classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/systests/src/test/java/org/apache/qpid/test/unit/client/connection/BrokerClosesClientConnectionTest.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/systests/src/test/java/org/apache/qpid/test/unit/client/connection/BrokerClosesClientConnectionTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ qpid-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ qpid-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/systests/target/qpid-systests-7.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ qpid-systests ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:unpack (extract-broker-distribution) @ qpid-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:7.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/broker/target/qpid-broker-7.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/broker/target/qpid-broker-7.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/ws/trunk/systests/target/qpid-broker/7.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (integration-test) @ qpid-systests ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.stats.StatisticsReportingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.657 sec - in org.apache.qpid.server.stats.StatisticsReportingTest
Running org.apache.qpid.server.BrokerStartupTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 sec - in org.apache.qpid.server.BrokerStartupTest
Running org.apache.qpid.server.AbruptClientDisconnectTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.996 sec - in org.apache.qpid.server.AbruptClientDisconnectTest
Running org.apache.qpid.server.store.SplitStoreTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.server.store.SplitStoreTest
Running org.apache.qpid.server.store.VirtualHostMessageStoreTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec - in org.apache.qpid.server.store.VirtualHostMessageStoreTest
Running org.apache.qpid.server.store.PersistentStoreTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.server.store.PersistentStoreTest
Running org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest
Running org.apache.qpid.server.failover.FailoverMethodTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.server.failover.FailoverMethodTest
Running org.apache.qpid.server.logging.AlertingTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec - in org.apache.qpid.server.logging.AlertingTest
Running org.apache.qpid.server.logging.TransientQueueLoggingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 sec - in org.apache.qpid.server.logging.TransientQueueLoggingTest
Running org.apache.qpid.server.logging.QueueLoggingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 sec - in org.apache.qpid.server.logging.QueueLoggingTest
Running org.apache.qpid.server.logging.ConnectionLoggingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 sec - in org.apache.qpid.server.logging.ConnectionLoggingTest
Running org.apache.qpid.server.logging.VirtualHostLoggingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec - in org.apache.qpid.server.logging.VirtualHostLoggingTest
Running org.apache.qpid.server.logging.DurableQueueLoggingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 sec - in org.apache.qpid.server.logging.DurableQueueLoggingTest
Running org.apache.qpid.server.logging.ConsumerLoggingTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.417 sec - in org.apache.qpid.server.logging.ConsumerLoggingTest
Running org.apache.qpid.server.logging.ExchangeLoggingTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 sec - in org.apache.qpid.server.logging.ExchangeLoggingTest
Running org.apache.qpid.server.logging.ChannelLoggingTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 sec - in org.apache.qpid.server.logging.ChannelLoggingTest
Running org.apache.qpid.server.logging.BrokerLoggingTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 sec - in org.apache.qpid.server.logging.BrokerLoggingTest
Running org.apache.qpid.server.logging.AccessControlLoggingTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 sec - in org.apache.qpid.server.logging.AccessControlLoggingTest
Running org.apache.qpid.server.message.MessageProtocolConversionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec - in org.apache.qpid.server.message.MessageProtocolConversionTest
Running org.apache.qpid.server.SupportedProtocolVersionsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 sec - in org.apache.qpid.server.SupportedProtocolVersionsTest
Running org.apache.qpid.server.security.auth.manager.MD5AuthenticationManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.017 sec - in org.apache.qpid.server.security.auth.manager.MD5AuthenticationManagerTest
Running org.apache.qpid.server.security.auth.manager.ScramSha256AuthenticationManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.652 sec - in org.apache.qpid.server.security.auth.manager.ScramSha256AuthenticationManagerTest
Running org.apache.qpid.server.security.auth.manager.MultipleAuthenticationManagersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec - in org.apache.qpid.server.security.auth.manager.MultipleAuthenticationManagersTest
Running org.apache.qpid.server.security.auth.manager.ExternalAuthenticationTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.81 sec - in org.apache.qpid.server.security.auth.manager.ExternalAuthenticationTest
Running org.apache.qpid.server.security.auth.manager.ScramSha1AuthenticationManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 sec - in org.apache.qpid.server.security.auth.manager.ScramSha1AuthenticationManagerTest
Running org.apache.qpid.server.security.acl.ExhaustiveACLTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.437 sec - in org.apache.qpid.server.security.acl.ExhaustiveACLTest
Running org.apache.qpid.server.security.acl.ExternalACLTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.374 sec - in org.apache.qpid.server.security.acl.ExternalACLTest
Running org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest
Running org.apache.qpid.server.queue.ArrivalTimeFilterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.051 sec - in org.apache.qpid.server.queue.ArrivalTimeFilterTest
Running org.apache.qpid.server.queue.LiveQueueOperationsTest
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results

Jenkins build is back to normal : Qpid-Java-Java-Test-JDK1.8 #1977

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Java-Test-JDK1.8/1977/changes>