Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 616 for injecting (0.19 sec)

  1. subprojects/core/src/test/resources/META-INF/gradle-plugins/org.gradle.custom-plugin-with-injection.properties

    Adam Murdoch <******@****.***> 1715297124 +1000
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 21:54:27 UTC 2024
    - 79 bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/api/services/model/LifecycleBindingsInjector.java

    import org.apache.maven.api.services.ModelProblemCollector;
    
    /**
     * Handles injection of plugin executions induced by the lifecycle bindings for a packaging.
     *
     */
    public interface LifecycleBindingsInjector {
    
        /**
         * Injects plugin executions induced by lifecycle bindings into the specified model. The model has already undergone
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/testKit/automaticClasspathInjectionQuickstart/kotlin/settings.gradle.kts

    rootProject.name = "automatic-classpath-injection-quickstart"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 62 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/plugins/constructorServiceInjection/groovy/settings.gradle

    rootProject.name = 'service-injection'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 39 bytes
    - Viewed (0)
  5. maven-settings-builder/src/main/java/org/apache/maven/settings/building/DefaultSettingsBuilderFactory.java

    /**
     * A factory to create settings builder instances when no dependency injection is available. Note: This class
     * is only meant as a utility for developers that want to employ the settings builder outside of the Maven build system,
     * Maven plugins should always acquire settings builder instances via dependency injection. Developers might want to
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. pkg/test/framework/components/echo/deployment/builder.go

    		if !ok {
    			continue
    		}
    		if !b.validateTemplates(perClusterConfig, c) {
    			scopes.Framework.Warnf("%s does not contain injection templates for %s; skipping deployment", c.Name(), perClusterConfig.ClusterLocalFQDN())
    			// Don't error out when injection template missing.
    			shouldSkip = true
    			continue
    		}
    
    		var ref *echo.Instance
    		if idx == 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 12K bytes
    - Viewed (0)
  7. maven-model-builder/src/main/java/org/apache/maven/model/validation/ModelValidator.java

        /**
         * Checks the specified file model for missing or invalid values. This model is directly created from the POM
         * file and has not been subjected to inheritance, interpolation or profile/default injection.
         *
         * @param model The model to validate, must not be {@code null}.
         * @param request The model building request that holds further settings, must not be {@code null}.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat May 18 14:09:22 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  8. tests/integration/pilot/revisions/revision_tag_test.go

    					"prod",
    					"fake-revision",
    					"istio.io/rev=prod",
    					"cannot modify tag",
    				},
    				{
    					"default tag-injects for istio injection enabled",
    					"default",
    					"stable",
    					"istio-injection=enabled",
    					"",
    				},
    			}
    
    			istioCtl := istioctl.NewOrFail(t, t, istioctl.Config{Cluster: t.Clusters().Default()})
    			baseArgs := []string{"tag"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. platforms/extensibility/test-kit/src/integTest/groovy/org/gradle/testkit/runner/GradleRunnerUnsupportedFeatureFailureIntegrationTest.groovy

        }
    
        @Requires(UnitTestPreconditions.Jdk8OrEarlier) // tests against old Gradle version that can only work with Java versions up tp 8
        def "fails informatively if trying to use conventional plugin classpath on version that does not support injection"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/analyzers_test.go

    		inputFiles: []string{
    			"testdata/injection-image-distroless-no-meshconfig.yaml",
    			"testdata/common/sidecar-injector-configmap.yaml",
    		},
    		analyzer: &injection.ImageAnalyzer{},
    		expected: []message{},
    	},
    	{
    		name: "istioInjectionProxyImageMismatchAbsolute",
    		inputFiles: []string{
    			"testdata/injection-with-mismatched-sidecar.yaml",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top