-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
203 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ before_script: | |
language: | ||
- scala | ||
scala: | ||
- 2.11.11 | ||
- 2.12.2 | ||
- 2.11.12 | ||
- 2.12.4 | ||
jdk: | ||
- oraclejdk8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
object Version { | ||
val Akka = "2.4.18" | ||
val Camel = "2.19.0" | ||
val Fs2 = "0.10.0-M3" | ||
val Log4j = "2.5" | ||
val Akka = "2.5.9" | ||
val Camel = "2.20.2" | ||
val Fs2 = "0.10.1" | ||
val Log4j = "2.10.0" | ||
val JUnitInterface = "0.11" | ||
val Scalatest = "3.0.1" | ||
val Scalatest = "3.0.5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=0.13.15 | ||
sbt.version=1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3") | ||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") | ||
|
||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.6.0") | ||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "4.1.0") | ||
|
||
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0") | ||
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2") |
2 changes: 1 addition & 1 deletion
2
streamz-camel-akka/src/main/java/streamz/camel/akka/javadsl/JavaDsl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
streamz-camel-akka/src/main/scala/streamz/camel/akka/javadsl/JavaDslDef.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
streamz-camel-akka/src/test/java/streamz/camel/akka/javadsl/JavaDslTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
streamz-camel-akka/src/test/java/streamz/camel/akka/javadsl/JavaDslTestService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
akka.test.single-expect-default = 10s | ||
akka.log-dead-letters-during-shutdown = off | ||
akka.stream.materializer.debug.fuzzing-mode = on |
2 changes: 1 addition & 1 deletion
2
streamz-camel-akka/src/test/scala/streamz/camel/akka/EndpointConsumerReplierSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.