quarkiverse / quarkus-primefaces

Quarkus PrimeFaces Faces (JSF) Extension
https://github.com/primefaces/primefaces
Apache License 2.0
32 stars 3 forks source link

Bump quarkus.version from 3.0.0.Final to 3.0.4.Final #64

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 3.0.0.Final to 3.0.4.Final. Updates quarkus-bom from 3.0.0.Final to 3.0.4.Final

Release notes

Sourced from quarkus-bom's releases.

3.0.4.Final

Complete changelog

  • #33551 - Properly include Prometheus related code
  • #33547 - infinispan-client + micrometer combination doesn't compile in native
  • #33542 - Limit subclass codec registration to known working codecs
  • #33539 - fix typo in grpc-service-consumption.adoc
  • #33537 - Fix the custom card for Dev UI Rabbit MQ
  • #33499 - Ensure that invoker is properly initialized in QuartzJobDefinition#schedule
  • #33491 - Ensure that cookies added in filters are visible to resource methods
  • #33490 - Cookies created in request filters are not accessible in Resource Methods
  • #33488 - Bump Resteasy Classic to 6.2.4.Final
  • #33478 - Arc - remove logging when discovering a an illegal bean type in producer type hierarchy
  • #33466 - Ensure the classes to be bound in JAXB are cleared in DEV mode
  • #33460 - ArC - fix observer method injection for dependent synthetic beans
  • #33458 - Failed to start quarkus, Already a codec registered with name uy.com.andi.reproducer.logic.services.bus.utils.BusMessageCodec
  • #33453 - Fix malformed sentence in guide
  • #33451 - Create all the required directories before copying native JSON files
  • #33450 - Native build fails if quarkus.package.output-directory is set
  • #33449 - Error "No current injection point found" when using a ConfigMapping on an onStartup method
  • #33448 - Fix location and content location headers in Resteasy Reactive
  • #33441 - Two classes have the same XML type name "xmlObject".
  • #33419 - RESTEasy ResponseBuilder.location Inadvertently Decodes Path Segments in Relative URI
  • #33410 - Improve documentation of DockerConfig
  • #33398 - Use default value from quarkus.http.read-timeout in RESTEasy Reactive
  • #33389 - INFO message is confusing
  • #33384 - Do not build the REST Client instances in CDI wrapper constructor for RequestScoped clients
  • #33383 - Properly handle Kotlin suspend methods in Reactive Messaging Kafka
  • #33377 - REST Client Reactive: Listener & Request-scoped bean
  • #33368 - Do not attempt to detect container runtime in native-sources build
  • #33366 - Fix documentation for Secured Routes in OpenShift
  • #33357 - Fix typo in Azure Functions documentation
  • #33326 - Fix 'quarkus.otel.exporter.otlp.traces.timeout' default value
  • #33311 - Add missing line break to render doc properly
  • #33308 - Kafka consumer using kotlin coroutines throws ClassCastException
  • #33294 - No need to exclude javax validation-api anymore
  • #33275 - Secured Openshift routes should be documented
  • #33266 - Dev UI: Fix raw built time data page
  • #33265 - Properly support extracting fields from entities into projections
  • #33258 - Ensure that Google Cloud Functions and Jib extensions work together
  • #33252 - Fix NPE when force restarting with kubernetes dev service running
  • #33246 - Fix Resource Class reflection registration when custom Writer is used
  • #33236 - Keep query params for extension page deeplinks
  • #33235 - Deeplinks to DEV UI extension page removes query params
  • #33225 - Upgrade RESTEasy Classic to 6.2.3.Final
  • #33190 - Update apache link in the license header to https
  • #33184 - Address some issues in getting-started-reactive documentation
  • #33169 - Bump angus-activation from 2.0.0 to 2.0.1
  • #33161 - Quarkus 3 quarkus.package.type=native-sources require docker/podman or native-image

... (truncated)

Commits
  • 0d9d3a3 [RELEASE] - Bump version to 3.0.4.Final
  • d70db1d Merge pull request #33563 from gsmet/3.0.4-backports-1
  • 9744a25 Properly include Prometheus related code
  • 2e4773a Limit subclass codec registration to known working codecs
  • 527a668 Fix the custom card for Dev UI Rabbit MQ
  • e2a65ba fix typo in grpc-service-consumption.adoc
  • 626bf6a fix(quartz): ensure that invoker is properly initialized in QuartzJobDefiniti...
  • c889be1 Arc - remove logging when discovering a an illegal bean type in producer type...
  • aadadb7 Bump resteasy version to 6.2.4
  • d00d9c7 Do not create session and PKCE encryption keys if only bearer tokens are expe...
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 3.0.0.Final to 3.0.4.Final

Updates quarkus-extension-processor from 3.0.0.Final to 3.0.4.Final

Updates quarkus-extension-maven-plugin from 3.0.0.Final to 3.0.4.Final

Release notes

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

3.0.4.Final

Complete changelog

  • #33551 - Properly include Prometheus related code
  • #33547 - infinispan-client + micrometer combination doesn't compile in native
  • #33542 - Limit subclass codec registration to known working codecs
  • #33539 - fix typo in grpc-service-consumption.adoc
  • #33537 - Fix the custom card for Dev UI Rabbit MQ
  • #33499 - Ensure that invoker is properly initialized in QuartzJobDefinition#schedule
  • #33491 - Ensure that cookies added in filters are visible to resource methods
  • #33490 - Cookies created in request filters are not accessible in Resource Methods
  • #33488 - Bump Resteasy Classic to 6.2.4.Final
  • #33478 - Arc - remove logging when discovering a an illegal bean type in producer type hierarchy
  • #33466 - Ensure the classes to be bound in JAXB are cleared in DEV mode
  • #33460 - ArC - fix observer method injection for dependent synthetic beans
  • #33458 - Failed to start quarkus, Already a codec registered with name uy.com.andi.reproducer.logic.services.bus.utils.BusMessageCodec
  • #33453 - Fix malformed sentence in guide
  • #33451 - Create all the required directories before copying native JSON files
  • #33450 - Native build fails if quarkus.package.output-directory is set
  • #33449 - Error "No current injection point found" when using a ConfigMapping on an onStartup method
  • #33448 - Fix location and content location headers in Resteasy Reactive
  • #33441 - Two classes have the same XML type name "xmlObject".
  • #33419 - RESTEasy ResponseBuilder.location Inadvertently Decodes Path Segments in Relative URI
  • #33410 - Improve documentation of DockerConfig
  • #33398 - Use default value from quarkus.http.read-timeout in RESTEasy Reactive
  • #33389 - INFO message is confusing
  • #33384 - Do not build the REST Client instances in CDI wrapper constructor for RequestScoped clients
  • #33383 - Properly handle Kotlin suspend methods in Reactive Messaging Kafka
  • #33377 - REST Client Reactive: Listener & Request-scoped bean
  • #33368 - Do not attempt to detect container runtime in native-sources build
  • #33366 - Fix documentation for Secured Routes in OpenShift
  • #33357 - Fix typo in Azure Functions documentation
  • #33326 - Fix 'quarkus.otel.exporter.otlp.traces.timeout' default value
  • #33311 - Add missing line break to render doc properly
  • #33308 - Kafka consumer using kotlin coroutines throws ClassCastException
  • #33294 - No need to exclude javax validation-api anymore
  • #33275 - Secured Openshift routes should be documented
  • #33266 - Dev UI: Fix raw built time data page
  • #33265 - Properly support extracting fields from entities into projections
  • #33258 - Ensure that Google Cloud Functions and Jib extensions work together
  • #33252 - Fix NPE when force restarting with kubernetes dev service running
  • #33246 - Fix Resource Class reflection registration when custom Writer is used
  • #33236 - Keep query params for extension page deeplinks
  • #33235 - Deeplinks to DEV UI extension page removes query params
  • #33225 - Upgrade RESTEasy Classic to 6.2.3.Final
  • #33190 - Update apache link in the license header to https
  • #33184 - Address some issues in getting-started-reactive documentation
  • #33169 - Bump angus-activation from 2.0.0 to 2.0.1
  • #33161 - Quarkus 3 quarkus.package.type=native-sources require docker/podman or native-image

... (truncated)

Commits
  • 0d9d3a3 [RELEASE] - Bump version to 3.0.4.Final
  • d70db1d Merge pull request #33563 from gsmet/3.0.4-backports-1
  • 9744a25 Properly include Prometheus related code
  • 2e4773a Limit subclass codec registration to known working codecs
  • 527a668 Fix the custom card for Dev UI Rabbit MQ
  • e2a65ba fix typo in grpc-service-consumption.adoc
  • 626bf6a fix(quartz): ensure that invoker is properly initialized in QuartzJobDefiniti...
  • c889be1 Arc - remove logging when discovering a an illegal bean type in producer type...
  • aadadb7 Bump resteasy version to 6.2.4
  • d00d9c7 Do not create session and PKCE encryption keys if only bearer tokens are expe...
  • Additional commits viewable in compare view


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 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)
melloware commented 1 year ago

@dependabot ignore this minor version

dependabot[bot] commented 1 year ago

OK, I won't notify you about version 3.0.x again, unless you re-open this PR. 😢