- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for breakingChangesByNotabilityByArea (0.47 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/BreakingChangesGenerator.java
.collect(groupingBy(ChangelogEntry.Deprecation::getArea, TreeMap::new, Collectors.toList())); final Map<String, Object> bindings = new HashMap<>(); bindings.put("breakingChangesByNotabilityByArea", breakingChangesByNotabilityByArea); bindings.put("deprecationsByArea", deprecationsByArea); bindings.put("isElasticsearchSnapshot", version.isSnapshot());
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 14:45:41 GMT 2021 - 3K bytes - Click Count (0) -
build-tools-internal/src/main/resources/templates/breaking-changes.asciidoc
<% if (isElasticsearchSnapshot) { %> coming[${version}] <% } %> //NOTE: The notable-breaking-changes tagged regions are re-used in the //Installation and Upgrade Guide <% if (breakingChangesByNotabilityByArea.isEmpty() == false) { %> [discrete] [[breaking-changes-${majorDotMinor}]] === Breaking changes The following changes in {es} ${majorDotMinor} might affect your applications
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)