quarkiverse / quarkus-kerberos

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

Bump quarkus.version from 2.7.0.Final to 2.7.2.Final #46

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quarkus.version from 2.7.0.Final to 2.7.2.Final. Updates quarkus-bom from 2.7.0.Final to 2.7.2.Final

Release notes

Sourced from quarkus-bom's releases.

2.7.2.Final

Complete changelog

  • #23853 - Fix out of date information about JVM debugging with Jib
  • #23841 - Out of date entrypoint documentation in container image guide
  • #23840 - Write SSE headers before subscribing
  • #23839 - Gradle: include test sources in the ApplicationModel for dev mode
  • #23835 - Upgrade to Quarkus HTTP 4.1.7
  • #23831 - Fix typo in OpenshiftConfig
  • #23830 - Don't copy static methods to CDI Wrapper of REST Client
  • #23828 - Docs - logging handlers - fix config reference links
  • #23827 - Fix JSON Serialization for multipart data containing emoji
  • #23824 - Use thread safe list
  • #23811 - BlockingRawTest is flaky
  • #23806 - Add redis host provider documentation
  • #23803 - Fix broken Kafka dev services links
  • #23801 - Make Quarkus initialization thread-safe in BaseFunction
  • #23796 - Fix example for GeneratedResourceBuildItem
  • #23792 - ArC - producers - change the client proxy class package
  • #23788 - Deploying to OpenShift via openshift extension not working in 2.7.1.Final
  • #23787 - Document redis host provider or give an example
  • #23783 - Fix Spring Data JPA case where 'First' was misinterpreted as Top query
  • #23779 - Stork documentation improvements
  • #23778 - Document toggle for disabling K8s version label generation
  • #23777 - Don't warn about missing json extension for SubResources
  • #23775 - Don't resolve the identity for @​PermitAll
  • #23772 - Bump micrometer-bom from 1.8.2 to 1.8.3
  • #23771 - Spring data JPA, can't find by FirstName
  • #23770 - Document how to change the registry URL
  • #23768 - Fixed typo in stork-reference.adoc
  • #23766 - Unable to use @​ClientExceptionMapper in native build
  • #23764 - Fix reading body as int in native mode
  • #23762 - RR endpoints analysis treats subresource as JSON serializable entity
  • #23758 - Disable MultiSourceProjectDevModeTest as a flaky test
  • #23756 - RESTEasy (Reactive) JSON serialization for multipart form data containing emojis is wrong
  • #23754 - Elasticsearch guide fixes
  • #23751 - Qute message bundles - fix validation of message parameters mappings
  • #23749 - Proactive auth as false doesn't work for endpoints annotated with @​PermitAll and requests with Bearer Token
  • #23747 - Disable flaky testThatBlockingRoutesAreCalledOnDuplicatedContext
  • #23745 - Prevent SubResources from causing a NPE
  • #23741 - Initialize Stork after synthetic beans
  • #23738 - Bump postgresql from 42.3.2 to 42.3.3
  • #23737 - MultiSourceProjectDevModeTest is failing a lot
  • #23735 - Gradle Unit Tests Don't Work Since 2.7.1
  • #23734 - @​Message template fails to use #each or #for
  • #23732 - NPE in ResteasyReactiveDevModeProcessor using sub resource with RR
  • #23731 - Add support for duplicated context in the gRPC clients
  • #23726 - Updating the Service binding content
  • #23724 - Bump smallrye-common-bom from 1.9.0 to 1.10.0

... (truncated)

Commits
  • c755512 [RELEASE] - Bump version to 2.7.2.Final
  • a8243c3 Merge pull request #23858 from gsmet/2.7.2-backports-2
  • 1334b94 Make sure DirectoryPathTree does not allow reading outside the root dir
  • 0df7fc2 Fix out of date information about JVM debugging with Jib
  • 62fcc73 Gradle: include test sources in the ApplicationModel for dev mode
  • d439994 Support for resolving ApplicationModel from a WorkspaceModule not backed
  • 994099c Merge pull request #23843 from gsmet/2.7.2-backports-1
  • ba9b66b Upgrade Hibernate Reactive to 1.1.3.Final
  • 03ad7cf When using SSE send the headers (and flush them) as soon as we have the Publi...
  • ddd0f35 Removed unnecessary volatile keywords
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.7.0.Final to 2.7.2.Final

Updates quarkus-bootstrap-maven-plugin from 2.7.0.Final to 2.7.2.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 #47.