- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for JDK11 (0.01 seconds)
-
.ci/matrix-runtime-javas-fips.yml
# java11 should always be included as we only support Oracle Java 11 in # FIPS 140-2 mode. # We also want to test with the bundled JDK so that we proactively find # issues that might later be backported to JDK11. Current bundled JDK is # openjdk16 ES_RUNTIME_JAVA: - java11
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jun 24 17:56:51 GMT 2021 - 414 bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/TestTls13Request.kt
CipherSuite.TLS_AES_128_CCM_8_SHA256, ) /** * A TLS 1.3 only Connection Spec. This will be eventually be exposed * as part of MODERN_TLS or folded into the default OkHttp client once published and * available in JDK11 or Conscrypt. */ private val TLS_13 = ConnectionSpec .Builder(true) .cipherSuites(*TLS13_CIPHER_SUITES.toTypedArray()) .tlsVersions(TlsVersion.TLS_1_3) .build() private val TLS_12 =Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu May 22 14:39:30 GMT 2025 - 3.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PromotionProject.kt
param("env.JAVA_HOME", javaHome(BuildToolBuildJvm, Os.LINUX)) // https://github.com/gradle/gradle-private/issues/4504 param("env.JDK8", javaHome(OpenJdk8, Os.LINUX)) param("env.JDK11", javaHome(OpenJdk11, Os.LINUX)) param("env.JDK17", javaHome(OpenJdk17, Os.LINUX)) // Keep 21 and 25 for tests requiring it specifically: https://github.com/gradle/gradle/pull/35410#discussion_r2460835304
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 15 19:30:24 GMT 2026 - 3.1K bytes - Click Count (0)