Skip to content

Commit 2606f80

Browse files
committed
fork ssl-config for JDK 11
1 parent 8089afd commit 2606f80

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

configs/community.dbuild

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,8 @@ build += {
879879
extra.projects: ["crossJVM"] // no Scala.js please
880880
}
881881

882+
// temporarily forked (October 2018) for JDK 11 friendliness, pending merge of
883+
// https://github.com/lightbend/ssl-config/pull/138
882884
${vars.base} {
883885
name: "ssl-config"
884886
uri: ${vars.uris.ssl-config-uri}

configs/project-refs.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ vars.uris: {
173173
specs2-uri: "https://github.com/etorreborre/specs2.git"
174174
spire-uri: "https://github.com/non/spire.git"
175175
spray-json-uri: "https://github.com/spray/spray-json.git"
176-
ssl-config-uri: "https://github.com/lightbend/ssl-config.git"
176+
ssl-config-uri: "https://github.com/dwijnand/ssl-config.git#HostnameChecker" # was lightbend, master
177177
sttp-uri: "https://github.com/softwaremill/sttp.git"
178178
tut-uri: "https://github.com/tpolecat/tut.git#series/0.6.x"
179179
twirl-uri: "https://github.com/playframework/twirl.git"

0 commit comments

Comments
 (0)