Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Akka HTTP BOM #3665

Merged
merged 8 commits into from
Dec 2, 2020
Merged

Akka HTTP BOM #3665

merged 8 commits into from
Dec 2, 2020

Conversation

ignasi35
Copy link
Member

@akka-ci akka-ci added validating PR that is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins and removed validating PR that is currently being validated by Jenkins labels Nov 25, 2020
@akka-ci
Copy link

akka-ci commented Nov 25, 2020

Test PASSed.

build.sbt Outdated
@@ -46,6 +46,25 @@ inThisBuild(Def.settings(
scalafixScalaBinaryVersion := scalaBinaryVersion.value,
))

// When this is updated the set of modules in ActorSystem.allModules should also be updated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// When this is updated the set of modules in ActorSystem.allModules should also be updated

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I accepted your suggestion and then realized the comment is required (but was wrong). It should read In Http.allModules.

build.sbt Outdated Show resolved Hide resolved
@akka-ci akka-ci added validating PR that is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins and removed tested PR that was successfully built and tested by Jenkins validating PR that is currently being validated by Jenkins labels Nov 25, 2020
@akka-ci
Copy link

akka-ci commented Nov 25, 2020

Test PASSed.

@akka-ci akka-ci added validating PR that is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins and removed tested PR that was successfully built and tested by Jenkins validating PR that is currently being validated by Jenkins labels Nov 25, 2020
@akka-ci
Copy link

akka-ci commented Nov 25, 2020

Test PASSed.

@akka-ci akka-ci added validating PR that is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins and removed tested PR that was successfully built and tested by Jenkins validating PR that is currently being validated by Jenkins labels Nov 26, 2020
@akka-ci
Copy link

akka-ci commented Nov 26, 2020

Test PASSed.

Copy link
Member Author

@ignasi35 ignasi35 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (I can't approve because I'm the original author of the PR)

@ennru
Copy link
Member

ennru commented Nov 26, 2020

We need to settle the discussion in akka/akka#29839 (comment) first.

@akka-ci akka-ci added validating PR that is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins and removed tested PR that was successfully built and tested by Jenkins validating PR that is currently being validated by Jenkins labels Nov 30, 2020
@akka-ci
Copy link

akka-ci commented Nov 30, 2020

Test PASSed.

@@ -17,6 +17,7 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") // for
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1")
addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.2")
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.0")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@akka-ci akka-ci added validating PR that is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins and removed tested PR that was successfully built and tested by Jenkins validating PR that is currently being validated by Jenkins labels Dec 2, 2020
@akka-ci
Copy link

akka-ci commented Dec 2, 2020

Test PASSed.

@ignasi35 ignasi35 requested a review from raboof December 2, 2020 11:45
@@ -1,11 +1,11 @@
import akka._
import akka.ValidatePullRequest._
import AkkaDependency._
import Dependencies.{ h2specName, h2specExe }
import Dependencies.{h2specExe, h2specName}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

surprised this didn't trigger scalariform - I guess it doesn't check the build.sbt?

@@ -23,7 +23,7 @@ inThisBuild(Def.settings(
scmInfo := Some(
ScmInfo(url("https://github.com/akka/akka-http"), "git@github.com:akka/akka-http.git")),
developers := List(
Developer("contributors", "Contributors", "akka-user@googlegroups.com",
Developer("contributors", "Contributors", "info@lightbend.com",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆 I'm not sure that would reach us - but akka-user is obviously wrong as well.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

akka.official@gmail.com would reach us though

@ignasi35 ignasi35 merged commit a59cd7a into akka:master Dec 2, 2020
@ignasi35 ignasi35 deleted the akka-http-bom branch December 2, 2020 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested PR that was successfully built and tested by Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants