-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove settings duplication between AkkaBuild and project specific .sbt files * do not publish test projects * run akka-http-core tests * fix lambda sample project versions * remove obsolete projects (streamAndHttp, httpParent, docsDev) * exclude parsing project from unidoc * update to the latest sbt
- Loading branch information
Showing
25 changed files
with
61 additions
and
192 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 |
---|---|---|
@@ -1,11 +1,6 @@ | ||
import akka.{ AkkaBuild, Dependencies, Formatting } | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
AkkaBuild.dontPublishSettings | ||
Formatting.formatSettings | ||
|
||
publishArtifact in Compile := false | ||
|
||
Dependencies.actorTests | ||
|
||
AkkaBuild.dontPublishSettings |
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
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
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,13 @@ | ||
import akka._ | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
AkkaBuild.dontPublishSettings | ||
AkkaBuild.experimentalSettings | ||
Formatting.formatSettings | ||
|
||
Dependencies.httpTests | ||
|
||
// don't ignore Suites which is the default for the junit-interface | ||
testOptions += Tests.Argument(TestFrameworks.JUnit, "--ignore-runners=") | ||
|
||
scalacOptions in Compile += "-language:_" | ||
mainClass in run in Test := Some("akka.http.javadsl.SimpleServerApp") |
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,22 +1,18 @@ | ||
import akka._ | ||
import akka.ValidatePullRequest._ | ||
import com.typesafe.sbt.SbtScalariform.ScalariformKeys | ||
import com.typesafe.sbt.SbtSite.site | ||
import com.typesafe.sbt.site.SphinxSupport._ | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
enablePlugins(ScaladocNoVerificationOfDiagrams) | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
AkkaBuild.dontPublishSettings | ||
AkkaBuild.experimentalSettings | ||
Formatting.docFormatSettings | ||
|
||
site.settings | ||
|
||
OSGi.parsing | ||
|
||
Dependencies.parsing | ||
|
||
unmanagedSourceDirectories in ScalariformKeys.format in Test <<= unmanagedSourceDirectories in Test | ||
scalacOptions += "-language:_" | ||
|
||
AkkaBuild.dontPublishSettings | ||
// ScalaDoc doesn't like the macros | ||
sources in doc in Compile := List() | ||
|
||
enablePlugins(ScaladocNoVerificationOfDiagrams) |
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,10 +1,9 @@ | ||
name := "akka-sample-main-java-lambda" | ||
|
||
version := "1.0" | ||
version := "2.4-SNAPSHOT" | ||
|
||
scalaVersion := "2.11.7" | ||
|
||
libraryDependencies ++= Seq( | ||
"com.typesafe.akka" %% "akka-actor" % "2.4-SNAPSHOT" | ||
) | ||
|
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,6 +1,6 @@ | ||
name := "akka-supervision-java-lambda" | ||
|
||
version := "1.0" | ||
version := "2.4-SNAPSHOT" | ||
|
||
scalaVersion := "2.11.7" | ||
|
||
|
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 was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.