Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 7 of 7 for conflictKey (0.34 seconds)

  1. compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/type/TypeCollector.java

                    if (derived != null) {
                        if (processorTypes == null) {
                            processorTypes = new HashMap<>();
                        }
                        processorTypes.put(conflictKey(transitive), derived);
                    }
                }
            }
            if (processorTypes != null) {
                context.put(CONTEXT_KEY, processorTypes);
            }
            return root;
        }
    
        /**
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Mar 28 11:22:05 GMT 2026
    - 3.6K bytes
    - Click Count (0)
  2. compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/type/TypeDeriver.java

                    String currentType = node.getArtifact().getProperty(ArtifactProperties.TYPE, "");
                    if (!TypeCollector.PROCESSOR_TYPE_IDS.contains(currentType)) {
                        String key = TypeCollector.conflictKey(node);
                        String processorType = collectedProcessorTypes.get(key);
                        if (processorType != null) {
                            Artifact artifact = node.getArtifact();
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Mar 28 11:22:05 GMT 2026
    - 8K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.23.md

    - Update Go used to build migrate script in etcd image to v1.16.7. ([#104301](https://github.com/kubernetes/kubernetes/pull/104301), [@serathius](https://github.com/serathius))
    - Updated json representation for a conflicted taint to `Key=Effect` when a conflicted taint occurs in kubectl taint. ([#104011](https://github.com/kubernetes/kubernetes/pull/104011), [@manugupt1](https://github.com/manugupt1))
    - Upgrades functionality of `kubectl kustomize` as described at
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Tue Feb 28 21:06:52 GMT 2023
    - 424.5K bytes
    - Click Count (0)
  4. CHANGELOG/CHANGELOG-1.16.md

    - Fix route conflicted operations when updating multiple routes together ([#88209](https://github.com/kubernetes/kubernetes/pull/88209), [@feiskyer](https://github.com/feiskyer)) [SIG Cloud Provider]
    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)
  5. CHANGELOG/CHANGELOG-1.15.md

    - Fix route conflicted operations when updating multiple routes together ([#88209](https://github.com/kubernetes/kubernetes/pull/88209), [@feiskyer](https://github.com/feiskyer)) [SIG Cloud Provider]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 278.9K bytes
    - Click Count (0)
  6. CHANGELOG/CHANGELOG-1.17.md

    - Fix route conflicted operations when updating multiple routes together ([#88209](https://github.com/kubernetes/kubernetes/pull/88209), [@feiskyer](https://github.com/feiskyer)) [SIG Cloud Provider]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Click Count (1)
  7. CHANGELOG/CHANGELOG-1.18.md

    - Fix regression in statefulset conversion which prevents applying a statefulset multiple times. ([#87706](https://github.com/kubernetes/kubernetes/pull/87706), [@liggitt](https://github.com/liggitt)) [SIG Apps and Testing]
    - Fix route conflicted operations when updating multiple routes together ([#88209](https://github.com/kubernetes/kubernetes/pull/88209), [@feiskyer](https://github.com/feiskyer)) [SIG Cloud Provider]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Jun 16 17:18:28 GMT 2021
    - 373.2K bytes
    - Click Count (0)
Back to Top