Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 104 for newLru (0.2 sec)

  1. maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/transform/AbstractVersionTransformation.java

                    } else {
                        message += " from local repository";
                    }
                    getLogger().debug(message);
                } else {
                    // Locally installed file is newer, don't use the resolved version
                    getLogger().debug(artifact.getArtifactId() + ": using locally installed snapshot");
                }
            }
            return version;
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/cache/internal/CacheVersionMapping.java

                return changedTo(versions.get(versions.lastKey()) + 1, minGradleVersion);
            }
    
            /**
             * Specify the Gradle version where this cache directory was retired.
             * For this and any newer Gradle version, the cache directory is unused.
             * This is indicated by setting the current cache version to Integer.MAX_VALUE (so it cannot be further incremented).
             */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 30 20:23:37 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/PluginVariantResolveIntegrationTest.groovy

                    }
                }
    
                configurations.all {
                    if (it.canBeConsumed && it.name != 'sourcesElements' ) {
                        // let's pretend it was built with a newer Java version
                        attributes {
                            // This test is not Artic Code Vault safe
                            attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 2099)
                        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 12:51:28 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  4. src/net/http/doc.go

    The http package's [Transport] and [Server] both automatically enable
    HTTP/2 support for simple configurations. To enable HTTP/2 for more
    complex configurations, to use lower-level HTTP/2 features, or to use
    a newer version of Go's http2 package, import "golang.org/x/net/http2"
    directly and use its ConfigureTransport and/or ConfigureServer
    functions. Manually configuring HTTP/2 via the golang.org/x/net/http2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/dependencies/NewerGradleNeededByPluginFailureDescriber.java

    import java.util.Comparator;
    import java.util.List;
    import java.util.Optional;
    
    /**
     * A {@link ResolutionFailureDescriber} that describes a {@link ResolutionFailure} caused by a plugin requiring
     * a newer Gradle version than the one currently running the build.
     *
     * This is determined by assessing the incompatibility of the {@link GradlePluginApiVersion#GRADLE_PLUGIN_API_VERSION_ATTRIBUTE} attribute.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 13:08:22 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/INSTALL.md

    First, try to fetch a more recent version. For example:
    ```sh
    go get k8s.io/client-go@v0.20.4
    ```
    
    If that doesn't resolve the problem, see what is requiring an `...+incompatible` version of client-go,
    and update to use a newer version of that library, if possible:
    ```sh
    go mod graph | grep " k8s.io/client-go@"
    ```
    
    As a last resort, you can force the build to use a specific version of client-go,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:51 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/DevelocityPluginCheckInIntegrationTest.groovy

                executer.expectDocumentedDeprecationWarning("Gradle Enterprise plugin $pluginVersion has been deprecated. Starting with Gradle 9.0, only Gradle Enterprise plugin 3.13.1 or newer is supported. Consult the upgrading guide for further information: https://docs.gradle.org/current/userguide/upgrading_version_8.html#unsupported_ge_plugin_3.13")
            }
            succeeds("t", "--configuration-cache")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 08:50:27 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/templates/mutatingwebhook.yaml

      "caBundle" .Values.istiodRemote.injectionCABundle
      "namespace" .Release.Namespace }}
    {{- define "core" }}
    {{- /* Kubernetes unfortunately requires a unique name for the webhook in some newer versions, so we assign
    a unique prefix to each. */}}
    - name: {{.Prefix}}sidecar-injector.istio.io
      clientConfig:
        {{- if .injectionURL }}
        url: "{{ .injectionURL }}"
        {{- else }}
        service:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  9. manifests/charts/istio-control/istio-discovery/templates/mutatingwebhook.yaml

      "caBundle" .Values.istiodRemote.injectionCABundle
      "namespace" .Release.Namespace }}
    {{- define "core" }}
    {{- /* Kubernetes unfortunately requires a unique name for the webhook in some newer versions, so we assign
    a unique prefix to each. */}}
    - name: {{.Prefix}}sidecar-injector.istio.io
      clientConfig:
        {{- if .injectionURL }}
        url: "{{ .injectionURL }}"
        {{- else }}
        service:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  10. platforms/jvm/plugins-java-library/src/integTest/groovy/org/gradle/java/JavaLibraryPublishedTargetJvmVersionIntegrationTest.groovy

         Required by:
             project :
          > Dependency resolution is looking for a library compatible with JVM runtime version 5, but 'org:producer:1.0' is only compatible with JVM runtime version 6 or newer.''')
            failure.assertHasResolution("Change the dependency on 'org:producer:1.0' to an earlier version that supports JVM runtime version 6.")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 12:37:16 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top