Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for deprecationsByArea (0.1 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/BreakingChangesGenerator.java

            final Map<String, Object> bindings = new HashMap<>();
            bindings.put("breakingChangesByNotabilityByArea", breakingChangesByNotabilityByArea);
            bindings.put("deprecationsByArea", deprecationsByArea);
            bindings.put("isElasticsearchSnapshot", version.isSnapshot());
            bindings.put("majorDotMinor", version.getMajor() + "." + version.getMinor());
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 14:45:41 GMT 2021
    - 3K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/resources/templates/breaking-changes.asciidoc

    ${breaking.details.trim()}
    
    *Impact* +
    ${breaking.impact.trim()}
    ====
    <%
            }
    
            if (isNotable) {
                print "// end::notable-breaking-changes[]\n"
            }
        }
    }
    }
    if (deprecationsByArea.empty == false) { %>
    
    [discrete]
    [[deprecated-${majorDotMinor}]]
    === Deprecations
    
    The following functionality has been deprecated in {es} ${majorDotMinor}
    and will be removed in ${nextMajor}.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 28 11:09:58 GMT 2021
    - 2.9K bytes
    - Click Count (0)
Back to Top