Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for hasQualifier (0.16 seconds)

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

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

            versionsSet.stream().map(v -> v.isSnapshot() ? v.withoutQualifier() : v).forEach(versions::add);
    
            final List<String> includeVersions = versions.stream()
                .map(v -> v.hasQualifier() ? v.toString() : v.getMajor() + "." + v.getMinor())
                .distinct()
                .collect(Collectors.toList());
    
            final Map<String, Object> bindings = new HashMap<>();
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 14:45:41 GMT 2021
    - 2.1K bytes
    - Click Count (0)
Back to Top