Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 26 of 26 for backport (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .ci/matrix-runtime-javas-fips.yml

    # java11 should always be included as we only support Oracle Java 11 in
    # FIPS 140-2 mode. 
    # We also want to test with the bundled JDK so that we proactively find
    # issues that might later be backported to JDK11. Current bundled JDK is
    # openjdk16
    
    ES_RUNTIME_JAVA:
      - java11
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jun 24 17:56:51 GMT 2021
    - 414 bytes
    - Click Count (0)
  2. doc/godebug.md

    [`jstmpllitinterp` setting](/pkg/html/template#hdr-Security_Model).
    This behavior was backported to Go 1.19.8+ and Go 1.20.3+.
    
    Go 1.21 introduced a limit on the maximum number of MIME headers and multipart
    forms, controlled by the
    [`multipartmaxheaders` and `multipartmaxparts` settings](/pkg/mime/multipart#hdr-Limits)
    respectively.
    This behavior was backported to Go 1.19.8+ and Go 1.20.3+.
    
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Mar 20 15:49:10 GMT 2026
    - 26K bytes
    - Click Count (0)
  3. docs/en/docs/release-notes.md

        * It's possible to have arbitrary trees/levels of dependencies with `yield` and exit steps are handled in the correct order automatically.
        * It works by default in Python 3.7 or above. For Python 3.6, it requires the extra backport dependencies:
            * `async-exit-stack`
            * `async-generator`
        * New docs at [Dependencies with `yield`](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-with-yield/).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
  4. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionDownloadPlugin.java

                    );
                }
                return null;
            }));
        }
    
        /**
         * Will be removed once this is backported to all unreleased branches.
         */
        private static String getProjectConfig(ElasticsearchDistribution distribution, BwcVersions.UnreleasedVersionInfo info) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Aug 20 19:11:05 GMT 2021
    - 8.8K bytes
    - Click Count (0)
  5. CHANGELOG/CHANGELOG-1.6.md

        * Leaked File descriptors ([#275](https://github.com/docker/containerd/issues/275))
        * Additional memory overhead per container ([#21737](https://github.com/docker/docker/issues/21737))
      * Docker 1.10.3 contains [backports provided by RedHat](https://github.com/docker/docker/compare/v1.10.3...runcom:docker-1.10.3-stable) for known issues
      * Support for Docker version 1.9.x has been removed
    * rkt version 1.23.0+
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Click Count (0)
  6. CHANGELOG/CHANGELOG-1.16.md

        * Notes on LB name:
        * to ensure backword and forward compat:
        * - SingleStack -v4 (pre v1.16) => BackendPool name == clusterName
        * - SingleStack -v6 => BackendPool name == clusterName (all cluster bootstrap uses this name)
        * DualStack:
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Oct 23 20:13:20 GMT 2024
    - 345.2K bytes
    - Click Count (0)
Back to Top