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

chore(deps): bump io.openliberty.tools:liberty-maven-plugin from 3.0.1 to 3.10 #357

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

Liberty Maven Plug-in 3.10

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

New functionality

  • Added support for using the plugin to deploy a SpringBoot 3.0 application. The springBoot-3.0 feature was first made available in Open Liberty 23.0.0.9, but a required fix went into 23.0.0.10 related to the springBootUtility. We recommend using the 23.0.0.10 or newer runtime. See this Open Liberty blog for more information. #1742 #1703
  • Added support for the following features which were all introduced in Open Liberty 23.0.0.10. See this Open Liberty blog for more information. ** verifying feature signatures by default during the install-feature goal ** honoring an include element location attribute that references a directory ** running the plugin with Java 21

Additional Fixes

The following notable fixes are also included in this release.

  • Fixes related to devc and Podman support 427, 430, 431, #1751
  • Fix for dev mode file watching 424
  • Resolve Maven property in dependency coordinates for user features #1758, #1759
  • Update documentation #1754, #1747, #1739

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

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

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

... (truncated)

Commits
  • db4e52f [maven-release-plugin] prepare release liberty-maven-3.10
  • e50e20f Merge pull request #1763 from cherylking/bumpAnt1914Common1830
  • 0a7fb85 Bump ant and common, set javadoc failOnError to false
  • d95f046 Merge pull request #1761 from cherylking/bumpDerbyDep101710
  • 21fd74f Merge pull request #1759 from cherylking/supportPropDepCoordinates
  • 7125784 fix test case
  • 250594c Update derby dependency and affected test cases
  • 1883c1c Remove unnecessary changes and add comment explaining logic
  • e693e0a Resolve maven prop in dep coordinates for user features
  • 3817695 Honor container and docker command line properties for dev mode (#1751)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 30, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2024

Superseded by #379.

@dependabot dependabot bot closed this Aug 28, 2024
@dependabot dependabot bot deleted the dependabot/maven/io.openliberty.tools-liberty-maven-plugin-3.10 branch August 28, 2024 07:59
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.

0 participants