Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for contribute (0.04 sec)

  1. compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java

                return getDeveloperKey(developer);
            }
        }
    
        /**
         * KeyComputer for Contributor
         */
        private class ContributorKeyComputer implements KeyComputer<Contributor> {
            @Override
            public Object key(Contributor contributor) {
                return getContributorKey(contributor);
            }
        }
    
        /**
         * KeyComputer for Profile
         */
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Apr 03 11:21:39 UTC 2025
    - 99.2K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

                <multiplicity>*</multiplicity>
              </association>
            </field>
          </fields>
        </class>
        <class>
          <name>Contributor</name>
          <description>Description of a person who has contributed to the project, but who does not have
            commit privileges. Usually, these contributions come in the form of patches submitted.</description>
          <version>3.0.0+</version>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 26 03:07:35 UTC 2025
    - 133.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.35.md

    - Kube-apiserver: Fixed a possible panic validating a custom resource whose `CustomResourceDefinition` indicates a status subresource exists, but which does not define a `status` property in the `openAPIV3Schema`....
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Dec 17 13:01:55 UTC 2025
    - 228.5K bytes
    - Viewed (0)
Back to top