- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 311 for jdk8 (0.03 seconds)
-
android/guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java
} @SuppressWarnings("RestrictedApiChecker") // crashes under JDK8, which EP no longer supports public void testResolveInnerClass() { assertEquals(String.class, new Owner<Integer>().new Inner<String>() {}.getTypeArgument()); } @SuppressWarnings("RestrictedApiChecker") // crashes under JDK8, which EP no longer supports public void testResolveOwnerClass() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 19.6K bytes - Click Count (0) -
guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java
} @SuppressWarnings("RestrictedApiChecker") // crashes under JDK8, which EP no longer supports public void testResolveInnerClass() { assertEquals(String.class, new Owner<Integer>().new Inner<String>() {}.getTypeArgument()); } @SuppressWarnings("RestrictedApiChecker") // crashes under JDK8, which EP no longer supports public void testResolveOwnerClass() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 19.6K bytes - Click Count (0) -
android/guava/src/com/google/common/cache/Striped64.java
} catch (Exception e) { throw new Error(e); } } } /** * ThreadLocal holding a single-slot int array holding hash code. Unlike the JDK8 version of this * class, we use a suboptimal int[] representation to avoid introducing a new type that can impede * class-unloading when ThreadLocals are not removed. */
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jan 15 22:17:15 GMT 2025 - 11.4K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/Striped64.java
} catch (Exception e) { throw new Error(e); } } } /** * ThreadLocal holding a single-slot int array holding hash code. Unlike the JDK8 version of this * class, we use a suboptimal int[] representation to avoid introducing a new type that can impede * class-unloading when ThreadLocals are not removed. */
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jan 15 22:17:15 GMT 2025 - 11.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Dec 15 11:20:38 GMT 2025 - 24.4K bytes - Click Count (0) -
docs/changelogs/changelog_4x.md
were triggered by OkHttp’s feature detection for TLS packages like `org.conscrypt`, `org.bouncycastle`, and `org.openjsse`. * Upgrade: Explicitly depend on `kotlin-stdlib-jdk8`. This fixes a problem with dependency locking. That's a potential security vulnerability, tracked as [CVE-2022-24329]. * Upgrade: [publicsuffix.org data][public_suffix]. This powers `HttpUrl.topPrivateDomain()`.Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Apr 17 13:25:31 GMT 2024 - 25.2K bytes - Click Count (0) -
okhttp/src/jvmMain/resources/META-INF/native-image/okhttp/okhttp/reflect-config.json
[ { "name": "kotlin.internal.jdk8.JDK8PlatformImplementations", "allDeclaredConstructors":true }, { "name": "kotlin.KotlinVersion", "allPublicMethods": true, "allDeclaredFields":true, "allDeclaredMethods":true, "allDeclaredConstructors":true }, { "name": "kotlin.KotlinVersion[]" }, { "name": "kotlin.KotlinVersion$Companion" }, {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 438 bytes - Click Count (0) -
.teamcity/jdks.yaml
os: "macos" arch: "amd64" vendor: "temurin" version: "jdk-21.0.10+7" sha256: "7484d5d4cdb02fc17a842ab86ddac2524a0365066659c46b2e258c64152379cd" - params: - "macos.java8.zulu.aarch64" os: "macos" arch: "aarch64" vendor: "zulu" version: "zulu8.78.0.19-ca-jdk8.0.412" - params: - "macos.java11.openjdk.aarch64" os: "macos" arch: "aarch64"
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Feb 05 09:52:57 GMT 2026 - 6.6K bytes - Click Count (1) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
for (Map.Entry<Object, V> e : ((MergingList<V>) vs).map.entrySet()) { Object key = e.getKey(); V oldValue = map.get(key); // JDK8: this should be a call to map.merge( key, v, remapping ) V newValue = (oldValue == null) ? e.getValue() : remapping.merge(oldValue, e.getValue()); if (newValue == null) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PromotionProject.kt
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)