This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from 0489a812b4 Fix 'env' is already defined in two steps
     add bcc429c7a9 Remove embedded-mongodb feature and references
     new dd23b23ee8 Merge pull request #15004 from 
apache/remove-embedded-mongodb-feature

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/en/guide/commandLine/creatingProject.adoc  |  2 +-
 .../src/en/guide/commandLine/interactiveMode.adoc  |  3 +-
 .../src/en/ref/Command Line/create-plugin.adoc     |  2 +-
 .../src/en/ref/Command Line/create-restapi.adoc    |  2 +-
 .../src/en/ref/Command Line/create-web-plugin.adoc |  2 +-
 grails-doc/src/en/ref/Command Line/help.adoc       |  2 +-
 .../src/en/ref/Command Line/list-features.adoc     |  1 -
 .../forge/feature/database/EmbeddedMongo.java      | 91 ----------------------
 .../grails-forge-core/src/main/resources/pom.xml   |  6 --
 .../feature/database/EmbeddedMongoSpec.groovy      | 66 ----------------
 .../forge/feature/database/MongoGormSpec.groovy    | 14 +---
 grails-profiles/base/features/mongodb/feature.yml  |  4 +-
 12 files changed, 8 insertions(+), 187 deletions(-)
 delete mode 100644 
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/database/EmbeddedMongo.java
 delete mode 100644 
grails-forge/grails-forge-core/src/test/groovy/org/grails/forge/feature/database/EmbeddedMongoSpec.groovy

Reply via email to