Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setTerm (0.05 sec)

  1. compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

            }
    
            try {
                if (stdout != null) {
                    System.setOut(stdout);
                }
                if (stderr != null) {
                    System.setErr(stderr);
                }
    
                CliRequest cliRequest = new CliRequest(args, classWorld);
                cliRequest.workingDirectory = workingDirectory;
    
                return doMain(cliRequest);
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 76.8K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

        This allows customization without the drawbacks of separate connection
        pools.
    
     *  **OkHttpClient is now stateless.** In the 2.x API `OkHttpClient` had getters
        and setters. Internally each request was forced to make its own complete
        snapshot of the `OkHttpClient` instance to defend against racy configuration
        changes. In 3.x, `OkHttpClient` is now stateless and has a builder. Note
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
Back to top