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

Fix typo in README.md #486

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Fix typo in README.md #486

merged 1 commit into from
Oct 27, 2023

Conversation

izeye
Copy link

@izeye izeye commented Oct 25, 2023

This PR polishes the README.md a bit.

Copy link
Member

@michaelmosmann michaelmosmann left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution. Can you agree with my remarks?

README.md Outdated
@@ -60,15 +60,14 @@ We use http://www.apache.org/licenses/LICENSE-2.0
### Spring Integration

As the spring projects
[removed the embed mongo support in 2.7.0](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes#springmongodbembeddedfeatures-configuration-property-removed)
Copy link
Member

Choose a reason for hiding this comment

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

Yes, they updated the comment in their new release .. but they started removing the dependency with version 2.7.x. So i would not change that.

Copy link
Author

Choose a reason for hiding this comment

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

@michaelmosmann Spring Boot still seems to manage dependency for Embedded MongoDB in 2.7.x here: https://github.com/spring-projects/spring-boot/blob/2.7.x/spring-boot-project/spring-boot-dependencies/build.gradle#L340-L346

Am I missing something?

Copy link
Member

Choose a reason for hiding this comment

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

@izeye there are supporting an old version of this library .. and stopped to upgrading it to the new version (see #378 if you are interested in some 'fun')

you should consider to use one of these integration projects.
It should behave mostly like the original spring integration, but there are some minor differences:
- version in 'spring.mongodb.embedded.version' is used in package resolver and is not matched against version enum.
- 'spring.mongodb.embedded.features' is not supported (not the way to change the config of mongodb)

If you have any trouble in using them fell free to create an issue.

- [Spring 2.5.x](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo.spring/tree/spring-2.5.x)
Copy link
Member

Choose a reason for hiding this comment

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

Spring 2.5.x and 2.6.x support is still there. So i would not change that.

Copy link
Author

Choose a reason for hiding this comment

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

@michaelmosmann I didn't count its commercial support, but 2.5.x also has been EOLed even for commercial support. I'll reinstate the entry for 2.6.x, but please let me know if you still want 2.5.x to be reinstated, too.

See https://spring.io/projects/spring-boot#support

Copy link
Member

Choose a reason for hiding this comment

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

@izeye I do not provide commercial support for spring 2.5.x but there are still users out there using it. So i would leave it:)

README.md Outdated
- [Spring 2.7.x](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo.spring/tree/spring-2.7.x)
- [Spring 3.0.x](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo.spring/tree/spring-3.0.x)
- [Spring 3.0.x](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo.spring/tree/spring-3.1.x)
Copy link
Member

Choose a reason for hiding this comment

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

The Label should be changed to Spring 3.1.x.

@izeye
Copy link
Author

izeye commented Oct 25, 2023

@michaelmosmann Thanks for the feedback! I applied it in ccb9ee4.

@michaelmosmann
Copy link
Member

@izeye had to make a new release (without any changes). So i got the last part of your commit already...

@izeye
Copy link
Author

izeye commented Oct 26, 2023

@michaelmosmann Thanks! I updated as you suggested.

@izeye izeye changed the title Polish README.md Fix typo in README.md Oct 26, 2023
@izeye
Copy link
Author

izeye commented Oct 26, 2023

@michaelmosmann Sorry, I missed your last comment. Then, there's nothing left except fixing a typo that I meant to include in this PR when opening it, but somehow I missed it.

@michaelmosmann michaelmosmann merged commit 0148baf into flapdoodle-oss:main Oct 27, 2023
@michaelmosmann
Copy link
Member

@izeye .. even if there is not much left i would like to thank for your time and effort.. :)

@izeye izeye deleted the patch-2 branch October 27, 2023 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants