Skip to content
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

Doc improvements #4694

Closed
wants to merge 1 commit into from
Closed

Doc improvements #4694

wants to merge 1 commit into from

Conversation

rechvs
Copy link

@rechvs rechvs commented Apr 19, 2024

  • You have read the Spring Data contribution guidelines.
  • (not applicable) You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • (not applicable) You submit test cases (unit or integration tests) that back your changes.
  • (not applicable) You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

I kept the changes in separate commits mainly to improve reviewability. I’d be happy to squash them before merge.

@pivotal-cla
Copy link

@rechvs Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@rechvs
Copy link
Author

rechvs commented Apr 19, 2024

@pivotal-cla This is an Obvious Fix

@pivotal-cla
Copy link

@rechvs This Pull Request contains an obvious fix. Signing the Contributor License Agreement is not necessary.

@rechvs rechvs marked this pull request as ready for review April 19, 2024 07:16
@mp911de mp911de added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 23, 2024
@mp911de
Copy link
Member

mp911de commented Apr 23, 2024

Care to squash your commits into a single one for easier merging and reviewing?

Various typo fixes and wording improvements.
@rechvs
Copy link
Author

rechvs commented Apr 30, 2024

Care to squash your commits into a single one for easier merging and reviewing?

@mp911de Done.

@mp911de mp911de self-assigned this May 14, 2024
@mp911de mp911de added this to the 4.2.6 (2023.1.6) milestone May 14, 2024
mp911de pushed a commit that referenced this pull request May 14, 2024
Various typo fixes and wording improvements.

Closes #4694
mp911de added a commit that referenced this pull request May 14, 2024
Refine wording about Id field naming.

See #4694
@mp911de mp911de closed this in 1f0ac9f May 14, 2024
mp911de added a commit that referenced this pull request May 14, 2024
Refine wording about Id field naming.

See #4694
| `@Field("x")` `@Id` `String` x
| `_id`
| `@Field("x")` `@Id` `String` y
| `x`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incorrect, @Id takes precedence. I will update the change during the merge.

natedanner pushed a commit to natedanner/spring-projects__spring-data-mongodb that referenced this pull request May 20, 2024
Various typo fixes and wording improvements.

Closes spring-projects#4694
natedanner pushed a commit to natedanner/spring-projects__spring-data-mongodb that referenced this pull request May 20, 2024
Refine wording about Id field naming.

See spring-projects#4694
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants