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

chore(deps): bump quarkus-bom from 2.6.2.Final to 2.6.3.Final #202

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2022

Bumps quarkus-bom from 2.6.2.Final to 2.6.3.Final.

Release notes

Sourced from quarkus-bom's releases.

2.6.3.Final

Complete changelog

  • #23019 - Avoid potential NPE when collecting RESTEasy Providers on Resource classes
  • #23004 - RR: Fix abort chain order for #22408
  • #22998 - Bump to Hibernate 5.6.4.Final
  • #22996 - Fix response truncation
  • #22984 - Infinispan documentation fix
  • #22978 - Add Homebrew packager for CLI release and enable SDKMAN! announcement
  • #22973 - JSON response may be truncated at 8192 bytes boundary
  • #22972 - Allow empty @​BeanParam class with non-empty super class
  • #22956 - Make Quarkus listen on all interfaces in WSL dev mode
  • #22947 - Add SDKMAN! alternative to CLI tooling
  • #22941 - Build fails when parsing an endpoint that has a bean annotated with @​BeanParam when the target object is inheriting its fields from a parent class
  • #22935 - Template extensions - always propagate errors when evaluating parameters
  • #22931 - Qute template extensions throw ambiguous exception on property not found
  • #22926 - Upgrade yasson library for better Java 17 record support
  • #22917 - CLI: fix file handling in registry remove; more feedback
  • #22911 - CLI cannot remove registry from the list
  • #22903 - Fix grammar in extension status message
  • #22901 - Fully disable JNDI services in Hibernate ORM extension
  • #22898 - Upgrade Hibernate Reactive to 1.1.2.Final
  • #22897 - Improve quarkus cli doc
  • #22895 - Improve command-mode documentation
  • #22894 - Remove detailed documentation about AWS signing in Hibernate Search
  • #22888 - Add option to exclude generated resources from the dev mode classloader
  • #22887 - Cannot access web app running on WSL from a Windows-hosted client (browser)
  • #22886 - Sending the correct JSON payload in second test
  • #22884 - Bump slf4j-api from 1.7.32 to 1.7.33
  • #22866 - Ensure that the presence of OpenTelemetry does not break Jib builds
  • #22864 - Using OpenTelemetry gRPC instrumentation produces NullPointerException when running quarkusBuild
  • #22860 - Add OidcClientConfig Grant getter and setter
  • #22859 - Take response status of aborted request into account in JAX-RS Client
  • #22850 - Resteasy Reactive: Handle null fields in multiparts
  • #22847 - RESTEasy Reactive: null fields in multipart responses cause NullPointerException
  • #22840 - Ensure that space in @​Path does not break RESTEasy Reactive mapping
  • #22835 - Use JSON as default data content type for structured JSON encoded events
  • #22829 - Update security-openid-connect-client.adoc
  • #22827 - OIDC-Client: Response status 0 and null entity when OIDC client auth is failing for Rest-Client-Reactive
  • #22814 - Enable recording of JAXBElement during static init
  • #22813 - Use NumberFormat to write Jaeger configuration in the default locale
  • #22809 - Fix Config CCE in continuous testing
  • #22801 - hibernate-orm: hbm-xml: Cannot serialise field 'scope' on object 'javax.xml.bind.JAXBElement@7d024b28' as the property is read only
  • #22792 - Continuous testing fails when @QuarkusMainTest and a @ConfigMapping are involved
  • #22769 - Fix watched files for quarkus.config.locations
  • #22767 - Align HTTP status codes with messages
  • #22765 - Status Code and Message Mismatch in WebApplicationException
  • #22717 - Fix preserve next fire time of rescheduled job in quartz
  • #22699 - 2.6 - Error with config locations

... (truncated)

Commits
  • 3e61bea [RELEASE] - Bump version to 2.6.3.Final
  • ebf059c Merge pull request #23022 from gsmet/2.6.3-backports-3
  • 1202718 Avoid potential NPE when collecting RESTEasy Providers on Resource classes
  • 43ac218 RR: Fix abort chain order for #22408
  • 2994c47 Bump to Hibernate 5.6.4.Final
  • 0445922 Allow empty @​BeanParam class with non-empty super class
  • 962b252 Fix response truncation
  • bc2865b Merge pull request #22992 from gsmet/2.6.3-backports-2
  • c572d68 Infinispan documentation fix
  • 5622577 Add Homebrew packager for CLI release and enable SDKMAN! announcement
  • Additional commits viewable in compare view

Dependabot compatibility score

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-bom](https://github.com/quarkusio/quarkus) from 2.6.2.Final to 2.6.3.Final.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.6.2.Final...2.6.3.Final)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 21, 2022
@metacosm metacosm merged commit c53b8e6 into main Jan 21, 2022
@metacosm metacosm deleted the dependabot/maven/io.quarkus-quarkus-bom-2.6.3.Final branch January 21, 2022 07:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant