quarkiverse / quarkus-logging-json

Quarkus logging extension outputting the logging in json.
Apache License 2.0
62 stars 29 forks source link

Bump quarkus.version from 2.4.2.Final to 2.5.0.Final #149

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quarkus.version from 2.4.2.Final to 2.5.0.Final. Updates quarkus-bom from 2.4.2.Final to 2.5.0.Final

Release notes

Sourced from quarkus-bom's releases.

2.5.0.CR1

Major changes

  • #21235 - Encryption support for Reactive Microsoft SQL Server Client
  • #21102 - Introduce quarkus.http.header
  • #21052 - Add the ability to run main class in test
  • #20959 - Implement dev-services support for the Oracle Database
  • #20894 - Update to GraalVM 21.3
  • #20875 - Implement @​ProjectedFieldName on reactive entities
  • #20768 - Upgrades to Infinispan 13.0.0.Final, adds infinispan test resource
  • #20760 - Upgrade Flyway to 8.0.1
  • #20708 - Support for JPA entity listeners, including in native mode
  • #20707 - Support for OAuth2 providers such as GitHub
  • #20570 - Support for generating ServiceBinding CR
  • #20549 - Introduce the ability to filter json output based on user roles
  • #20476 - Implement Dev Services for Infinispan
  • #20222 - Add the ability to auto generate Flyway migration

Complete changelog

  • #21343 - Skip deployment of Spring Web tests included in extensions/
  • #21337 - Fix spring-web-common package structure
  • #21325 - The recorder is no longer used
  • #21322 - Bump awssdk.version from 2.17.77 to 2.17.78
  • #21316 - When launching a container via @​QuarkusIntegrationTest make network available
  • #21312 - Add a relocations profile
  • #21308 - ConfigValue example in ConfigRoot
  • #21302 - Improve client version display
  • #21301 - ArC docs - fix the LookupIfProperty example
  • #21299 - Take debugHost into account when checking debug port
  • #21298 - Fix private interceptor warning condition
  • #21296 - Make sure there is contents in the data file
  • #21295 - Fix IllegalArgumentException in rest-assured if http and https ports are both random
  • #21294 - Directly use the PTY to restore state
  • #21293 - Improve usability of RestResponse
  • #21292 - Bump awssdk.version from 2.17.76 to 2.17.77
  • #21291 - Bump docker-maven-plugin from 0.37.0 to 0.38.0
  • #21290 - Bump gitflow-incremental-builder from 3.14.3 to 3.14.4
  • #21288 - -DdebugHost=127.0.1.3 wrong test for debug port already in use
  • #21287 - Provide access to id of container network in integration tests
  • #21286 - REST Client Reactive - logging requests and responses
  • #21284 - Connect the MockServer testcontainer to the DevService testcontainer Docker network in the integration test
  • #21281 - ArC - fix the warning about interceptors on private methods
  • #21280 - Warnings about @io.quarkus.arc.runtime.devconsole.Monitored on private methods
  • #21274 - Service binding improvements
  • #21271 - Small note about reactive routes and resteasy reactive
  • #21262 - Add documentation for setup attribute
  • #21260 - Warn about interceptors on private methods
  • #21259 - Add initCommands to Vault Dev Services configuration
  • #21246 - Remove obsolete Java >= 11 check in jib AppCDS integration-test

... (truncated)

Commits
  • 9bbe5d2 [RELEASE] - Bump version to 2.5.0.Final
  • e8c1a2d docs(oidc): fix invalid configuration property
  • 7b38e48 Merge pull request #21491 from gsmet/2.5.0-backports-2
  • 19ed5c8 KOGITO-6258: Quarkus: DevServices: Built-in Kafka hot-reload blocks process
  • 942ff0b Add clear screen command
  • 3ba0a1c Add smallrye-config-source-file-system to BOM
  • 5032199 Publish the Gradle model (but not the Gradle plugins)
  • ba49c05 Publish gradle model artifact with correct coordinate
  • b391071 A note on the quarkus:go-offline Maven plugin goal
  • 6dd9991 NullPointerException in ResteasyReactiveViolationExceptionMapper
  • Additional commits viewable in compare view


Updates quarkus-jackson-deployment from 2.4.2.Final to 2.5.0.Final

Updates quarkus-bootstrap-maven-plugin from 2.4.2.Final to 2.5.0.Final

Updates quarkus-resteasy-deployment from 2.4.2.Final to 2.5.0.Final

Updates quarkus-maven-plugin from 2.4.2.Final to 2.5.0.Final

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)
dependabot[bot] commented 2 years ago

Superseded by #150.