Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 198 for Deprecation (0.94 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/DaemonClient.java

        }
    
        private static Optional<File> findCrashLogFile(String crashLogFileName) {
            // This use case for the JavaIOTmpDir is allowed since we are looking for the crash log file.
            @SuppressWarnings("deprecation") String javaTmpDir = SystemProperties.getInstance().getJavaIoTmpDir();
            if (javaTmpDir != null && !javaTmpDir.isEmpty()) {
                return Optional.of(new File(javaTmpDir, crashLogFileName));
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:54:56 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  2. cmd/kubelet/app/options/options.go

    		// KubeletConfiguration fields are deprecated-on-creation. When removing flags at the end
    		// of their deprecation period, be careful to check that they have *actually* been deprecated
    		// members of the KubeletConfiguration for the entire deprecation period:
    		// e.g. if a flag was added after this deprecation function, it may not be at the end
    		// of its lifetime yet, even if the rest are.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  3. build-logic/cleanup/src/test/groovy/gradlebuild/cleanup/services/LeakingProcessKillPatternTest.groovy

    Files\\Java\\jdk1.7/bin/java.exe"    -Dorg.gradle.daemon.idletimeout=120000 -Dorg.gradle.daemon.registry.base=C:\\some\\agent\\workspace\\build\\daemon -Dorg.gradle.native.dir=C:\\some\\agent\\workspace\\intTestHomeDir\\worker-1\\native -Dorg.gradle.deprecation.trace=true -Djava.io.tmpdir=C:\\some\\agent\\workspace\\subprojects\\osgi\\build\\tmp -Dfile.encoding=windows-1252 -Dorg.gradle.classloaderscope.strict=true -ea -ea "-Dorg.gradle.appname=gradle" -classpath "C:\\some\\agent\\workspace\\subprojec...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 07:00:39 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  4. pkg/controlplane/apiserver/options/options.go

    // ServiceIPRange checks if the serviceClusterIPRange flag is nil, raising a warning if so and
    // setting service ip range to the default value in kubeoptions.DefaultServiceIPCIDR
    // for now until the default is removed per the deprecation timeline guidelines.
    // Returns service ip range, api server service IP, and an error
    func ServiceIPRange(passedServiceClusterIPRange net.IPNet) (net.IPNet, net.IP, error) {
    	serviceClusterIPRange := passedServiceClusterIPRange
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 12:19:56 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/DefaultScriptCompilationHandler.java

    import java.lang.reflect.Field;
    import java.net.URL;
    import java.security.CodeSource;
    import java.security.ProtectionDomain;
    import java.util.List;
    import java.util.Map;
    
    @SuppressWarnings("deprecation")
    public class DefaultScriptCompilationHandler implements ScriptCompilationHandler {
        private final Logger logger = LoggerFactory.getLogger(DefaultScriptCompilationHandler.class);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  6. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/steps/AssignImmutableWorkspaceStep.java

    import com.google.common.collect.ImmutableListMultimap;
    import com.google.common.collect.ImmutableSortedMap;
    import org.apache.commons.io.FileUtils;
    import org.gradle.caching.internal.origin.OriginMetadata;
    import org.gradle.internal.deprecation.DeprecationLogger;
    import org.gradle.internal.execution.ExecutionEngine.Execution;
    import org.gradle.internal.execution.ImmutableUnitOfWork;
    import org.gradle.internal.execution.OutputSnapshotter;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 16:44:11 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  7. build-logic/packaging/src/main/kotlin/gradlebuild.distributions.gradle.kts

        source(gradleApiKotlinExtensions)
        libraries.from(runtimeClasspath)
        destinationDirectory = layout.buildDirectory.dir("classes/kotlin-dsl-extensions")
    
        @Suppress("DEPRECATION")
        ownModuleName = "gradle-kotlin-dsl-extensions"
    }
    
    val gradleApiKotlinExtensionsClasspathManifest by tasks.registering(ClasspathManifest::class) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DynamicVersionResolver.java

                return supplierRuleExecutor;
            }
    
            @Override
            public CachePolicy getCachePolicy() {
                return cachePolicy;
            }
    
            @SuppressWarnings("deprecation")
            private void process(ModuleComponentRepositoryAccess<ModuleComponentGraphResolveState> access, DefaultBuildableModuleComponentMetaDataResolveResult<ModuleComponentGraphResolveState> result) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 13 17:41:33 UTC 2023
    - 26.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

    When creating a source set, if one of these automatically created configurations already exists, Gradle will emit a deprecation warning.
    If the existing configuration's role is different than the role that the source set would have assigned, its role will be mutated to the correct value and another deprecation warning will be emitted.
    
    The build below demonstrates this unwanted behavior.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_dependencies.adoc

    In the past, some configurations did not define which role they were intended to be used for.
    A deprecation warning is emitted when a configuration is used in a way that was not intended.
    To fix the deprecation, you will need to stop using the configuration in the deprecated role.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 30.1K bytes
    - Viewed (0)
Back to top