Skip to content

Add settings for mongo host and port - #941

Merged
lvca merged 1 commit into
ArcadeData:mainfrom
gramian:main
Mar 15, 2023
Merged

Add settings for mongo host and port#941
lvca merged 1 commit into
ArcadeData:mainfrom
gramian:main

Conversation

@gramian

@gramian gramian commented Mar 15, 2023

Copy link
Copy Markdown
Collaborator

What does this PR do?

Entries for the MONGO_HOST and MONGO_PORT are added to the GlobalConfiguration and used by the Mongo plugin.

Related issues

#917

Additional Notes

Originally the host for mongo was "localhost" which I changed to the "0.0.0.0" as for the other host settings. If this needs to be exactly "localhot" for Mongo please change.

Checklist

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios (not added tests)

@lvca
lvca merged commit b0a4528 into ArcadeData:main Mar 15, 2023
@lvca lvca added the enhancement New feature or request label Mar 15, 2023
@lvca lvca added this to the 23.3.1 milestone Mar 15, 2023
@lvca

lvca commented Mar 15, 2023

Copy link
Copy Markdown
Member

Thanks @gramian

tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
mergify Bot added a commit that referenced this pull request Jul 19, 2026
…from 3.4.1 to 3.6.3 [skip ci]

Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.
Release notes

*Sourced from [org.apache.maven.plugins:maven-enforcer-plugin's releases](https://github.com/apache/maven-enforcer/releases).*

> 3.6.3
> -----
>
> 🚀 New features and improvements
> -------------------------------
>
> * Make bannedDependencies report root and transitive dependency in case both are banned. ([#940](https://redirect.github.com/apache/maven-enforcer/pull/940)) [`@​hvoynov`](https://github.com/hvoynov)
> * Add enforceBytecodeVersion rule based on mojohaus ([#968](https://redirect.github.com/apache/maven-enforcer/pull/968)) [`@​cstamas`](https://github.com/cstamas)
> * Improve formatting of deprecated API warning ([#951](https://redirect.github.com/apache/maven-enforcer/pull/951)) [`@​mthmulders`](https://github.com/mthmulders)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix handling of Java versions like 21.0.10.0.1 ([#967](https://redirect.github.com/apache/maven-enforcer/pull/967)) [`@​parttimenerd`](https://github.com/parttimenerd)
> * Add null checks for modelId in PluginWrapper ([#974](https://redirect.github.com/apache/maven-enforcer/pull/974)) [`@​cpfeiffer`](https://github.com/cpfeiffer)
>
> 📝 Documentation updates
> -----------------------
>
> * Document the banMavenDefaults option for the requirePluginVersions rule. ([#936](https://redirect.github.com/apache/maven-enforcer/pull/936)) [`@​rpkrajewski`](https://github.com/rpkrajewski)
>
> 👻 Maintenance
> -------------
>
> * `PlexusStringUtils` Refaster recipes ([#943](https://redirect.github.com/apache/maven-enforcer/pull/943)) [`@​slachiewicz`](https://github.com/slachiewicz)
> * JUnit Jupiter migration from JUnit 4.x ([#941](https://redirect.github.com/apache/maven-enforcer/pull/941)) [`@​slachiewicz`](https://github.com/slachiewicz)
>
> 📦 Dependency updates
> --------------------
>
> * Bump org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4 in /maven-enforcer-plugin/src/it/projects/MENFORCER-434 ([#970](https://redirect.github.com/apache/maven-enforcer/pull/970)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Deps: Parent POM 48 and align deps ([#979](https://redirect.github.com/apache/maven-enforcer/pull/979)) [`@​cstamas`](https://github.com/cstamas)
> * Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 ([#976](https://redirect.github.com/apache/maven-enforcer/pull/976)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.21.0 to 2.22.0 ([#975](https://redirect.github.com/apache/maven-enforcer/pull/975)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.14 to 3.9.15 ([#973](https://redirect.github.com/apache/maven-enforcer/pull/973)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.13 to 3.9.14 ([#965](https://redirect.github.com/apache/maven-enforcer/pull/965)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.12 to 3.9.13 ([#964](https://redirect.github.com/apache/maven-enforcer/pull/964)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.5.0 to 3.5.1 ([#963](https://redirect.github.com/apache/maven-enforcer/pull/963)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Update log4j in test to avoid CVE ([#961](https://redirect.github.com/apache/maven-enforcer/pull/961)) [`@​Bukama`](https://github.com/Bukama)
> * Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 ([#962](https://redirect.github.com/apache/maven-enforcer/pull/962)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 ([#960](https://redirect.github.com/apache/maven-enforcer/pull/960)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 ([#959](https://redirect.github.com/apache/maven-enforcer/pull/959)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-parent from 46 to 47 ([#958](https://redirect.github.com/apache/maven-enforcer/pull/958)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0 ([#957](https://redirect.github.com/apache/maven-enforcer/pull/957)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Update to 46 including fixes ([#955](https://redirect.github.com/apache/maven-enforcer/pull/955)) [`@​Bukama`](https://github.com/Bukama)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.5.0 ([#956](https://redirect.github.com/apache/maven-enforcer/pull/956)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.11 to 3.9.12 ([#948](https://redirect.github.com/apache/maven-enforcer/pull/948)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 ([#947](https://redirect.github.com/apache/maven-enforcer/pull/947)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.20.0 to 2.21.0 ([#946](https://redirect.github.com/apache/maven-enforcer/pull/946)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 ([#945](https://redirect.github.com/apache/maven-enforcer/pull/945)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 3.6.2
> -----
>
> 🐛 Bug Fixes
> -----------
>
> * Use SessionData for cache storage ([#930](https://redirect.github.com/apache/maven-enforcer/pull/930)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)

... (truncated)


Commits

* [`c7daff3`](apache/maven-enforcer@c7daff3) [maven-release-plugin] prepare release enforcer-3.6.3
* [`ee46e78`](apache/maven-enforcer@ee46e78) Make bannedDependencies report root and transitive dependency in case both ar...
* [`0806924`](apache/maven-enforcer@0806924) Document the banMavenDefaults option for the requirePluginVersions rule. ([#936](https://redirect.github.com/apache/maven-enforcer/issues/936))
* [`8e4f5b9`](apache/maven-enforcer@8e4f5b9) Add better enforceBytecodeVersion rule based on mojohaus ([#968](https://redirect.github.com/apache/maven-enforcer/issues/968))
* [`fd4b148`](apache/maven-enforcer@fd4b148) Add fix for 21.0.10.0.1 issue ([#967](https://redirect.github.com/apache/maven-enforcer/issues/967))
* [`f32d597`](apache/maven-enforcer@f32d597) Deps: Parent POM 48 and align deps ([#979](https://redirect.github.com/apache/maven-enforcer/issues/979))
* [`df0f2a6`](apache/maven-enforcer@df0f2a6) Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 ([#976](https://redirect.github.com/apache/maven-enforcer/issues/976))
* [`2da7a68`](apache/maven-enforcer@2da7a68) Add null checks for modelId in PluginWrapper
* [`91eb4d9`](apache/maven-enforcer@91eb4d9) Bump commons-io:commons-io from 2.21.0 to 2.22.0 ([#975](https://redirect.github.com/apache/maven-enforcer/issues/975))
* [`b622245`](apache/maven-enforcer@b622245) Bump mavenVersion from 3.9.14 to 3.9.15 ([#973](https://redirect.github.com/apache/maven-enforcer/issues/973))
* Additional commits viewable in [compare view](apache/maven-enforcer@enforcer-3.4.1...enforcer-3.6.3)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-enforcer-plugin&package-manager=maven&previous-version=3.4.1&new-version=3.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify Bot added a commit that referenced this pull request Jul 26, 2026
…from 3.4.1 to 3.6.3 [skip ci]

Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.6.3.
Release notes

*Sourced from [org.apache.maven.plugins:maven-enforcer-plugin's releases](https://github.com/apache/maven-enforcer/releases).*

> 3.6.3
> -----
>
> 🚀 New features and improvements
> -------------------------------
>
> * Make bannedDependencies report root and transitive dependency in case both are banned. ([#940](https://redirect.github.com/apache/maven-enforcer/pull/940)) [`@​hvoynov`](https://github.com/hvoynov)
> * Add enforceBytecodeVersion rule based on mojohaus ([#968](https://redirect.github.com/apache/maven-enforcer/pull/968)) [`@​cstamas`](https://github.com/cstamas)
> * Improve formatting of deprecated API warning ([#951](https://redirect.github.com/apache/maven-enforcer/pull/951)) [`@​mthmulders`](https://github.com/mthmulders)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix handling of Java versions like 21.0.10.0.1 ([#967](https://redirect.github.com/apache/maven-enforcer/pull/967)) [`@​parttimenerd`](https://github.com/parttimenerd)
> * Add null checks for modelId in PluginWrapper ([#974](https://redirect.github.com/apache/maven-enforcer/pull/974)) [`@​cpfeiffer`](https://github.com/cpfeiffer)
>
> 📝 Documentation updates
> -----------------------
>
> * Document the banMavenDefaults option for the requirePluginVersions rule. ([#936](https://redirect.github.com/apache/maven-enforcer/pull/936)) [`@​rpkrajewski`](https://github.com/rpkrajewski)
>
> 👻 Maintenance
> -------------
>
> * `PlexusStringUtils` Refaster recipes ([#943](https://redirect.github.com/apache/maven-enforcer/pull/943)) [`@​slachiewicz`](https://github.com/slachiewicz)
> * JUnit Jupiter migration from JUnit 4.x ([#941](https://redirect.github.com/apache/maven-enforcer/pull/941)) [`@​slachiewicz`](https://github.com/slachiewicz)
>
> 📦 Dependency updates
> --------------------
>
> * Bump org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4 in /maven-enforcer-plugin/src/it/projects/MENFORCER-434 ([#970](https://redirect.github.com/apache/maven-enforcer/pull/970)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Deps: Parent POM 48 and align deps ([#979](https://redirect.github.com/apache/maven-enforcer/pull/979)) [`@​cstamas`](https://github.com/cstamas)
> * Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 ([#976](https://redirect.github.com/apache/maven-enforcer/pull/976)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.21.0 to 2.22.0 ([#975](https://redirect.github.com/apache/maven-enforcer/pull/975)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.14 to 3.9.15 ([#973](https://redirect.github.com/apache/maven-enforcer/pull/973)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.13 to 3.9.14 ([#965](https://redirect.github.com/apache/maven-enforcer/pull/965)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.12 to 3.9.13 ([#964](https://redirect.github.com/apache/maven-enforcer/pull/964)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.5.0 to 3.5.1 ([#963](https://redirect.github.com/apache/maven-enforcer/pull/963)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Update log4j in test to avoid CVE ([#961](https://redirect.github.com/apache/maven-enforcer/pull/961)) [`@​Bukama`](https://github.com/Bukama)
> * Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 ([#962](https://redirect.github.com/apache/maven-enforcer/pull/962)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 ([#960](https://redirect.github.com/apache/maven-enforcer/pull/960)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 ([#959](https://redirect.github.com/apache/maven-enforcer/pull/959)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-parent from 46 to 47 ([#958](https://redirect.github.com/apache/maven-enforcer/pull/958)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0 ([#957](https://redirect.github.com/apache/maven-enforcer/pull/957)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Update to 46 including fixes ([#955](https://redirect.github.com/apache/maven-enforcer/pull/955)) [`@​Bukama`](https://github.com/Bukama)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.5.0 ([#956](https://redirect.github.com/apache/maven-enforcer/pull/956)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.11 to 3.9.12 ([#948](https://redirect.github.com/apache/maven-enforcer/pull/948)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 ([#947](https://redirect.github.com/apache/maven-enforcer/pull/947)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.20.0 to 2.21.0 ([#946](https://redirect.github.com/apache/maven-enforcer/pull/946)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 ([#945](https://redirect.github.com/apache/maven-enforcer/pull/945)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 3.6.2
> -----
>
> 🐛 Bug Fixes
> -----------
>
> * Use SessionData for cache storage ([#930](https://redirect.github.com/apache/maven-enforcer/pull/930)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)

... (truncated)


Commits

* [`c7daff3`](apache/maven-enforcer@c7daff3) [maven-release-plugin] prepare release enforcer-3.6.3
* [`ee46e78`](apache/maven-enforcer@ee46e78) Make bannedDependencies report root and transitive dependency in case both ar...
* [`0806924`](apache/maven-enforcer@0806924) Document the banMavenDefaults option for the requirePluginVersions rule. ([#936](https://redirect.github.com/apache/maven-enforcer/issues/936))
* [`8e4f5b9`](apache/maven-enforcer@8e4f5b9) Add better enforceBytecodeVersion rule based on mojohaus ([#968](https://redirect.github.com/apache/maven-enforcer/issues/968))
* [`fd4b148`](apache/maven-enforcer@fd4b148) Add fix for 21.0.10.0.1 issue ([#967](https://redirect.github.com/apache/maven-enforcer/issues/967))
* [`f32d597`](apache/maven-enforcer@f32d597) Deps: Parent POM 48 and align deps ([#979](https://redirect.github.com/apache/maven-enforcer/issues/979))
* [`df0f2a6`](apache/maven-enforcer@df0f2a6) Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 ([#976](https://redirect.github.com/apache/maven-enforcer/issues/976))
* [`2da7a68`](apache/maven-enforcer@2da7a68) Add null checks for modelId in PluginWrapper
* [`91eb4d9`](apache/maven-enforcer@91eb4d9) Bump commons-io:commons-io from 2.21.0 to 2.22.0 ([#975](https://redirect.github.com/apache/maven-enforcer/issues/975))
* [`b622245`](apache/maven-enforcer@b622245) Bump mavenVersion from 3.9.14 to 3.9.15 ([#973](https://redirect.github.com/apache/maven-enforcer/issues/973))
* Additional commits viewable in [compare view](apache/maven-enforcer@enforcer-3.4.1...enforcer-3.6.3)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-enforcer-plugin&package-manager=maven&previous-version=3.4.1&new-version=3.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants