OpenLiberty / guide-rest-hateoas

A guide on how to create a hypermedia-driven REST application running on Open Liberty: https://openliberty.io/guides/rest-hateoas.html
Other
8 stars 14 forks source link

Bump io.openliberty.tools:liberty-maven-plugin from 3.10.3 to 3.11.1 in /start #189

Open dependabot[bot] opened 20 hours ago

dependabot[bot] commented 20 hours ago

Bumps io.openliberty.tools:liberty-maven-plugin from 3.10.3 to 3.11.1.

Release notes

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

Liberty Maven Plug-in 3.11.1

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

The following fixes are included in this release:

  • Fix for NPE related to nested server configuration files with no <featureManager> element #1838 #1839

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

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

Liberty Maven Plug-in 3.11.0

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

New functionality

  • Added support for using versionless features in server configuration files. The versionless feature support was first made available in Open Liberty 24.0.0.8, but required some fixes that went into 24.0.0.9 and 24.0.0.10. Therefore, the plugin requires using the 24.0.0.10 or newer runtime when using versionless features. See this Open Liberty blog and this documentation for more information. Note that the plugin does not support specifying the platform versions using an environment variable described in this documentation. #1827 #1831 #1832 #1829 #1836 #1837
  • Added configuration parameter changeOnDemandTestsAction to change the action for running on demand tests from Enter to type t and press Enter during dev mode. This is provided to make it easier to avoid accidentally invoking tests when the cursor focus is not obvious and Enter is pressed. #1822

Additional Fixes

The following fixes are also included in this release.

  • Update public key and signature for verify test #1821
  • Update commons-io version to 2.14.0 #1835
  • Catch NPE thrown by maven resolver API #1819 #1824
  • Update documentation #1820

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

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

Commits
  • 2f9c2e4 [maven-release-plugin] prepare release liberty-maven-3.11.1
  • 192afbc Merge pull request #1839 from cherylking/fixFeaturesNPE
  • 1a2fe95 Pick up latest ci.common for NPE fix
  • fe9b969 [maven-release-plugin] prepare for next development iteration
  • f1b15c7 [maven-release-plugin] prepare release liberty-maven-3.11.0
  • ef54226 Merge pull request #1837 from cherylking/bumpAntCommonFor3110
  • f3323be Update doc
  • 78efbea Update ant and common versions and prep 3.11.0
  • 57675fa Merge pull request #1836 from cherylking/changeMinVersionForVersionlessFeatures
  • a309a97 Remove temp yaml changes
  • 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)