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

Bump io.openliberty.tools:liberty-maven-plugin from 3.7.1 to 3.9 #12

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2023

Bumps io.openliberty.tools:liberty-maven-plugin from 3.7.1 to 3.9.

Release notes

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

Liberty Maven Plug-in 3.9

Version 3.9 of the Liberty Maven Plugin is a minor release that adds new functionality and provides some fixes.

New functionality

  • Added support to use Podman with dev mode for containers. If Docker is not installed, the plugin automatically checks for a valid Podman installation. See this documentation for more information.
  • Added a skipInstallFeature parameter for dev mode. If set to true, the install-feature goal will be skipped when dev mode is started on an already existing Liberty runtime installation. It will also be skipped when dev mode is running and a restart of the server is triggered either directly by the user or by application changes. The install-feature goal will be invoked though when dev mode is running and a change to the configured features is detected. The default value is false.

New minimum version of Maven required

In preparation for supporting Maven 4.0, many dependency and plugin versions have been updated. This includes an update to the minimum required version of Maven to 3.8.6 to run the Liberty Maven Plugin.

Additional Fixes

The following fixes are also included in this release.

  • Fix for multi module restart server problem #1732 #1726
  • Provide better error message for prepare-feature failure due to wrong or missing coordinates in the features-bom file #1615
  • Fix problems related to exploded loose app format #1714 #1572
  • Fix devc permission issues #1722 #1671
  • Add late property resolution for Liberty configuration specified by Maven properties #1706 #1705
  • Fix problem with deploying wrong artifacts for bundle modules #1700 #1702
  • Fix EJB type dependency in WAR-in-EAR for skinny WAR case #1701
  • Update to dependency and plugin versions, including a new minimum Maven version of 3.8.6 #1697 #1695
  • Fixed several build related issues #1719 #1718 #1717 #1715 #1704 #1699

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

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

Liberty Maven Plug-in 3.8.2

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

The following fixes are included in this release:

  • Exclude the messaging directory from the temporary copy of the server configuration in dev mode to avoid locking issues.
  • Make cleanup and shutdown hook in dev mode more tolerant of exceptions.

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

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

Liberty Maven Plug-in 3.8.1

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

The following fixes are included in this release:

  • Handle empty feature element in server.xml for dev mode #1683 #1682

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

... (truncated)

Commits
  • f943444 [maven-release-plugin] prepare release liberty-maven-3.9
  • 5956c8c Merge pull request #1736 from cherylking/use1829common
  • dcf4a97 Use 1.8.29 ci.common
  • aa177ff Merge pull request #1732 from cherylking/fixMultiModRestart
  • fa18b0e Update ci.common version to 1.8.29-SNAPSHOT (#1733)
  • b63f5df Fix for multimod restart server problem
  • b7ff292 Merge pull request #1730 from cherylking/useCommon1828snapshot
  • 277713c Use 1.8.28 common release
  • cbb75b4 Use common 1.8.28-SNAPSHOT
  • 3540af0 Merge pull request #1729 from cherylking/prep39release
  • 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 <dependency name> 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)

Bumps [io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.7.1 to 3.9.
- [Release notes](https://github.com/OpenLiberty/ci.maven/releases)
- [Commits](OpenLiberty/ci.maven@liberty-maven-3.7.1...liberty-maven-3.9)

---
updated-dependencies:
- dependency-name: io.openliberty.tools:liberty-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 17, 2023
@mswatosh mswatosh merged commit 48fe0fa into main Nov 18, 2023
1 check passed
@dependabot dependabot bot deleted the c3ccdependabot/maven/io.openliberty.tools-liberty-maven-plugin-3.9 branch November 18, 2023 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant