quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 17 forks source link

Bump quarkus.version from 2.15.2.Final to 2.15.3.Final #60

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 2.15.2.Final to 2.15.3.Final. Updates quarkus-extension-maven-plugin from 2.15.2.Final to 2.15.3.Final

Release notes

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

2.15.3.Final

Complete changelog

  • #30255 - Introduce a JSON Stream parser for the reactive rest client
  • #30242 - Throw an IllegalStateException with basic info about the provider that failed to provide a resource
  • #30227 - SmallRye GraphQL 1.9.1/2.0.1 + config property to control Federation
  • #30218 - OIDC documentation fixes
  • #30200 - Ensure that Kotlin implementation of QuarkusApplication works properly
  • #30195 - Log graphql.execution.AbortExecutionException when it occurs
  • #30190 - 2.15.2.Final breaks command mode with main class extends from QuarkusApplication in kotlin
  • #30187 - Bump xstream from 1.4.19 to 1.4.20
  • #30183 - Fixing typos in security overview doc
  • #30177 - Properly handle SSE comments in RESTEasy Reactive client and server code
  • #30172 - Codestarts - Fix flattening of log levels
  • #30169 - NullPointerException when sending SSE with comment only
  • #30161 - Align behavior for getDeferredIdentity and getIdentity in TestIdentityAssociation
  • #30160 - Different behavior in TestIdentityAssociation for getDeferredIdentity and getIdentity
  • #30157 - Gradle quarkusDev: don't use test classes dir for app classes
  • #30155 - Show how to verify smallrye-jwt issuer in a shared network
  • #30154 - Remove remaining references to javax classes
  • #30152 - Improve error handling of AbortExecutionException in smallrye-graphql extension
  • #30146 - Properly segregate Json MessageBodyReader/Writer classes for server and client
  • #30145 - GraphQL federation directives, which allow multiple values, do not match Apollo contract
  • #30142 - When disabling name and version for label selectod in k8s, don't remove from labels
  • #30138 - Keycloak Dev Services
  • #30132 - Register REST Client body parameters for reflection
  • #30119 - Enable/disable GraphQL Federation automatically (+ add a config property for it)
  • #30100 - Setting add-version-to-label-selectors: false removes the app.kubernetes.io/version label
  • #30078 - Quarkus Kotlin Native Reactive REST Client not working properly
  • #30061 - Adding Kotlin Tests Breaks Kotlin/Java project
  • #30044 - Resteasy Reactive Rest Client fails to re-construct large chunks of streamed json (stream+json) and fails deserialization
  • #29998 - Bump to smallrye-config 2.13.1
  • #29918 - smallrye-config: Converter throws IllegalStateException
  • #29609 - Remove Reflection replacements, now supported by GraalVM
Commits
  • 66f501a [RELEASE] - Bump version to 2.15.3.Final
  • 2707f6a Merge pull request #30266 from gsmet/2.15.3-backports-2
  • 8ed5f79 Fix memory leak in Agroal local connection cache for Netty's FastThreadLocalT...
  • 0891e8a Introduce a JSON Stream parser for the reactive rest client
  • 8d8d644 Make sure TestMojo resolves test scoped dependencies
  • 82047ff Throw an IllegalStateException with basic info about the provider that failed...
  • 7276d62 SmallRye GraphQL 1.9.1/2.0.1 + config property to control Federation
  • 5e71f3f When disabling add-version-to-label-selectors in k8s, don't remove version label
  • 59335f7 fixed access confguration
  • da7aa47 Clarified class names of filters
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.15.2.Final to 2.15.3.Final

Updates quarkus-bom from 2.15.2.Final to 2.15.3.Final

Release notes

Sourced from quarkus-bom's releases.

2.15.3.Final

Complete changelog

  • #30255 - Introduce a JSON Stream parser for the reactive rest client
  • #30242 - Throw an IllegalStateException with basic info about the provider that failed to provide a resource
  • #30227 - SmallRye GraphQL 1.9.1/2.0.1 + config property to control Federation
  • #30218 - OIDC documentation fixes
  • #30200 - Ensure that Kotlin implementation of QuarkusApplication works properly
  • #30195 - Log graphql.execution.AbortExecutionException when it occurs
  • #30190 - 2.15.2.Final breaks command mode with main class extends from QuarkusApplication in kotlin
  • #30187 - Bump xstream from 1.4.19 to 1.4.20
  • #30183 - Fixing typos in security overview doc
  • #30177 - Properly handle SSE comments in RESTEasy Reactive client and server code
  • #30172 - Codestarts - Fix flattening of log levels
  • #30169 - NullPointerException when sending SSE with comment only
  • #30161 - Align behavior for getDeferredIdentity and getIdentity in TestIdentityAssociation
  • #30160 - Different behavior in TestIdentityAssociation for getDeferredIdentity and getIdentity
  • #30157 - Gradle quarkusDev: don't use test classes dir for app classes
  • #30155 - Show how to verify smallrye-jwt issuer in a shared network
  • #30154 - Remove remaining references to javax classes
  • #30152 - Improve error handling of AbortExecutionException in smallrye-graphql extension
  • #30146 - Properly segregate Json MessageBodyReader/Writer classes for server and client
  • #30145 - GraphQL federation directives, which allow multiple values, do not match Apollo contract
  • #30142 - When disabling name and version for label selectod in k8s, don't remove from labels
  • #30138 - Keycloak Dev Services
  • #30132 - Register REST Client body parameters for reflection
  • #30119 - Enable/disable GraphQL Federation automatically (+ add a config property for it)
  • #30100 - Setting add-version-to-label-selectors: false removes the app.kubernetes.io/version label
  • #30078 - Quarkus Kotlin Native Reactive REST Client not working properly
  • #30061 - Adding Kotlin Tests Breaks Kotlin/Java project
  • #30044 - Resteasy Reactive Rest Client fails to re-construct large chunks of streamed json (stream+json) and fails deserialization
  • #29998 - Bump to smallrye-config 2.13.1
  • #29918 - smallrye-config: Converter throws IllegalStateException
  • #29609 - Remove Reflection replacements, now supported by GraalVM
Commits
  • 66f501a [RELEASE] - Bump version to 2.15.3.Final
  • 2707f6a Merge pull request #30266 from gsmet/2.15.3-backports-2
  • 8ed5f79 Fix memory leak in Agroal local connection cache for Netty's FastThreadLocalT...
  • 0891e8a Introduce a JSON Stream parser for the reactive rest client
  • 8d8d644 Make sure TestMojo resolves test scoped dependencies
  • 82047ff Throw an IllegalStateException with basic info about the provider that failed...
  • 7276d62 SmallRye GraphQL 1.9.1/2.0.1 + config property to control Federation
  • 5e71f3f When disabling add-version-to-label-selectors in k8s, don't remove version label
  • 59335f7 fixed access confguration
  • da7aa47 Clarified class names of filters
  • Additional commits viewable in compare view


Updates quarkus-bootstrap-maven-plugin from 2.15.2.Final to 2.15.3.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)