Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 83 for netty (0.04 sec)

  1. platforms/core-execution/build-cache-http/src/integTest/groovy/org/gradle/caching/http/internal/HttpBuildCacheRequestHeadersIntegrationTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.caching.http.internal
    
    import org.eclipse.jetty.servlet.FilterHolder
    import org.gradle.util.GradleVersion
    
    import javax.servlet.DispatcherType
    import javax.servlet.Filter
    import javax.servlet.FilterChain
    import javax.servlet.FilterConfig
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/exception/DefaultExceptionHandlerTest.java

    /**
     */
    class DefaultExceptionHandlerTest {
        /**
         * Running Maven under JDK7 may cause connection issues because IPv6 is used by default.
         * <p>
         * e.g running mvn site:run will cause Jetty to fail.
         * </p>
         * <p>
         * The resolution is to add -Djava.net.preferIPv4Stack=true to the command line as documented in
         * http://cwiki.apache.org/confluence/display/MAVEN/ConnectException
         * </p>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 06 10:31:03 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/http/AbstractHttpsRepoResolveIntegrationTest.groovy

            keyStore = TestKeyStore.init(resources.dir)
            keyStore.enableSslWithServerCert(server)
    
            setupBuildFile(repoType)
    
            when:
            executer.withStackTraceChecksDisabled() // Jetty logs stuff to console
            keyStore.configureIncorrectServerCert(executer)
            fails "libs"
    
            then:
            failure.assertHasCause("Could not GET '${server.uri}/repo1/my-group/my-module/1.0/")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/internal/platform/Jdk8WithJettyBootPlatform.kt

    import java.lang.reflect.InvocationTargetException
    import java.lang.reflect.Method
    import java.lang.reflect.Proxy
    import javax.net.ssl.SSLSocket
    import okhttp3.Protocol
    
    /** OpenJDK 8 with `org.mortbay.jetty.alpn:alpn-boot` in the boot class path. */
    class Jdk8WithJettyBootPlatform(
      private val putMethod: Method,
      private val getMethod: Method,
      private val removeMethod: Method,
      private val clientProviderClass: Class<*>,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 6K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/lifecycle/internal/TaskSegment.java

     *
     * @since 3.0
     */
    public final class TaskSegment {
    
        // Can be both "LifeCycleTask" (clean/install) and "GoalTask" (org.mortbay.jetty:maven-jetty-plugin:6.1.19:run)
    
        private final List<Task> tasks;
    
        private final boolean aggregating;
    
        public TaskSegment(boolean aggregating) {
            this.aggregating = aggregating;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jan 09 20:57:17 UTC 2024
    - 2K bytes
    - Viewed (0)
  6. platforms/software/resources-s3/build.gradle.kts

        integTestImplementation(project(":logging"))
        integTestImplementation(libs.commonsIo)
        integTestImplementation(libs.groovyXml)
        integTestImplementation(libs.littleproxy)
        integTestImplementation(libs.jetty)
    
        integTestDistributionRuntimeOnly(project(":distributions-basics"))
    }
    
    
    dependencyAnalysis {
        issues {
            onUnusedDependencies() {
                // This need to exist to be loaded reflectively
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:36 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_op_interfaces.td

                     returned. The order of the resource handles in the returned
                     vector are the order of those resources in the results of the
                     op.}],
          /*retTy=*/"llvm::SmallVector<ResourceHandleValueAndId, 4>",
          /*methodName=*/"GetResourceHandleValueAndIdList",
          /*args=*/(ins "llvm::SmallDenseMap<ResourceHandle, int64_t>&":$resource_handle_id_map,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 30 19:07:07 UTC 2022
    - 6.2K bytes
    - Viewed (0)
  8. testing/internal-performance-testing/build.gradle.kts

        implementation(libs.slf4jApi)
    
        compileOnly(libs.javaParser) {
            because("The Groovy compiler inspects the dependencies at compile time")
        }
    
        runtimeOnly(libs.jclToSlf4j)
        runtimeOnly(libs.jetty)
        runtimeOnly(libs.mySqlConnector)
    
        integTestDistributionRuntimeOnly(project(":distributions-core"))
    }
    
    val reportResources = tasks.register<Copy>("reportResources") {
        from(reports)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

        </dependency>
        <dependency>
          <groupId>org.codehaus.cargo</groupId>
          <artifactId>cargo-core-container-jetty</artifactId>
          <version>0.9</version>
          <scope>test</scope>
        </dependency>
        <dependency>
          <groupId>org.mortbay.jetty</groupId>
          <artifactId>jetty</artifactId>
          <version>6.1.4</version>
          <scope>test</scope>
        </dependency>
        <dependency>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Sep 22 08:59:31 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  10. subprojects/diagnostics/build.gradle.kts

        testImplementation(testFixtures(project(":dependency-management")))
        testImplementation(testFixtures(project(":logging")))
    
        integTestImplementation(libs.jsoup)
        integTestImplementation(libs.jetty)
        integTestImplementation(testFixtures(project(":declarative-dsl-provider")))
    
        testFixturesApi(testFixtures(project(":platform-native")))
        testFixturesApi(testFixtures(project(":logging")))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top