Skip to content

Maven pom.xml(deps): Bump qute-core from 2.7.5.Final to 2.8.0.Final #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2022

Bumps qute-core from 2.7.5.Final to 2.8.0.Final.

Release notes

Sourced from qute-core's releases.

2.8.0.CR1

Major changes

  • #23550 - Update to SmallRye Fault Tolerance 5.3.0
  • #23423 - Support for OIDC Proof Of Key for Code Exchange (PKCE)
  • #23334 - Bump GraalVM / Mandrel version to 22.0
  • #23332 - Add manifest configuration in build mojo/task
  • #22960 - Add new extension Panache Hibernate Resteasy Reactive Rest Data
  • #21115 - QuarkusTransaction API
  • #18006 - Move assertj from BOM to build-parent

Complete changelog

  • #24487 - Update liquibase xsds
  • #24484 - Bump quarkus-http.version from 4.1.7 to 4.1.8
  • #24479 - Update postgres, mariadb and db2 images for tests and devservices
  • #24478 - Support date headers correctly in event server
  • #24476 - Qute - fix validation of "cdi:" namespace expressions
  • #24475 - Creates Redis RunningDevService with proper connection url
  • #24473 - Redis Shared Dev Services Failed to Connect
  • #24471 - Avoid French words in resteasy-reactive.adoc
  • #24469 - Upgrade to Oracle JDBC drivers 21.5.0.0
  • #24468 - Upgrade Oracle JDBC to 21.5.0.0
  • #24467 - Support Uni and CompletionStage results for multipart responses in REST Client Reactive
  • #24464 - List applicable param converters for resteasy reactive endpoints in dev ui
  • #24461 - Bump wiremock-maven-plugin from 7.0.0 to 7.1.0
  • #24459 - Add integrationTest tests as part of testNative task
  • #24458 - More cleanup for RESTEasy Reactive switch of rest-json.adoc
  • #24456 - Upgrade Hibernate Reactive to 1.1.4.Final
  • #24454 - Misc updates in codebase to be a bit more efficient
  • #24451 - Ban org.jboss.spec.javax.el:jboss-el-api_3.0_spec
  • #24450 - Support ConfigMappings and ConfigProperties injections with Instance
  • #24449 - Introduce Kind extension that supports autoloading
  • #24448 - Add REST Client Reactive extensions for JAXB and JSON-B
  • #24447 - Improve usability of RESTEasy Reactive server and client multipart handling
  • #24443 - Use loadClass rather than loadClassFromTCCL for ArC
  • #24442 - Ban org.jboss.spec.javax.el:jboss-el-api_3.0_spec
  • #24440 - Execute test plan with the deployment classloader as the TCCL
  • #24438 - Support large file uploads with Reactive REST Client
  • #24436 - Fix the Json deserializers code snippets
  • #24435 - Support large file downloads with Reactive REST Client
  • #24434 - Fix description of RESTEasy Reactive
  • #24432 - Respect custom ConfigRoot.name in ConfigInstantiator & fix minLogLevel handling
  • #24431 - Revert "Temporarily disable CliProjectJBangTest for Java 17+"
  • #24427 - quarkus-rest-client-reactive does not URL encode some @​QueryParam
  • #24426 - quarkus-rest-client-reactive does not URL encode some @​QueryParam values
  • #24425 - Properly pin RESTEasy extensions to show a consistent view of both stacks
  • #24422 - Fix a few issues in the JaCoCo guide
  • #24420 - Initialize hibernate reactive before gRPC
  • #24419 - Bump wildfly-elytron.version from 1.18.3.Final to 1.19.0.Final

... (truncated)

Commits
  • 66d7092 [RELEASE] - Bump version to 2.8.0.Final
  • 68fd9d1 Also handle the RHBQ Platform
  • 7c96293 Restore RESTEasy codestart by default for Quarkus < 2.8
  • d8251ac Documentation - Fix artifactId in code snippet
  • 14dd7e7 Merge pull request #24615 from gsmet/2.8.0-backports-2
  • 42c9dd7 Moved @Rollback to its own module #24500
  • cc37101 Upgrade to Agroal 1.16
  • 827ea14 fix(security): Update Jackson BOM to 2.13.2.20220328
  • 0206ac3 Oracle recorder ignores shared attribute in the reactive data source configur...
  • 74ac1cd Properly handle char and Character parameter types in JAX-RS methods
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @carlosthe19916.


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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 4, 2022
Bumps [qute-core](https://github.com/quarkusio/quarkus) from 2.7.5.Final to 2.8.0.Final.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.7.5.Final...2.8.0.Final)

---
updated-dependencies:
- dependency-name: io.quarkus.qute:qute-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/io.quarkus.qute-qute-core-2.8.0.Final branch from aaa97a1 to 0416b5c Compare April 4, 2022 17:04
@carlosthe19916
Copy link
Member

@dependabot merge

@dependabot dependabot bot merged commit cf7dfa0 into master Apr 4, 2022
@dependabot dependabot bot deleted the dependabot/maven/io.quarkus.qute-qute-core-2.8.0.Final branch April 4, 2022 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant