Skip to content

Bump quarkus-bom from 1.7.2.Final to 1.8.1.Final #44

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2020

Bumps quarkus-bom from 1.7.2.Final to 1.8.1.Final.

Release notes

Sourced from quarkus-bom's releases.

1.8.1.Final

Major changes

  • #11893 - Add a RESTEasy Multipart extension
  • #880 - Introduce a RESTEasy Multipart extension

Complete changelog

  • #12167 - Fix a remaining old datasource config reference in the Vault doc
  • #12166 - Update instructions to set fast-jar flag in codestarts
  • #12165 - hibernate-orm-panache-kotlin: Fix compilation error of example in doc
  • #12164 - Upgrade SmallRye OpenAPI to 2.0.9
  • #12163 - Kotlin Panache doc: Fix broken link
  • #12155 - Improve JBang integration
  • #12152 - Bump awssdk.version from 2.14.18 to 2.14.19
  • #12151 - Upgrade to Quarkus HTTP 3.0.15.Final
  • #12149 - Documentation/Scripting: Missing 'init' parameter added
  • #12148 - Fix the capability to connect to MySQL in XA mode
  • #12143 - Set HTTPS scheme in the final OIDC redirect URI
  • #12140 - Check for null context (oidc logout flow)
  • #12130 - quarkus-oidc does not build final redirect uri with https when using force-redirect-https-scheme=true
  • #12126 - Improve MongoDB with Panache documentation around ObjectId
  • #12122 - Bump awssdk.version from 2.14.17 to 2.14.18
  • #12118 - Fixes Quarkus version and images dir in scripting guide
  • #12114 - fix: use own AddEnvVarDecorator to prevent it from being skipped
  • #12110 - Rename the Micrometer guide for more consistency
  • #12109 - Proofread Scripting with jbang guide
  • #12103 - Prevent potential infinite loop in AutoAddScopeProcessor
  • #12102 - Hang in build when upgrading to 1.8.0 when library class' superclass is not present on classpath
  • #12101 - Lazily init Jaeger
  • #12097 - Bump awssdk.version from 2.14.16 to 2.14.17
  • #12095 - Restore port sysprop values in VertxHttpRecorder
  • #12087 - quarkus.http[s].test-port system properties are lost on app restart triggered by @TestProfile
  • #12083 - Document how to use QuarkusTestProfile#testResources
  • #12081 - Document how to use QuarkusTestProfile.testResources()
  • #12072 - Fix smallrye-jwt documentation typo
  • #12067 - Unable to build Hibernate SessionFactory error with native mode in 1.8.0.final
  • #12066 - Fix documentation related with forwarding headers
  • #12065 - Add Tika extension dev mode test
  • #12063 - Quarkus kubernetes sidecars EnvVar do not work
  • #12062 - Quarkus Tika's configuration quarkus.tika.tika-config-path not work in quarkus:dev run
  • #12061 - Fix test package declaration
  • #12058 - OpenAPI/SwaggerUI displaying EntityManager schema for PanacheEntity Pojo
  • #12055 - Non-standard proxy forwarded headers are not being parsed
  • #12052 - Bump awssdk.version from 2.14.15 to 2.14.16
  • #12050 - Microprofile OASFilter only executed during build - not in runtime
  • #12045 - Register String constructors for reflection
  • #12041 - Upgrade Quarkus HTTP to 3.0.15.Final
  • #12040 - Smallrye-JWT config property naming bug
  • #12035 - Bump awssdk.version from 2.14.14 to 2.14.15
Commits
  • 0335507 [RELEASE] - Bump version to 1.8.1.Final
  • e197d79 Merge pull request #12171 from gsmet/1.8.1-backports-2
  • 2ca6412 Upgrade SmallRye OpenAPI to 2.0.9
  • bbaf9ef Update instructions to set fast-jar flag in codestarts
  • d6689ff Fix a remaining old datasource config reference in the Vault doc
  • 61ee2d0 hibernate-orm-panache-kotlin: Fix compilation error of example given in doc
  • d4134f6 Fix broken link
  • a514c7e Set HTTPS scheme in the final OIDC redirect URI
  • c5f222e Upgrade to Quarkus HTTP 3.0.15.Final
  • f747635 Improve JBang integration
  • 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 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)

Bumps [quarkus-bom](https://github.com/quarkusio/quarkus) from 1.7.2.Final to 1.8.1.Final.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@1.7.2.Final...1.8.1.Final)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 21, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 12, 2020

Superseded by #50.

@dependabot dependabot bot closed this Oct 12, 2020
@dependabot dependabot bot deleted the dependabot/maven/io.quarkus-quarkus-bom-1.8.1.Final branch October 12, 2020 05:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants