quarkiverse / quarkus-wiremock

Quarkus extension for launching an in-process Wiremock server
https://wiremock.org/
Apache License 2.0
16 stars 10 forks source link

Bump quarkus.version from 2.16.2.Final to 2.16.3.Final #12

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 2.16.2.Final to 2.16.3.Final. Updates quarkus-bom from 2.16.2.Final to 2.16.3.Final

Release notes

Sourced from quarkus-bom's releases.

2.16.3.Final

Major changes

  • #29756 - Support custom Flyway credentials/URL

Complete changelog

  • #31141 - Resolve roles allowed configuration expression after config setup is completed
  • #31129 - Fix stuck HTTP2 request when sent challenge has resumed request
  • #31125 - Add "keep-alive-enabled" parameter to REST client reactive
  • #31112 - Qute - fix assignability check when validating expressions
  • #31099 - Use the effective Maven project build config when initializing sources and classes paths for dev mode
  • #31092 - Make sure quarkus:go-offline properly supports test scoped dependencies
  • #31077 - Qute: regression in template extension method with byte array
  • #31076 - Quarkiverse: Install instead of verify
  • #31074 - Added quarkus-jms-spi to quarkus bom
  • #31059 - Path lookup must also consider interfaces
  • #31046 - Simplify Quarkiverse release.yml workflow
  • #31038 - Update Instrumentation Processor check logic to match comment
  • #31036 - Use CDI when accessing UserTransaction/TransactionManager in QuarkusTransaction
  • #31028 - Fix typo in snapstart enable config
  • #31016 - Re-initialize platform dependent netty classes/values at runtime
  • #30988 - Race condition in SmallRye Config property expansion for @​RolesAllowed value?
  • #30964 - Add ConfigMappings from a builder class to support full hot reload
  • #30961 - Error of quarkus:dev when the project.build.directory is overridden by a profile
  • #30960 - Register CDI Bean when ConfigMapping is marked as Unremovable
  • #30922 - Fix dependency parsing in JBangBuilderImpl
  • #30885 - Add concurrency configuration to the GitHub Action workflows
  • #30843 - Micrometer-Extension writes wrong URI-Tag when Path-Variables defined at Interface-Level
  • #30672 - Avoid creating CSRF cookie if no CSRF token was created
  • #30648 - Support passing filename to multipart form data output
  • #30594 - CSRF: exception thrown when authentication falied
  • #30570 - Set filename for PartItems in MultipartFormDataOutput
  • #30455 - Introduce quarkus.datasource.devservices.init-script-path
  • #29756 - Support custom Flyway credentials/URL
  • #29631 - @​Unremovable ConfigMapping is still removed
  • #29630 - Changes to configmappings not being applied during hot reload
  • #28709 - QuarkusTransaction does not fire @​Initialized(TransactionScoped.class)
  • #24639 - configure dedicated db user for database migrations: DML-only user for datasource, but DDL user for migration
  • #23360 - "Request has already been read" using vertx + auth
  • #17839 - Invalid memory configuration for netty maxDirectMemory in native image
Commits
  • 78582ef [RELEASE] - Bump version to 2.16.3.Final
  • 8061ffb add keep-alive-enabled parameter to enable/disable reactive REST client keep ...
  • b07d9e8 Merge pull request #31199 from gsmet/2.16.3-backports-1
  • 322f97b Quarkiverse: Install instead of verify
  • 6cb1d86 Add concurrency configuration to the GitHub Action workflows
  • 72c024f Use the effective Maven project build config when initializing sources and cl...
  • 703be26 Resolve roles allowed configuration expression after config setup
  • 1ffff3f Fix stuck HTTP2 request when sent challenge has resumed request
  • 1041591 Fixed @​Path annotation-lookup
  • c250c8f Qute - fix assignability check when validating expressions
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.16.2.Final to 2.16.3.Final

Updates quarkus-extension-maven-plugin from 2.16.2.Final to 2.16.3.Final

Release notes

Sourced from quarkus-extension-maven-plugin's releases.

2.16.3.Final

Major changes

  • #29756 - Support custom Flyway credentials/URL

Complete changelog

  • #31141 - Resolve roles allowed configuration expression after config setup is completed
  • #31129 - Fix stuck HTTP2 request when sent challenge has resumed request
  • #31125 - Add "keep-alive-enabled" parameter to REST client reactive
  • #31112 - Qute - fix assignability check when validating expressions
  • #31099 - Use the effective Maven project build config when initializing sources and classes paths for dev mode
  • #31092 - Make sure quarkus:go-offline properly supports test scoped dependencies
  • #31077 - Qute: regression in template extension method with byte array
  • #31076 - Quarkiverse: Install instead of verify
  • #31074 - Added quarkus-jms-spi to quarkus bom
  • #31059 - Path lookup must also consider interfaces
  • #31046 - Simplify Quarkiverse release.yml workflow
  • #31038 - Update Instrumentation Processor check logic to match comment
  • #31036 - Use CDI when accessing UserTransaction/TransactionManager in QuarkusTransaction
  • #31028 - Fix typo in snapstart enable config
  • #31016 - Re-initialize platform dependent netty classes/values at runtime
  • #30988 - Race condition in SmallRye Config property expansion for @​RolesAllowed value?
  • #30964 - Add ConfigMappings from a builder class to support full hot reload
  • #30961 - Error of quarkus:dev when the project.build.directory is overridden by a profile
  • #30960 - Register CDI Bean when ConfigMapping is marked as Unremovable
  • #30922 - Fix dependency parsing in JBangBuilderImpl
  • #30885 - Add concurrency configuration to the GitHub Action workflows
  • #30843 - Micrometer-Extension writes wrong URI-Tag when Path-Variables defined at Interface-Level
  • #30672 - Avoid creating CSRF cookie if no CSRF token was created
  • #30648 - Support passing filename to multipart form data output
  • #30594 - CSRF: exception thrown when authentication falied
  • #30570 - Set filename for PartItems in MultipartFormDataOutput
  • #30455 - Introduce quarkus.datasource.devservices.init-script-path
  • #29756 - Support custom Flyway credentials/URL
  • #29631 - @​Unremovable ConfigMapping is still removed
  • #29630 - Changes to configmappings not being applied during hot reload
  • #28709 - QuarkusTransaction does not fire @​Initialized(TransactionScoped.class)
  • #24639 - configure dedicated db user for database migrations: DML-only user for datasource, but DDL user for migration
  • #23360 - "Request has already been read" using vertx + auth
  • #17839 - Invalid memory configuration for netty maxDirectMemory in native image
Commits
  • 78582ef [RELEASE] - Bump version to 2.16.3.Final
  • 8061ffb add keep-alive-enabled parameter to enable/disable reactive REST client keep ...
  • b07d9e8 Merge pull request #31199 from gsmet/2.16.3-backports-1
  • 322f97b Quarkiverse: Install instead of verify
  • 6cb1d86 Add concurrency configuration to the GitHub Action workflows
  • 72c024f Use the effective Maven project build config when initializing sources and cl...
  • 703be26 Resolve roles allowed configuration expression after config setup
  • 1ffff3f Fix stuck HTTP2 request when sent challenge has resumed request
  • 1041591 Fixed @​Path annotation-lookup
  • c250c8f Qute - fix assignability check when validating expressions
  • Additional commits viewable in compare view


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 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.

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.