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

Bump io.openliberty.tools:liberty-maven-plugin from 3.10 to 3.10.1 in /start #151

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps io.openliberty.tools:liberty-maven-plugin from 3.10 to 3.10.1.

Release notes

Sourced from io.openliberty.tools:liberty-maven-plugin's releases.

Liberty Maven Plug-in 3.10.1

Version 3.10.1 of the Liberty Maven Plugin is a minor fix release.

The following fixes are included in this release:

  • Fixes for #1693 to mark our plugin thread safe #1786
  • Handle space in project path for devc #1797
  • Update some dependency versions #1774 #1776
  • Handle jvm option overriding correctly #1779 #1778
  • Change some extraneous warning messages to info or debug level #1782 #1785
  • Handle xml processing more securely #1790
  • Ensure contents of liberty-plugin-config.xml are correct for various goals #1792 #1788
  • Detect changes to install location and handle correctly for dev mode #1794 #1795 #1796

See the commit log for the full set of the changes since the previous release.

The Liberty Maven Plugin 3.10.1 release is available on the Maven Central repository.

Commits
  • 1d3450f [maven-release-plugin] prepare release liberty-maven-3.10.1
  • b4b02fc Merge pull request #1798 from cherylking/prep3101release
  • 3a831e2 Update common and prep for next release
  • 47d2619 Merge pull request #1796 from cherylking/devModeDetectInstallChange
  • 5975d42 review comments
  • f0d36c4 Update message to not say clean is required
  • 295a900 Detect install config changes during dev mode
  • f4f09d8 Merge pull request #1791 from scottkurz/update-deploy-doc
  • 0db0a28 Merge pull request #1792 from cherylking/fixPluginCfgGeneration
  • 4df8eaf Exclude server related info on initial write of plugin config xml when server...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)