Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 198 for Deprecation (3.75 sec)

  1. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/BuildInitPluginIntegrationTest.groovy

    import org.hamcrest.Matcher
    
    import static org.gradle.buildinit.plugins.internal.modifiers.BuildInitDsl.GROOVY
    import static org.gradle.buildinit.plugins.internal.modifiers.BuildInitDsl.KOTLIN
    import static org.gradle.internal.deprecation.Documentation.userManual
    import static org.hamcrest.CoreMatchers.allOf
    import static org.hamcrest.CoreMatchers.containsString
    import static org.hamcrest.CoreMatchers.not
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 13:39:44 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/BuildScanPluginSmokeTest.groovy

                    "WARNING: The following functionality has been deprecated and will be removed in the next major release of the Develocity Gradle plugin. Run with '-Ddevelocity.deprecation.captureOrigin=true' to see where the deprecated functionality is being used. " +
                        "For assistance with migration, see https://gradle.com/help/gradle-plugin-develocity-migration.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/detection/ForkedTestClasspathFactory.java

    import org.gradle.api.logging.Logging;
    import org.gradle.internal.UncheckedException;
    import org.gradle.internal.classpath.ClassPath;
    import org.gradle.internal.classpath.DefaultClassPath;
    import org.gradle.internal.deprecation.DeprecationLogger;
    import org.gradle.util.internal.CollectionUtils;
    
    import java.io.Closeable;
    import java.io.File;
    import java.io.IOException;
    import java.net.URL;
    import java.net.URLClassLoader;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  4. maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4Test.java

            Object value = ee.evaluate("${" + sysprop + "}");
    
            assertEquals("value", value);
        }
    
        @SuppressWarnings("deprecation")
        private static MavenSession createSession(PlexusContainer container, ArtifactRepository repo, Properties properties)
                throws CycleDetectedException, DuplicateProjectException, NoLocalRepositoryManagerException {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/NamedDomainObjectContainerExtensions.kt

    import org.gradle.api.Action
    import org.gradle.api.NamedDomainObjectContainer
    import org.gradle.api.NamedDomainObjectProvider
    import org.gradle.api.PolymorphicDomainObjectContainer
    import org.gradle.internal.deprecation.DeprecationLogger
    
    import org.gradle.kotlin.dsl.support.delegates.NamedDomainObjectContainerDelegate
    
    import kotlin.reflect.KClass
    import kotlin.reflect.KProperty
    
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 19 22:09:44 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/OutputScrapingExecutionResult.java

         * Normalize the non-deterministic part of lambda class name.
         *
         * Lambdas do have some non-deterministic class names, depending on when they are loaded.
         * Since we want to assert the Lambda class name for some deprecation warning tests, we replace the non-deterministic part by {@code <non-deterministic>}.
         */
        public static String normalizeLambdaIds(@Nullable String line) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 19K bytes
    - Viewed (0)
  7. cluster/log-dump/log-dump.sh

    # process will exit with a non-zero exit code).
    readonly log_dump_expected_success_percentage="${LOG_DUMP_EXPECTED_SUCCESS_PERCENTAGE:-0}"
    
    function print-deprecation-note() {
      local -r dashline=$(printf -- '-%.0s' {1..100})
      echo "${dashline}"
      echo "k/k version of the log-dump.sh script is deprecated!"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/support/KotlinCompiler.kt

        put(CommonConfigurationKeys.MODULE_NAME, name)
    }
    
    
    @OptIn(ExperimentalCompilerApi::class)
    private
    fun CompilerConfiguration.addScriptingCompilerComponents() {
        @Suppress("DEPRECATION")
        add(
            org.jetbrains.kotlin.compiler.plugin.ComponentRegistrar.PLUGIN_COMPONENT_REGISTRARS,
            ScriptingCompilerConfigurationComponentRegistrar()
        )
    }
    
    
    private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 31 08:46:17 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  9. maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java

            Object value = ee.evaluate("${" + sysprop + "}");
    
            assertEquals("value", value);
        }
    
        @SuppressWarnings("deprecation")
        private static MavenSession createSession(PlexusContainer container, ArtifactRepository repo, Properties properties)
                throws CycleDetectedException, DuplicateProjectException {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 05 08:11:33 UTC 2023
    - 18.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/BUILD

            "@local_xla//xla/mlir_hlo:hlo_ops_td_files",
        ],
    )
    
    tf_cc_binary(
        name = "odml_to_stablehlo",
        srcs = [
            "odml_to_stablehlo.cc",
        ],
        copts = ["-O3"],
        deprecation = "odml_to_stablehlo is being deprecated, please use TFlite converter with flag: " +
                      "converter.target_spec.supported_ops = " +
                      " [tf.lite.OpsSet.EXPERIMENTAL_STABLEHLO_OPS]",
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 24.9K bytes
    - Viewed (0)
Back to top