Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 3,023 for addSdk (0.22 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/DefaultGradleDistribution.groovy

            }
    
            // 7.6 added JDK 19 support
            if (isSameOrOlder("7.5.1")) {
                return javaVersion >= JavaVersion.VERSION_1_8 && javaVersion <= JavaVersion.VERSION_18
            }
    
            // 8.3 added JDK 20 support
            if (isSameOrOlder("8.2.1")) {
                return javaVersion >= JavaVersion.VERSION_1_8 && javaVersion <= JavaVersion.VERSION_19
            }
    
            // 8.5 added JDK 21 support
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:27 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  2. maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java

        String getLanguage();
    
        /**
         * Specifies if the artifact contains java classes and can be added to the classpath.
         * Whether the artifact should be added to the classpath depends on other
         * dependency properties.
         *
         * @return if the artifact can be added to the class path
         *
         * @deprecated A value of {@code true} does not mean that the dependency should
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Mar 01 17:18:13 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  3. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/operations/BuildOperationQueue.java

    /**
     * An individual active, single use, queue of build operations.
     * <p>
     * The queue is active in that operations are potentially executed as soon as they are added.
     * The queue is single use in that no further work can be added once {@link #waitForCompletion()} has completed.
     * <p>
     * A queue instance is threadsafe. Build operations can submit further operations to the queue but must not block waiting for them to complete.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/DefaultDependencyConstraintSet.java

        }
    
        @Override
        public boolean addAll(Collection<? extends DependencyConstraint> dependencyConstraints) {
            boolean added = false;
            for (DependencyConstraint dependencyConstraint : dependencyConstraints) {
                added |= add(dependencyConstraint);
            }
            return added;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 00:26:55 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  5. releasenotes/notes/48818.yaml

    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    # - feature -- Used to specify a new feature that has been added.
    # - test -- Used to describe additional testing added. This file is optional for
    #   tests, but included for completeness.
    kind: feature
    
    # area describes the area that this change affects.
    # Valid values are:
    # - traffic-management
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 16:44:32 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/test/groovy/org/gradle/tooling/internal/consumer/DefaultTestLauncherTest.groovy

                assert request.taskAndTests == [:]
                assert request.getInternalJvmTestRequests().collect {[it.className, it.methodName]} == [["test", null]]
            }
        }
    
        def "tests class requests are added to test request"() {
            given:
            launcher.withJvmTestClasses("clazz")
            when:
            launcher.run()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  7. pkg/filewatcher/fakefilewatcher_test.go

    	"testing"
    
    	"github.com/fsnotify/fsnotify"
    )
    
    func TestFakeFileWatcher(t *testing.T) {
    	addedChan := make(chan string, 10)
    	removedChan := make(chan string, 10)
    
    	changed := func(path string, added bool) {
    		if added {
    			addedChan <- path
    		} else {
    			removedChan <- path
    		}
    	}
    
    	newWatcher, fakeWatcher := NewFakeWatcher(changed)
    	watcher := newWatcher()
    
    	// verify Add()/Remove()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  8. plugin/pkg/admission/extendedresourcetoleration/admission_test.go

    					InitContainers: []core.Container{
    						containerRequestingMemory,
    					},
    				},
    			},
    		},
    		{
    			description: "pod with container with extended resource, expect toleration to be added",
    			requestedPod: core.Pod{
    				Spec: core.PodSpec{
    					Containers: []core.Container{
    						containerRequestingExtendedResource1,
    					},
    				},
    			},
    			expectedPod: core.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 20 15:11:00 UTC 2019
    - 10.3K bytes
    - Viewed (0)
  9. releasenotes/notes/refactor-install-script.yaml

    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a security fix.
    # - feature -- Used to specify a new feature that has been added.
    # - test -- Used to describe additional testing added. This file is optional for
    #   tests, but included for completeness.
    kind: bug-fix
    area: installation
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 01 20:02:28 UTC 2020
    - 707 bytes
    - Viewed (0)
  10. releasenotes/notes/tracing-canonical-service.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    issue:
      - 28801
    
    releaseNotes:
    - |
      **Added** canonical service tags to Envoy-generated trace spans.
    upgradeNotes:
      - title: Service Tags added to trace spans
        content: |
          Istio now configures Envoy to include tags identifying the canonical service for a workload in generated trace spans.
    
          This will lead to a small increase in storage per span for tracing backends.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 01 15:34:22 UTC 2021
    - 582 bytes
    - Viewed (0)
Back to top