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.8.1.Final #53

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from quarkus-bom's releases.

2.8.1.Final

Complete changelog

  • #24981 - Add support for java.time.Instant params in RESTEasy Reactive
  • #24973 - Bump postgresql from 42.3.3 to 42.3.4
  • #24966 - Replace lambda in runtime code
  • #24964 - Bump flyway.version from 8.5.7 to 8.5.8
  • #24957 - Use -DnoCode instead of legacy -DnoExamples
  • #24946 - Make the config available to Keycloak Dev Console after reload
  • #24941 - Update dekorate to 2.9.2
  • #24937 - Update Vert.x to version 4.2.7
  • #24936 - Use created wiremock instance for stub creation
  • #24935 - Support @​TestProfile when using @​Nested tests
  • #24933 - Use quarkus-bom in jbang documentation
  • #24929 - Documents dependencies for fonts and locales tests on systems with C.UTF-8 default locale
  • #24926 - Code in guide "Scripting with Quarkus" does not run with jbang
  • #24924 - Fix RBAC decorator scope
  • #24921 - Update testcontainers to 1.17.1
  • #24920 - Upgrade to Hibernate ORM 5.6.8.Final
  • #24912 - Upgrade to ByteBuddy 1.12.9
  • #24910 - Test profiles not working with JUnit @Nested classes
  • #24908 - Configure the HTTP host when domain sockets are used
  • #24905 - Add image pull secret support to knative
  • #24903 - Bump testcontainers-bom from 1.16.3 to 1.17.0
  • #24893 - Create duplicated context in the DevConsole virtual server
  • #24892 - Prevent filtering of resources at build time for Amazon lambda http and rest
  • #24890 - Use resteasy-reactive-jackson in spring-web codestart
  • #24889 - Upgrade to JReleaser 1.0.0
  • #24875 - Make sure that headers added from pre-matching filters are taken into account
  • #24872 - Avoid XStream causing illegal access issues for internal JDK collections
  • #24868 - Change Content type in prematch filter does not change content type when matching (reactive!)
  • #24867 - Single values for array pairs passed without brackets in REST Client Reactive
  • #24865 - Fix potential IllegalAccessError in Spring Data JPA projection handling
  • #24864 - Change SmallRye GraphQL (+client) extensions' status to stable
  • #24863 - Print useful error message when browser cannot be opened
  • #24858 - Document access to Azure Service Hubs and Red Hat OpenShift Streams for Apache Kafka
  • #24857 - Open browser fails on github codespaces
  • #24856 - Documentation: fix typo
  • #24852 - Update SmallRye Reactive Converters to version 2.7.0
  • #24850 - Add 'gradle' to sample Dockerfile for building with Gradle
  • #24848 - Documentation fix: add missing artifactId in security jwt build
  • #24846 - Documentation - Correct Mutual TLS abbreviation - decapitalize first letter
  • #24840 - Fix potential NPE when PKCE secret is missing
  • #24834 - Make sure container image labels configuration are considered by Jib
  • #24830 - The OIDC Response mode is corrected in the query string when specified
  • #24828 - Bump flyway.version from 8.5.6 to 8.5.7
  • #24826 - Only add existing classes directory to Gradle application model
  • #24820 - quarkus.container-image.labels doesn't work with Jib
  • #24808 - Bump flyway.version from 8.5.5 to 8.5.6

... (truncated)

Commits
  • 5cd42e4 [RELEASE] - Bump version to 2.8.1.Final
  • e4f30c5 Merge pull request #24992 from gsmet/2.8.1-backports-3
  • 454e480 Use quarkus-bom in jbang documentation
  • 0214699 Add support for java.time.Instant params in RESTEasy Reactive
  • c327e5b Bump postgresql from 42.3.3 to 42.3.4
  • 2d56ed7 Make the config available to Keycloak Dev Console after reload
  • 2e76bcc Replace lambda in runtime code
  • 3c722a2 Amazon lambda http and rest should not filter resources at build time to avoi...
  • 5916c4d Bump flyway.version from 8.5.7 to 8.5.8
  • 325a33c Update Vert.x to version 4.2.7
  • Additional commits viewable in compare view


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

Updates quarkus-bootstrap-maven-plugin from 2.7.0.Final to 2.8.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 2 years ago

Superseded by #54.