Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for Validation (0.25 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    In Gradle 9.0, all changes to a configuration after it has been observed will become an error.
    After a configuration of any type has been observed, it should be considered immutable.
    This validation covers the following properties of a configuration:
    
    * Resolution Strategy
    * Dependencies
    * Constraints
    * Exclude Rules
    * Artifacts
    * Role (consumable, resolvable, dependency scope)
    * Hierarchy (`extendsFrom`)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/sidecar_simulation_test.go

    		tls simulation.TLSMode, validations []simulation.CustomFilterChainValidation,
    		mTLSSecretConfigName string,
    	) simulation.Call {
    		return simulation.Call{
    			Protocol:                  protocol,
    			Port:                      port,
    			CallMode:                  simulation.CallModeInbound,
    			TLS:                       tls,
    			CustomListenerValidations: validations,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top