Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 60 for messaging (0.18 sec)

  1. platforms/core-configuration/configuration-cache/build.gradle.kts

        api(project(":core"))
        api(project(":core-api"))
        api(project(":dependency-management"))
        api(project(":file-temp"))
        api(projects.stdlibJavaExtensions)
        api(project(":logging-api"))
        api(project(":messaging"))
        api(project(":model-core"))
        api(project(":native"))
        api(project(":plugin-use"))
        api(project(":resources"))
        api(projects.serviceProvider)
        api(project(":snapshots"))
    
        api(libs.groovy)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/build.gradle.kts

        implementation(project(":file-collections"))
        implementation(project(":file-temp"))
        implementation(projects.instrumentationAgentServices)
        implementation(projects.io)
        implementation(project(":messaging"))
        implementation(project(":model-core"))
        implementation(project(":platform-jvm"))
        implementation(project(":serialization"))
        implementation(project(":time"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/process/internal/worker/child/WorkerProcessClassPathProvider.java

        public static final String[] RUNTIME_MODULES = new String[]{
            "gradle-core-api",
            "gradle-core",
            "gradle-logging",
            "gradle-logging-api",
            "gradle-messaging",
            "gradle-base-asm",
            "gradle-base-services",
            "gradle-enterprise-logging",
            "gradle-enterprise-workers",
            "gradle-cli",
            "gradle-concurrent",
            "gradle-io",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  4. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/remote/internal/inet/TcpConnectorTest.groovy

            cleanup:
            acceptor?.stop()
            connection?.stop()
        }
    
        def "can receive message from peer after peer has closed connection"() {
            // This is a test to simulate the messaging that the daemon does on build completion, in order to validate some assumptions
    
            when:
            def acceptor = incomingConnector.accept({ ConnectCompletion event ->
                def conn = event.create(serializer)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  5. .teamcity/subprojects.json

      },
      {
        "name": "maven",
        "path": "platforms/software/maven",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": true
      },
      {
        "name": "messaging",
        "path": "platforms/core-runtime/messaging",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "model-core",
        "path": "platforms/core-configuration/model-core",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  6. settings.gradle.kts

            subproject("io")
            subproject("stdlib-java-extensions")
            subproject("launcher")
            subproject("logging")
            subproject("logging-api")
            subproject("messaging")
            subproject("native")
            subproject("process-services")
            subproject("serialization")
            subproject("service-provider")
            subproject("time")
            subproject("tooling-api-provider")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  7. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/DaemonClient.java

            //if it's really dead we should deregister it if it is not already deregistered.
            //if the daemon is not dead we might continue receiving from it (and try to find the bug in messaging infrastructure)
            LOGGER.error("The message received from the daemon indicates that the daemon has disappeared."
                + "\nBuild request sent: {}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:54:56 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  8. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/detection/ForkedTestClasspathFactory.java

                moduleRegistry.getModule("gradle-logging-api").getImplementationClasspath().getAsURLs(),
                moduleRegistry.getModule("gradle-messaging").getImplementationClasspath().getAsURLs(),
                moduleRegistry.getModule("gradle-files").getImplementationClasspath().getAsURLs(),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    For example, issues may occur if a `{javaApi}/java/lang/SecurityManager.html[SecurityManager]` is modified in a test because
    Gradle's internal messaging depends on reflection and socket communication, which may be disrupted if the permissions on the security manager change. In this particular case, you should restore the original `SecurityManager` after the test so that the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.process.internal.worker.messaging.WorkerConfig> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (WorkerConfig.java:0)
    Class <org.gradle.process.internal.worker.messaging.WorkerConfigSerializer> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (WorkerConfigSerializer.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top