Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2023

Bumps quarkus.version 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-junit5 from 2.15.2.Final to 2.15.3.Final

Updates quarkus-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)

Bumps `quarkus.version` 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](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.15.2.Final...2.15.3.Final)

Updates `quarkus-junit5` from 2.15.2.Final to 2.15.3.Final

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-junit5
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 11, 2023
@fabricepipart fabricepipart merged commit 356e9a3 into main Jan 11, 2023
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-2.15.3.Final branch January 11, 2023 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant