OpenLiberty / guide-mongodb-intro

A guide on how to persist data in your microservices to MongoDB, a document-oriented NoSQL database.
https://openliberty.io/guides/mongodb-intro.html
Other
3 stars 4 forks source link

The feature names were wrong #122

Closed Emily-Jiang closed 1 year ago

Emily-Jiang commented 1 year ago

The feature versions in the following statements were out of date.

The features that are required to create the CDI producer for MongoDB are Contexts and Dependency Injection (cdi-2.0), Secure Socket Layer (ssl-1.0), MicroProfile Config (mpConfig-1.4), and Password Utilities (passwordUtilities-1.0).

gkwan-ibm commented 1 year ago

close