Skip to content

Typo in MappingMongoConverterParser [DATAMONGO-2098] #2966

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

Closed
spring-projects-issues opened this issue Sep 27, 2018 · 0 comments
Closed

Typo in MappingMongoConverterParser [DATAMONGO-2098] #2966

spring-projects-issues opened this issue Sep 27, 2018 · 0 comments
Assignees
Labels
in: mapping Mapping and conversion infrastructure type: bug A general bug

Comments

@spring-projects-issues
Copy link

zied yaich opened DATAMONGO-2098 and commented

in the class 

org.springframework.data.mongodb.config.MappingMongoConverterParser

the method : 

private static Set<String> getInititalEntityClasses(Element element)

should be : 

private static Set<String> getInitialEntityClasses(Element element)

Affects: 2.0.11 (Kay SR11), 2.2 M1 (Moore), 2.1.1 (Lovelace SR1)

Referenced from: pull request #612, and commits 04b20fa, 7f35ad9, 81c46f0, 6799156, 32e7d9a, 9072e0a

Backported to: 2.1.2 (Lovelace SR2), 2.0.12 (Kay SR12)

@spring-projects-issues spring-projects-issues added type: bug A general bug in: mapping Mapping and conversion infrastructure labels Dec 30, 2020
@spring-projects-issues spring-projects-issues added this to the 2.2 M1 (Moore) milestone Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: mapping Mapping and conversion infrastructure type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants