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.14.1.Final #80

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from quarkus-bom's releases.

2.14.1.Final

Major changes

  • #28861 - Update to GraalVM / Mandrel 22.3.0

Complete changelog

  • #29282 - Disable flaky tests
  • #29267 - Docs: Update RabbitMQ Channel Config
  • #29262 - Compile application classes before test classes
  • #29256 - Fixed code in stork-reference.adoc
  • #29237 - Fix compilation error in virtual threads doc
  • #29229 - Document RBAC used on CDI beans and IO thread when method returns "something" in a synchronous manner
  • #29228 - RESTEasy Classic - apply exception mappers for auth failures before request processing started
  • #29219 - Bump com.gradle.plugin-publish from 1.0.0 to 1.1.0 in /devtools/gradle
  • #29216 - Update the definition of ignored Kafka client messages
  • #29215 - Kafka complaining about common unknown properties, regression in 2.14
  • #29214 - Generate ID token if it is not refreshed
  • #29213 - Small typo and improvement on the k8s guide
  • #29203 - Small typo in SmallRye Stork guide
  • #29201 - Fix IsDockerWorking class not using TestContainersStrategy
  • #29194 - Bump mariadb-java-client from 3.0.8 to 3.0.9
  • #29188 - IsDockerWorking not using TestContainersStrategy after 2.13.4.Final
  • #29182 - Use Mandrel by default for container build
  • #29175 - Doc: Fix statement about CA certs embedding
  • #29171 - Fix CDI scope for classes that declare @​ServerRequestFilter
  • #29170 - @​ServerResponseFilter and @​ServerRequestFilter fails on startup with NoSuchMethodException
  • #29169 - Bump to Kotlin 1.7.21
  • #29167 - Upgrade to Jandex 3.0.3
  • #29166 - Ensure the Kind manifests are generated
  • #29165 - Bump aws-lambda-java-core from 1.2.1 to 1.2.2
  • #29155 - Include interfaces as bean types of RR resources
  • #29154 - Qute - ignore parentheses when parsing a value of an expression
  • #29153 - Upgrade to Mutiny 1.8.0
  • #29152 - Correct typos and code style on the Virtual Threads guide
  • #29150 - Generate a temporary uber-jar in case the target already exists instead of deleting it right away
  • #29148 - Fix quarkus.qute.strict-rendering config property name in documentation
  • #29146 - Custom SSL Root CA Certificates overrule certificates from default cacerts when running in native mode
  • #29144 - OIDC token refresh causes NPE if no ID token is returned
  • #29140 - Rest data with panache: add the parameter names in resources
  • #29138 - Demote the "test dir mapping" log message to debug
  • #29128 - Mocking Rest client does not work with 2.14.0.CR1
  • #29127 - Disable disk allocation in IT and remove prettyPeek()
  • #29121 - Fix select distinct projection with Panache
  • #29119 - Reactive Rest Client closing connections after server failures
  • #29118 - Take conditional annotations into account for Request and Response filters
  • #29116 - Upgrade to Jandex 3.0.2
  • #29115 - IfBuildProperty on classes with ServerRequestFilter causes build to fail
  • #29102 - Fix table entries in documentation
  • #29100 - Register all implementation of ExtensionAdapter in k8s client extension

... (truncated)

Commits
  • c9250b0 [RELEASE] - Bump version to 2.14.1.Final
  • caebfef Merge pull request #29284 from gsmet/2.14.1-backports-3
  • 5928029 Prevent on-demand-indexing warnings for missing meta-annotations
  • 365692a Compile application classes before test classes
  • 6f9a2c5 Disable DuplicatedContextTest#testThatBlockingEventConsumersAreCalledOnDuplic...
  • 66bea8e Disable CodeFlowInGraalITCase.testRPInitiatedLogout
  • af26172 Add -DwithCodestart and --codestart flags to tutorial
  • b3df43c Bump aws-lambda-java-core from 1.2.1 to 1.2.2
  • 89938e6 Bump mariadb-java-client from 3.0.8 to 3.0.9
  • 23d98e9 Fixed code in stork-reference.adoc
  • Additional commits viewable in compare view


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

Updates quarkus-bootstrap-maven-plugin from 2.11.2.Final to 2.14.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 #81.