Skip to content

Commit

Permalink
camel-ignite: Update Ignite to v1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed Nov 2, 2016
1 parent 7f3c57e commit 210502e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void configure() throws Exception {
List<Integer> eventTypes = receivedEventTypes("mock:test1");

assert_().that(eventTypes).containsAllOf(EventType.EVT_CACHE_STARTED, EventType.EVT_CACHE_ENTRY_CREATED, EventType.EVT_CACHE_OBJECT_PUT, EventType.EVT_CACHE_OBJECT_READ,
EventType.EVT_CACHE_OBJECT_REMOVED, EventType.EVT_CACHE_OBJECT_PUT, EventType.EVT_CACHE_OBJECT_EXPIRED, EventType.EVT_CACHE_OBJECT_READ).inOrder();
EventType.EVT_CACHE_OBJECT_REMOVED, EventType.EVT_CACHE_OBJECT_PUT, EventType.EVT_CACHE_OBJECT_EXPIRED).inOrder();

}

Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<ibatis-bundle-version>2.3.4.726_4</ibatis-bundle-version>
<ibatis-version>2.3.4.726</ibatis-version>
<ical4j-version>1.0.7</ical4j-version>
<ignite-version>1.5.0.final</ignite-version>
<ignite-version>1.7.0</ignite-version>
<ignite-version-range>[1.5.0-b1,1.6)</ignite-version-range>
<infinispan-version>8.2.4.Final</infinispan-version>
<influx-java-driver-version>2.3</influx-java-driver-version>
Expand Down

0 comments on commit 210502e

Please sign in to comment.