Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for forPort (0.04 seconds)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/s3/S3ClientTest.java

                    .withExposedPorts(port)//
                    .withCommand("server /data")//
                    .waitingFor(new HttpWaitStrategy()//
                            .forPath("/minio/health/ready")//
                            .forPort(port)//
                            .withStartupTimeout(Duration.ofSeconds(30)));
            logger.info("Starting {}", IMAGE_NAME);
            minioServer.start();
            logger.info("Started {}", IMAGE_NAME);
    
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Thu Dec 11 07:57:44 GMT 2025
    - 20.5K bytes
    - Click Count (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/gcs/GcsClientTest.java

                    .withCommand("-scheme", "http", "-port", String.valueOf(port), "-external-url", "http://localhost:" + port)//
                    .waitingFor(Wait.forHttp("/storage/v1/b")//
                            .forPort(port)//
                            .withStartupTimeout(Duration.ofSeconds(60)));
            logger.info("Starting {}", IMAGE_NAME);
            gcsServer.start();
            logger.info("Started {}", IMAGE_NAME);
    
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Thu Dec 11 08:38:29 GMT 2025
    - 19.6K bytes
    - Click Count (0)
  3. CONTRIBUTING.md

    If you don't see the report link in the output in the IDE, make sure to select the top-level node in the structured output panel.
    The report will explain the errors in detail.
    Perhaps, you forgot to add an `@Incubating` annotation or `@since` in the javadoc.
    
    2. Accept the changes.\
    If you are sure that the changes are intentional, follow the steps described in the report.
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Tue Nov 25 06:57:22 GMT 2025
    - 19K bytes
    - Click Count (0)
Back to Top