Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 400 for upgrading (0.14 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/DeprecatedRepositoryIntegrationTest.groovy

                " This is scheduled to be removed in Gradle 9.0. JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead." +
                " Consult the upgrading guide for further information: https://docs.gradle.org/current/userguide/upgrading_version_6.html#jcenter_deprecation"
    
            then:
            succeeds 'help'
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/upgrade/policy_test.go

    		},
    		{
    			name: "upgrading two minor versions in one go is not supported",
    			vg: &fakeVersionGetter{
    				clusterVersion: "v1.11.3",
    				kubeletVersion: "v1.11.3",
    				kubeadmVersion: "v1.13.0",
    			},
    			newK8sVersion:         "v1.13.0",
    			expectedMandatoryErrs: 1, // can't upgrade two minor versions
    		},
    		{
    			name: "upgrading with n-3 kubelet is supported",
    			vg: &fakeVersionGetter{
    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. platforms/core-runtime/logging/src/main/java/org/gradle/internal/deprecation/Documentation.java

            public T withDslReference(Class<?> targetClass, String property) {
                return withDocumentation(Documentation.dslReference(targetClass, property));
            }
    
            /**
             * Output: Consult the upgrading guide for further information: UPGRADE_GUIDE_URL
             */
            @CheckReturnValue
            public T withUpgradeGuideSection(int majorVersion, String upgradeGuideSection) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGTestFrameworkIntegrationTest.groovy

                "This will fail with an error in Gradle 9.0. There are test sources present but no test was executed. Please check your test configuration. " +
                "Consult the upgrading guide for further information: https://docs.gradle.org/current/userguide/upgrading_version_8.html#test_task_fail_on_no_test_executed")
            succeeds "test"
    
            then:
            testResult.assertNoTestClassesExecuted()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 5K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_get_prefer_incompatible.txt

    # Verifies golang.org/issue/37574.
    
    # If we are already using an +incompatible version, we shouldn't look up
    # a lower compatible version when upgrading.
    cp go.mod go.mod.orig
    go mod tidy
    cmp go.mod.orig go.mod
    grep '^example.com/incompatiblewithsub v2\.0\.0\+incompatible' go.sum
    ! grep '^example.com/incompatiblewithsub v1.0.0' go.sum
    
    go get example.com/incompatiblewithsub/sub
    cmp go.mod.orig go.mod
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 895 bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/api/file/FileResolutionIntegrationTest.groovy

            executer.expectDocumentedDeprecationWarning("Passing invalid URIs to URI or File converting methods. This behavior has been deprecated. This will fail with an error in Gradle 9.0. Use a valid URL or a file path instead. Consult the upgrading guide for further information: https://docs.gradle.org/current/userguide/upgrading_version_8.html#deprecated_invalid_url_decoding")
            succeeds()
        }
    
        def "produces deprecation warning for invalid URLs"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 19:24:20 UTC 2024
    - 5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/upgrade.go

    // NewResponseUpgrader returns a new httpstream.ResponseUpgrader that is
    // capable of upgrading HTTP responses using SPDY/3.1 via the
    // spdystream package.
    func NewResponseUpgrader() httpstream.ResponseUpgrader {
    	return NewResponseUpgraderWithPings(0)
    }
    
    // NewResponseUpgraderWithPings returns a new httpstream.ResponseUpgrader that
    // is capable of upgrading HTTP responses using SPDY/3.1 via the spdystream
    // package.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 28 08:02:09 UTC 2022
    - 4K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ConfigurationMutationIntegrationTest.groovy

            executer.expectDocumentedDeprecationWarning("Mutating the dependency attributes of configuration ':parent'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 07 19:31:56 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  9. releasenotes/notes/33734.yaml

        content: |
            When using TCP probes with older versions of istio the check was always successful, even if the application didn't open the port.
            This may cause problems when upgrading: If you had a missconfiguration in a TCP probe (e.g wrong port) you maybe haven't noticed.
            After the upgrade a missconfigured TCP probe will fail and therefore might cause downtimes.
    
    docs:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 26 08:44:57 UTC 2021
    - 842 bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/RootComponentResolutionIntegrationTest.groovy

            expect:
            succeeds("resolve")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 23 22:33:17 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top