quarkiverse / quarkus-kerberos

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

Bump quarkus.version from 2.11.2.Final to 2.15.1.Final #85

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 2.11.2.Final to 2.15.1.Final. Updates quarkus-bom from 2.11.2.Final to 2.15.1.Final

Release notes

Sourced from quarkus-bom's releases.

2.15.1.Final

Complete changelog

  • #29986 - Switch from system property to hadcoded line separator for Panache query
  • #29984 - Kafka UI RPC creates own ObjectMapper
  • #29976 - Custom ObjectMapper in application affects Kafka UI Dev service
  • #29958 - Issue using keycloak admin client
  • #29957 - HttpSecurityRecorder - drop duplicate IF condition
  • #29950 - Websockets client - set the current security identity
  • #29949 - Update musl and zlib versions in the documentation
  • #29948 - Fix NPE in KeycloakDevServicesProcessor
  • #29946 - NPE in KeycloakDevServicesProcessor again
  • #29942 - Fix auth-server-url for keycloak
  • #29933 - KeycloakTestClient does not supports grant_type = client_credentials
  • #29926 - Bump Dekorate to version 3.1.3
  • #29920 - Removed weird code tag and fixed formatting
  • #29919 - WebSocket auth on VertxCurrentContext not working
  • #29912 - Small improvements to the Deploying to Google Cloud guide
  • #29906 - Fix some typos in the building native image documentation
  • #29900 - Fix Mutiny documentation links
  • #29899 - Openshift existing resources won't merge route spec
  • #29896 - smallrye jwt 401 cannot be intercepted by ExceptionMapper
  • #29894 - Support MariaDB Dev Services in reactive-mysql-client
  • #29891 - Unable to start devservices for MariaDB
  • #29889 - Fix category of kubernetes-dev-services.adoc
  • #29884 - Redis - Geo commands may return unparseable doubles
  • #29876 - Upgrade netty to 4.1.86
  • #29874 - Use proper Openshift annotation for VCS
  • #29873 - Openshift deployment has a typo in the VCS annotation
  • #29857 - building-native-image / Using a scratch base image guide is not working
  • #29856 - Remove calls to ad-m/github-push-action
  • #29855 - Prevent false warning message about missing 'quarkus.debug.print-startup-times'
  • #29851 - Ensure that new line chars don't break Panache projection
  • #29850 - Drop ':z' bind option when using MacOS and Podman
  • #29838 - StringIndexOutOfBoundsException in panache when using project and a linebreak before FROM
  • #29827 - Improve header in README.md based on name and description
  • #29825 - Deprecate @ServerRequestFilter(withBody) in favour of @WithFormRead
  • #29816 - Fix the secret length check for PKCE and token encryption
  • #29813 - AddNamespaceDecorator doesn't override already set namespaces
  • #29810 - Updates to the Cassandra quickstart guide
  • #29809 - quarkus.kubernetes.namespace property shouldn't provoke overriding of already set namespaces on resources
  • #29800 - Modernize default ci.yml a bit
  • #29799 - Ensure that multipart response has a boundary when RestResponse is used
  • #29797 - Upgrade Maven Compiler Plugin to 3.10.1
  • #29795 - Update to Vert.x 4.3.6
  • #29794 - Missing boundary for MultipartFormDataOutput
  • #29792 - Fix quarkus.knative.image-pull-policy property
  • #29784 - Always store raw model into cache while loading workspace
  • #29775 - Throw a CreationException if a normal scoped synthetic bean creates null

... (truncated)

Commits
  • e41078a [RELEASE] - Bump version to 2.15.1.Final
  • 4abf476 Kafka ui RPC creates own ObjectMapper
  • ffb3f26 Switch from system property to hadcoded line separator for Panache query
  • ff1c280 Merge pull request #29982 from gsmet/2.15.1-backports-1
  • 7b71598 fix issue #29770: always store raw model into cache
  • a36fb21 Address some linter warnings
  • a85db46 Updates to the Cassandra quickstart guide
  • 4636511 With the latest Redis release, the geo commands may return doubles containing...
  • 82607ee Improve header in README.md based on name and description
  • 28598d0 Remove QuarkusTestExtension.class from @​QuarkusIntegrationTest
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.11.2.Final to 2.15.1.Final

Updates quarkus-bootstrap-maven-plugin from 2.11.2.Final to 2.15.1.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 1 year ago

Superseded by #86.