You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/11/27 07:37:01 UTC

[camel] branch master updated: Upgrade Quickfixj to version 2.0.0

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f7a8aa  Upgrade Quickfixj to version 2.0.0
9f7a8aa is described below

commit 9f7a8aa16e256c526d5988a8cbcd619b4f007648
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 27 08:36:31 2017 +0100

    Upgrade Quickfixj to version 2.0.0
---
 .../component/quickfixj/examples/trading/TradeExecutorExample.java     | 3 ++-
 parent/pom.xml                                                         | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/camel-quickfix/src/test/java/org/apache/camel/component/quickfixj/examples/trading/TradeExecutorExample.java b/components/camel-quickfix/src/test/java/org/apache/camel/component/quickfixj/examples/trading/TradeExecutorExample.java
index d7c70e8..fa4fbe5 100644
--- a/components/camel-quickfix/src/test/java/org/apache/camel/component/quickfixj/examples/trading/TradeExecutorExample.java
+++ b/components/camel-quickfix/src/test/java/org/apache/camel/component/quickfixj/examples/trading/TradeExecutorExample.java
@@ -19,6 +19,7 @@ package org.apache.camel.component.quickfixj.examples.trading;
 import java.util.Date;
 import java.util.concurrent.CountDownLatch;
 import java.util.concurrent.TimeUnit;
+import java.time.LocalDateTime;
 
 import org.apache.camel.Endpoint;
 import org.apache.camel.Exchange;
@@ -128,7 +129,7 @@ public class TradeExecutorExample {
             new HandlInst('1'), 
             new Symbol("GOOG"), 
             new Side(Side.BUY), 
-            new TransactTime(new Date()), 
+            new TransactTime(LocalDateTime.now()), 
             new OrdType(OrdType.LIMIT));
         
         order.set(new OrderQty(10));
diff --git a/parent/pom.xml b/parent/pom.xml
index 2d3110a4..5d82671 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -576,7 +576,7 @@
     <quartz-version>1.8.6</quartz-version>
     <quartz-version-range>[1.8,2)</quartz-version-range>
     <quartz2-version>2.3.0</quartz2-version>
-    <quickfixj-version>1.6.4</quickfixj-version>
+    <quickfixj-version>2.0.0</quickfixj-version>
     <rabbitmq-amqp-client-version>5.0.0</rabbitmq-amqp-client-version>
     <reactive-streams-version>1.0.0</reactive-streams-version>
     <reactor-version>3.0.7.RELEASE</reactor-version>

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].