Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for jetty11 (0.09 sec)

  1. subprojects/core/build.gradle.kts

        integTestImplementation(project(":daemon-services"))
        integTestImplementation(libs.jansi)
        integTestImplementation(libs.jetbrainsAnnotations)
        integTestImplementation(libs.jetty)
        integTestImplementation(libs.littleproxy)
        integTestImplementation(testFixtures(project(":native")))
        integTestImplementation(testFixtures(project(":file-temp")))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt

          @JvmStatic
          fun bouncycastle() = PlatformRule(BOUNCYCASTLE_PROPERTY)
    
          @JvmStatic
          fun isAlpnBootEnabled(): Boolean =
            try {
              Class.forName("org.eclipse.jetty.alpn.ALPN", true, null)
              true
            } catch (cnfe: ClassNotFoundException) {
              false
            }
    
          val isCorrettoSupported: Boolean =
            try {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  3. subprojects/distributions-dependencies/build.gradle.kts

            api(libs.httpmime)              { version { strictly("4.5.10") }}
            api(libs.javaParser)            { version { strictly("3.17.0") }}
            api(libs.jetty)                 { version { strictly(jettyVersion) }}
            api(libs.jettySecurity)         { version { strictly(jettyVersion) }}
            api(libs.jettyServer)           { version { strictly(jettyVersion) }}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  4. maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

              </exclusion>
            </exclusions>
          </dependency>
    
          <!--  Plexus test dependencies -->
          <dependency>
            <groupId>org.sonatype.plexus</groupId>
            <artifactId>plexus-jetty6</artifactId>
            <version>${plexusJetty6Version}</version>
            <scope>test</scope>
          </dependency>
          <dependency>
            <groupId>org.sonatype.spice</groupId>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Aug 03 09:29:10 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  5. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

        val httpmime = "org.apache.httpcomponents:httpmime"
        val jacksonKotlin = "com.fasterxml.jackson.module:jackson-module-kotlin"
        val javaParser = "com.github.javaparser:javaparser-core"
        val jetty = "org.eclipse.jetty:jetty-http"
        val jettySecurity = "org.eclipse.jetty:jetty-security"
        val jettyServer = "org.eclipse.jetty:jetty-server"
        val jettyServlet = "org.eclipse.jetty:jetty-servlet"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 15K bytes
    - Viewed (0)
  6. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishHttpIntegTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.publish.ivy
    
    import org.eclipse.jetty.http.HttpStatus
    import org.gradle.api.artifacts.repositories.PasswordCredentials
    import org.gradle.api.credentials.Credentials
    import org.gradle.api.internal.artifacts.ivyservice.ivyresolve.parser.MetaDataParser
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 21.8K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml

              </exclusion>
            </exclusions>
          </dependency>
    
          <!--  Plexus test dependencies -->
          <dependency>
            <groupId>org.sonatype.plexus</groupId>
            <artifactId>plexus-jetty6</artifactId>
            <version>${plexusJetty6Version}</version>
            <scope>test</scope>
          </dependency>
          <dependency>
            <groupId>org.sonatype.spice</groupId>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Sep 11 08:52:20 UTC 2021
    - 22.4K bytes
    - Viewed (0)
  8. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

              </exclusion>
            </exclusions>
          </dependency>
    
          <!--  Plexus test dependencies -->
          <dependency>
            <groupId>org.sonatype.plexus</groupId>
            <artifactId>plexus-jetty6</artifactId>
            <version>${plexusJetty6Version}</version>
            <scope>test</scope>
          </dependency>
          <dependency>
            <groupId>org.sonatype.spice</groupId>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Aug 03 09:29:10 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolutionIssuesIntegrationTest.groovy

                    // Change the order of these two dependencies to have the capability conflict detected
                    runtimeOnly("org.liquibase.ext:liquibase-hibernate5:4.4.3")
                    runtimeOnly("org.eclipse.jetty.aggregate:jetty-all:9.4.35.v20201120")
                }
            """
    
            file("extension/build.gradle") << """
                plugins {
                    id("java-library")
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 04:02:23 UTC 2024
    - 30K bytes
    - Viewed (0)
  10. docs/changelogs/changelog_2x.md

     *  Fix: Cache 302s and 308s that include appropriate response headers.
     *  Fix: Improve pooling of connections that use proxy selectors.
     *  Fix: Don't leak connections when using ALPN on the desktop.
     *  Fix: Update Jetty ALPN to `7.1.2.v20141202` (Java 7) and `8.1.2.v20141202` (Java 8).
        This fixes a bug in resumed TLS sessions where the wrong protocol could be
        selected.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 26.6K bytes
    - Viewed (0)
Back to top