Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 4,854 for version1 (0.38 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyDynamicRevisionResolveIntegrationTest.groovy

                        notRequested()
                        byReason("didn't match versions 1.3, 1.2, 1.1.1")
                    }
                }
            }
        }
    
        @Issue(["GRADLE-2502", "GRADLE-2794"])
        def "version selector ending in + selects highest matching version"() {
            given:
            buildFile << """
                dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/upgrade/policy_test.go

    		{
    			name: "the maximum skew between the cluster version and the kubelet versions should be three minor version.",
    			vg: &fakeVersionGetter{
    				clusterVersion: "v1.13.0",
    				kubeletVersion: "v1.10.8",
    				kubeadmVersion: "v1.13.0",
    			},
    			newK8sVersion: "v1.13.0",
    		},
    		{
    			name: "the maximum skew between the cluster version and the kubelet versions should be three minor version. This may be forced through though.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 03:17:05 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go

    	// versions is the list of all API versions of the defined custom resource.
    	// Optional if `version` is specified.
    	// The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified.
    	// Version names are used to compute the order in which served versions are listed in API discovery.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_resolution.adoc

    ====
    
    Gradle will consider _all_ requested versions, wherever they appear in the dependency graph.
    Out of these versions, it will select the _highest_ one. More information on version ordering
    <<single_versions#version_ordering,here>>.
    
    As you have seen, Gradle supports a concept of <<rich_versions.adoc#rich-version-constraints,rich version declaration>>, so what is the highest version depends on the way versions were declared:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 22.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_discovery_controller_test.go

    	for _, v := range coolFooCRD.Spec.Versions {
    		env.FakeResourceManager.Expect().
    			SetGroupVersionPriority(metav1.GroupVersion{Group: coolFooCRD.Spec.Group, Version: v.Name}, 1000, 100)
    	}
    
    	env.FakeResourceManager.Expect().
    		AddGroupVersion(coolFooCRD.Spec.Group, coolFooDiscovery)
    	for _, v := range coolFooCRD.Spec.Versions {
    		env.FakeResourceManager.Expect().
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 12K bytes
    - Viewed (0)
  6. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/DefaultVersionRangeResolver.java

    import org.eclipse.aether.spi.synccontext.SyncContextFactory;
    import org.eclipse.aether.version.InvalidVersionSpecificationException;
    import org.eclipse.aether.version.Version;
    import org.eclipse.aether.version.VersionConstraint;
    import org.eclipse.aether.version.VersionRange;
    import org.eclipse.aether.version.VersionScheme;
    
    /**
     */
    @Named
    @Singleton
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 10K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/testFixtures/groovy/org/gradle/integtests/tooling/fixture/ToolingApiSpecification.groovy

     * </ul>
     *
     * The supported ranges for the tooling API versions and for the target Gradle versions are documented in the Gradle user guide.
     * For up-to-date information, check the 'Compatibility of Java and Gradle versions` section of the 'Third-party Tools' chapter.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  8. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/WindowsKitWindowsSdkLocatorTest.groovy

            def dir = tmpDir.createDir(name)
            versions.each { version ->
                PLATFORMS.each { dir.createFile("bin/${version}/${it}/rc.exe") }
                dir.createFile("Include/${version}/um/windows.h")
                PLATFORMS.each { dir.createFile("Lib/${version}/um/${it}/kernel32.lib") }
            }
            return dir
        }
    
        def badKitDir(String name, String... versions) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/edit.go

    	// requiring maps each not-yet-disqualified module version to the versions
    	// that would cause that module's requirements to be included in a pruned or
    	// unpruned context. If that version becomes disqualified, the
    	// disqualification will be propagated to all of the versions in the
    	// corresponding list.
    	//
    	// This map is similar to the module requirement graph, but includes more
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 21:46:32 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  10. maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/DefaultLegacyArtifactCollector.java

                                            if (versions == null) {
                                                versions = source.retrieveAvailableVersions(metadataRequest);
                                                artifact.setAvailableVersions(versions);
                                            }
    
                                            Collections.sort(versions);
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 36.7K bytes
    - Viewed (0)
Back to top