quarkiverse / quarkus-kerberos

Quarkus Kerberos extension
Apache License 2.0
4 stars 3 forks source link

Bump quarkus.version from 2.6.1.Final to 2.6.3.Final #42

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quarkus.version from 2.6.1.Final to 2.6.3.Final. Updates quarkus-bom from 2.6.1.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


Updates quarkus-maven-plugin from 2.6.1.Final to 2.6.3.Final

Updates quarkus-bootstrap-maven-plugin from 2.6.1.Final to 2.6.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)
dependabot[bot] commented 2 years ago

Superseded by #43.