Skip to content

Commit eeff8ce

Browse files
committed
Update validate-and-test.yml
updates more changes remove Java 8 specific code Update StringTools.scala use Java 17 in build snapshot dependency start to remove use of PekkoSSLConfig update Update ConnectionContext.scala Update remove-deprecated-methods.excludes try SNI matcher Update ClientServerSpec.scala try to fix test remove bindAndHandleAsync remove use of deprecated TLS methods begin removing deprecations Update HttpChallenge.java Update CorsSettings.scala encoder Update CookieDirectivesExamplesTest.java Update SizeLimitSpec.scala compile issues Update Encoder.scala mima Update Encoder.scala Update Encoder.scala more changes issues Update SizeLimitSpec.scala rename file more more Update HeaderDirectivesSpec.scala Update remove-deprecated-methods.excludes more move mima unused imports Update ServerSettingsImpl.scala Update ServerSettings.scala start to remove use of PekkoSSLConfig update Update ConnectionContext.scala Update remove-deprecated-methods.excludes try SNI matcher Update ClientServerSpec.scala try to fix test Update remove-deprecated-methods.excludes remove use of deprecated TLS methods Update remove-deprecated-methods.excludes HttpChallenge more deprecations javafmt Delete remove-deprecated-methods.excludes
1 parent 3a3cf9a commit eeff8ce

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage
2222
sourceDistName := "apache-pekko-http"
2323
sourceDistIncubating := false
2424

25+
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
2526
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
2627

2728
addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; +headerCheckAll; javafmtCheckAll")

http/src/main/resources/reference.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# This is the reference config file that contains all the default settings.
88
# Make your edits/overrides in your application.conf.
99

10+
# Disable version checks (should not be merged to main branch)
11+
pekko.fail-mixed-versions=off
12+
1013
pekko.http {
1114
routing {
1215
# Enables/disables the returning of more detailed error messages to the

project/PekkoCoreDependency.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
2020
object PekkoCoreDependency extends PekkoDependency {
2121
override val checkProject: String = "pekko-cluster-sharding-typed"
2222
override val module: Option[String] = None
23-
override val currentVersion: String = "1.1.5"
23+
override val currentVersion: String = "2.0.0-M0+104-5db362f5-SNAPSHOT"
2424
}

0 commit comments

Comments
 (0)