Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 115 for downgrades (0.16 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/strict/EndorseStrictVersionsIntegrationTest.groovy

    @RequiredFeature(feature = GradleMetadataResolveRunner.GRADLE_METADATA, value = "true")
    class EndorseStrictVersionsIntegrationTest extends AbstractModuleDependencyResolveTest {
    
        void "can downgrade version through platform"() {
            given:
            repository {
                'org:platform:1.0'() {
                    constraint(group: 'org', artifact: 'bar', version: '1.0')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  2. pkg/kubeapiserver/default_storage_factory_builder.go

    		// If a resource has to be stored in a version that is not the
    		// latest, then it can be listed here. Usually this is the case
    		// when a new version for a resource gets introduced and a
    		// downgrade to an older apiserver that doesn't know the new
    		// version still needs to be supported for one release.
    		//
    		// Example from Kubernetes 1.24 where csistoragecapacities had just
    		// graduated to GA:
    		//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  3. platforms/jvm/jacoco/src/integTest/groovy/org/gradle/testing/jacoco/plugins/JacocoPluginIntegrationTest.groovy

            output.contains "org.jacoco:org.jacoco.ant:"
        }
    
        def "allows configuring tool dependencies explicitly"() {
            when:
            buildFile << """
                dependencies {
                    //downgrade version:
                    jacocoAgent "org.jacoco:org.jacoco.agent:0.6.0.201210061924"
                    jacocoAnt "org.jacoco:org.jacoco.ant:0.6.0.201210061924"
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 16:03:36 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/dependency_downgrade_and_exclude.adoc

    Consider upgrading your source code to use a newer version of the library as an alternative approach.
    ====
    
    In general, forcing dependencies is done to downgrade a dependency.
    There might be different use cases for downgrading:
    
    - a bug was discovered in the latest release
    - your code depends on a lower version which is not binary compatible
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  5. pkg/proxy/serviceport.go

    	}
    
    	// filter external ips, source ranges and ingress ips
    	// prior to dual stack services, this was considered an error, but with dual stack
    	// services, this is actually expected. Hence we downgraded from reporting by events
    	// to just log lines with high verbosity
    	ipFamilyMap := proxyutil.MapIPsByIPFamily(service.Spec.ExternalIPs)
    	info.externalIPs = ipFamilyMap[ipFamily]
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 09 08:17:56 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. src/cmd/vet/vet_test.go

    			errchk(cmd, files, t)
    		})
    	}
    
    	// The loopclosure analyzer (aka "rangeloop" before CL 140578)
    	// is a no-op for files whose version >= go1.22, so we use a
    	// go.mod file in the rangeloop directory to "downgrade".
    	//
    	// TOOD(adonovan): delete when go1.21 goes away.
    	t.Run("loopclosure", func(t *testing.T) {
    		cmd := testenv.Command(t, testenv.GoToolPath(t), "vet", "-vettool="+vetPath(t), ".")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 01:02:40 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/PublishedRichVersionConstraintsIntegrationTest.groovy

    import spock.lang.Issue
    
    @RequiredFeature(feature = GradleMetadataResolveRunner.GRADLE_METADATA, value = "true")
    class PublishedRichVersionConstraintsIntegrationTest extends AbstractModuleDependencyResolveTest {
        def "should not downgrade dependency version when an external transitive dependency has strict version"() {
            given:
            repository {
                'org:foo' {
                    '15'()
                    '17'()
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13K bytes
    - Viewed (0)
  8. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/variants/GradlePluginWithVariantsPublicationIntegrationTest.groovy

            failure.assertHasResolution("Upgrade to at least Gradle 1000.0. See the instructions at https://docs.gradle.org/$currentGradle/userguide/upgrading_version_8.html#sub:updating-gradle.")
            failure.assertHasResolution("Downgrade plugin com.example:producer:1.0 to an older version compatible with Gradle $currentGradle.")
        }
    
        @Issue("https://github.com/gradle/gradle/issues/24609")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  9. pkg/controller/clusterroleaggregation/clusterroleaggregation_controller.go

    		// When Server Side Apply is not enabled, fallback to Update. This is required when running
    		// 1.21 since api-server can be 1.20 during the upgrade/downgrade.
    		// Since Server Side Apply is enabled by default in Beta, this fallback only kicks in
    		// if the feature has been disabled using its feature flag.
    		err = c.updateClusterRoles(ctx, sharedClusterRole, newPolicyRules)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_stablehlo_to_vhlo.cc

        ModuleOp module = getOperation();
        std::string target_version = tflite_supported_stablehlo_version;
        VhloToStablehloTypeConverter to_builtin_converter;
    
        // StableHLO --> VHLO (allow funcs)
        //   VHLO -> Downgrade to tflite_supported_stablehlo_version
        //     VHLO Tensor --> Builtin Tensor
        //       Remove cast(tensor->vhlo) -> cast(vhlo->tensor) pattern
        if (failed(ApplyStablehloToVhloPatterns(module,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 19:48:51 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top