-
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.
akka#18765 Update to latest MiMa which is now an AutoPlugin.
* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
- Loading branch information
Showing
43 changed files
with
137 additions
and
210 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
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,16 +1,9 @@ | ||
import akka.{ AkkaBuild, Formatting, OSGi, Dependencies, Version } | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
Formatting.formatSettings | ||
|
||
OSGi.actor | ||
|
||
Dependencies.actor | ||
|
||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-actor").value | ||
Version.versionSettings | ||
|
||
enablePlugins(spray.boilerplate.BoilerplatePlugin) | ||
|
||
Version.versionSettings |
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,14 +1,8 @@ | ||
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi, ScaladocNoVerificationOfDiagrams } | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
Formatting.formatSettings | ||
|
||
OSGi.agent | ||
|
||
Dependencies.agent | ||
|
||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-agent").value | ||
|
||
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
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,12 +1,6 @@ | ||
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi } | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
Formatting.formatSettings | ||
|
||
OSGi.camel | ||
|
||
Dependencies.camel | ||
|
||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-camel").value |
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,19 +1,12 @@ | ||
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi, MultiNodeScalaTest, SigarLoader } | ||
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys._ | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
Formatting.formatSettings | ||
|
||
SigarLoader.sigarSettings | ||
|
||
OSGi.clusterMetrics | ||
|
||
Dependencies.clusterMetrics | ||
|
||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-cluster-metrics").value | ||
|
||
parallelExecution in Test := false | ||
|
||
enablePlugins(MultiNodeScalaTest) |
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,14 +1,8 @@ | ||
import akka.{ AkkaBuild, Dependencies, Formatting, MultiNode, ScaladocNoVerificationOfDiagrams, OSGi } | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
Formatting.formatSettings | ||
|
||
OSGi.clusterSharding | ||
|
||
Dependencies.clusterSharding | ||
|
||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-cluster-sharding").value | ||
|
||
enablePlugins(MultiNode, 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,14 +1,8 @@ | ||
import akka.{ AkkaBuild, Dependencies, Formatting, MultiNode, ScaladocNoVerificationOfDiagrams, OSGi } | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
Formatting.formatSettings | ||
|
||
OSGi.clusterTools | ||
|
||
Dependencies.clusterTools | ||
|
||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-cluster-tools").value | ||
|
||
enablePlugins(MultiNode, 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
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,16 +1,9 @@ | ||
import akka.{ AkkaBuild, Dependencies, Formatting, MultiNode, Unidoc, OSGi } | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
AkkaBuild.experimentalSettings | ||
|
||
Formatting.formatSettings | ||
|
||
OSGi.distributedData | ||
|
||
Dependencies.distributedData | ||
|
||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-distributed-data-experimental").value | ||
|
||
enablePlugins(MultiNodeScalaTest) |
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,6 @@ | ||
import akka._ | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
Formatting.formatSettings | ||
OSGi.httpCore | ||
Dependencies.httpCore | ||
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-http-core").value |
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,9 @@ | ||
import akka._ | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
AkkaBuild.experimentalSettings | ||
Formatting.formatSettings | ||
OSGi.httpJackson | ||
Dependencies.httpJackson | ||
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-http-jackson").value | ||
|
||
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,9 +1,7 @@ | ||
import akka._ | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
AkkaBuild.experimentalSettings | ||
Formatting.formatSettings | ||
OSGi.httpSprayJson | ||
Dependencies.httpSprayJson | ||
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-http-spray-json").value |
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,9 +1,7 @@ | ||
import akka._ | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
AkkaBuild.experimentalSettings | ||
Formatting.formatSettings | ||
OSGi.httpXml | ||
Dependencies.httpXml | ||
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-http-xml").value |
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,8 @@ | ||
import akka._ | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
Formatting.formatSettings | ||
OSGi.httpTestkit | ||
Dependencies.httpTestkit | ||
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-http-testkit").value | ||
|
||
scalacOptions in Compile += "-language:postfixOps" |
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,11 +1,10 @@ | ||
import akka._ | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
AkkaBuild.experimentalSettings | ||
Formatting.formatSettings | ||
OSGi.http | ||
Dependencies.http | ||
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-http").value | ||
|
||
enablePlugins(spray.boilerplate.BoilerplatePlugin) | ||
scalacOptions in Compile += "-language:_" |
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,12 +1,7 @@ | ||
import akka.{ AkkaBuild, Dependencies, Formatting, ScaladocNoVerificationOfDiagrams } | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
Formatting.formatSettings | ||
|
||
Dependencies.kernel | ||
|
||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-kernel").value | ||
|
||
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,8 +1,4 @@ | ||
import akka.{AkkaBuild, Formatting, OSGi} | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
import akka.{AkkaBuild, Formatting} | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
Formatting.formatSettings | ||
|
||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-multi-node-testkit").value |
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,14 +1,8 @@ | ||
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi } | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
Formatting.formatSettings | ||
|
||
OSGi.osgi | ||
|
||
Dependencies.osgi | ||
|
||
parallelExecution in Test := false | ||
|
||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-osgi").value |
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,18 +1,11 @@ | ||
import akka.{ AkkaBuild, Dependencies, Formatting, ScaladocNoVerificationOfDiagrams, OSGi } | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
AkkaBuild.experimentalSettings | ||
|
||
Formatting.formatSettings | ||
|
||
OSGi.persistenceQuery | ||
|
||
Dependencies.persistenceQuery | ||
|
||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-persistence-query-experimental").value | ||
fork in Test := true | ||
|
||
enablePlugins(ScaladocNoVerificationOfDiagrams) | ||
|
||
fork in Test := true |
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 |
---|---|---|
|
@@ -6,3 +6,5 @@ Formatting.formatSettings | |
Dependencies.persistenceShared | ||
|
||
fork in Test := true | ||
|
||
disablePlugins(MimaPlugin) |
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,12 +1,10 @@ | ||
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi } | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
Formatting.formatSettings | ||
|
||
// OSGi.persistenceTck TODO: we do need to export this as OSGi bundle too? | ||
|
||
Dependencies.persistenceTck | ||
|
||
fork in Test := true | ||
|
||
disablePlugins(MimaPlugin) |
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,14 +1,8 @@ | ||
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi } | ||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
Formatting.formatSettings | ||
|
||
OSGi.persistence | ||
|
||
Dependencies.persistence | ||
|
||
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-persistence").value | ||
|
||
fork in Test := true |
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,8 @@ | ||
import akka.{ AkkaBuild, Formatting, OSGi, Unidoc, Dependencies } | ||
|
||
import com.typesafe.tools.mima.plugin.MimaKeys | ||
|
||
AkkaBuild.defaultSettings | ||
|
||
Formatting.formatSettings | ||
OSGi.protobuf | ||
|
||
enablePlugins(ScaladocNoVerificationOfDiagrams) | ||
|
||
OSGi.protobuf | ||
disablePlugins(MimaPlugin) |
Oops, something went wrong.