-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Spelling non-API change #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* system * tokenizer * toolchain * trailing * transitive * unsupported * version * artifact * attachment * codehaus * colleagues * comparison * concurrency * configure * creation * dependency * descriptor * downstream * efficient * elements * encountered * encounters * environments * executed * explicitly * happens * hierarchical * hierarchy * ignore * implemented * implementers * independence * indicates * inheritance * inherited * inherits * install * interface * javascript * laziness * management * maven * metadata * mgmt * minimalist * nonexistent * objects * overridden * print * project * properties * recessive * referring * repository * representation * retrieval * retrieve * rigorous * should * spontaneously * subsequent
| } | ||
|
|
||
| public MetadataGraphNode addExident( MetadataGraphNode node ) | ||
| public MetadataGraphNode addExcident( MetadataGraphNode node ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be an api change. I'm not even sure if this is a correct word.
I'm fairly confident that you are using two spellings for the same concept.
| } | ||
|
|
||
| public List<ArtifactRepository> getRemoteRepostories() | ||
| public List<ArtifactRepository> getRemoteRepositories() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably an api change.
I can provide deprecation markers and/or split this into a distinct PR (applies for all similar items)
| } | ||
|
|
||
| for ( Vertex projectVertex : dag.getVerticies() ) | ||
| for ( Vertex projectVertex : dag.getVertices() ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change stands alone, I can't find anything else that uses this spelling, but lots of things use the corrected spelling....
| } | ||
|
|
||
| public LocalArtifactRepository getIdeWorspace() | ||
| public LocalArtifactRepository getIdeWorkspace() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be an api change
|
|
||
|
|
||
| public int getNumberOfExceutions( ProjectBuildList projectBuildList ) | ||
| public int getNumberOfExecutions( ProjectBuildList projectBuildList ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm hoping this isn't really a public api, but if it is...
| } | ||
|
|
||
| protected void assertColllectorState( int numFatals, int numErrors, int numWarnings, | ||
| protected void assertCollectorState( int numFatals, int numErrors, int numWarnings, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is an api
|
Hi Josh, thanks for the PR. I have seen that you did the same for Tomcat. We should split this into two parts:
Please create two tickets, two PRs, I wil take care of. |
|
@michael-o split -- please follow-up in #103 as that's a messier kettle |
|
@jsoref I am somewhat confused by the new PRs. I wanted two distinct PRs. Can you do that? |
|
@michael-o : this PR is roughly "non-API change". I split off #101 for the API change (and included deprecation, but not docs, that's too much to ask). |
| <field-name>_cipher</field-name> | ||
| </requirement> | ||
| <requirement> | ||
| <role>org.sonatype.plexus.components.sec.dispatcher.PasswordDecryptor</role> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a typo in Plexus Sec Dispatcher we can't fix here. Please drop. You can, of course, add a comment for the typo.
| </requirement> | ||
| <requirement> | ||
| <role>org.sonatype.plexus.components.sec.dispatcher.PasswordDecryptor</role> | ||
| <field-name>_decryptors</field-name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
|
I am about to merge this PR, but for one commit which has to be undone. |
|
You have renamed to |
|
Can you rebase your changes and squash into one commit? I want to pull them in with MNG-6146. |
23fd7ae to
6440c30
Compare
|
done |
|
Testing your PR, two issues:
Please update. |
a5138c1 to
bd0b2ba
Compare
|
Updated |
|
Testing your changes now: https://builds.apache.org/job/maven-3.x-jenkinsfile/job/MNG-6146/ |
…and documentation Spelling fixes: * system * tokenizer * toolchain * trailing * transitive * unsupported * version * artifact * attachment * codehaus * colleagues * comparison * concurrency * configure * creation * dependency * descriptor * downstream * efficient * e.g. * elements * encountered * encounters * environments * executed * explicitly * happens * hierarchical * hierarchy * ignore * implemented * implementers * independence * indicates * inheritance * inherited * inherits * install * interface * javascript * laziness * management * maven * metadata * mgmt * minimalist * nonexistent * objects * overridden * print * project * properties * recessive * referring * repository * representation * retrieval * retrieve * rigorous * should * spontaneously * subsequent Literal fixes: * use static final values Style fixes: * use the proper term for char U+002D (-) hyphen(-minus) instead of dash This closes apache#100
…)selection using --projects. Closes apache#100.
|
Resolve #7298 |
No description provided.