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

Rename netty-server-loom to netty-server-sync #3704

Merged
merged 3 commits into from
Apr 19, 2024
Merged

Conversation

kciesielski
Copy link
Member

No description provided.

@kciesielski kciesielski marked this pull request as ready for review April 19, 2024 12:42
@kciesielski kciesielski requested a review from adamw April 19, 2024 12:43
@@ -249,8 +249,14 @@ lazy val rawAllAggregates = core.projectRefs ++
derevo.projectRefs ++
awsCdk.projectRefs

def buildWithLoom(project: String): Boolean =
project.contains("Loom") || project.contains("nima") || project.contains("perfTests") || project.contains("examples3")
lazy val loomProjects: Seq[String] = Seq(nettyServerSync, nimaServer, examples).flatMap(_.projectRefs).flatMap(projectId)
Copy link
Member Author

Choose a reason for hiding this comment

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

perfTests no longer have to be built with loom, because I moved sync server runner out of it (because of Scala 3 because of Ox :)

// needed because of https://github.com/coursier/coursier/issues/2016
useCoursier := false,
Test / run / fork := true,
libraryDependencies ++= Seq(
"com.softwaremill.ox" %% "core" % Versions.ox,
"org.reactivestreams" % "reactive-streams-tck" % Versions.reactiveStreams % Test,
Copy link
Member Author

Choose a reason for hiding this comment

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

These 2 deps (reactive-streams-tck and weaver) were added during development of netty-loom websockets but are not needed after all.

@kciesielski kciesielski merged commit 4dbbb06 into master Apr 19, 2024
28 checks passed
@kciesielski kciesielski deleted the netty-sync-module branch April 19, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants