-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bump quarkus.version from 3.6.7 to 3.7.0 #382
Conversation
This comment has been minimized.
This comment has been minimized.
in our pipeline, we pre-fetch dependencies via quarkus-artemis/.github/workflows/build.yml Lines 119 to 123 in ea82229
This fails with
(See, e.g., here) I can reproduce the issue locally when I start with a blank maven repository and run ./mvnw \
--batch-mode \
quarkus:go-offline I opened a zulip conversation to discuss the issue. |
Other than this, if I run
This feels wrong:
|
quarkusio/quarkus#38406 should fix the issues (haven't verified yet, thanks to @aloubyansky !). There is a possibility that there's somehting else going wrong, see this zulip message and this zulip conversation. |
I tested the fix locally (checkout the branch of the PR linked, build quarkus, checkout the branch of this PR, set the quarkus version to
Full run log ( Reactor summary:
This is the issue mentioned in this zulip conversation. |
Bumps `quarkus.version` from 3.6.7 to 3.7.0. Updates `io.quarkus:quarkus-maven-plugin` from 3.6.7 to 3.7.0 Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.6.7 to 3.7.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.6.7...3.7.0) Updates `io.quarkus:quarkus-bom` from 3.6.7 to 3.7.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.6.7...3.7.0) Updates `io.quarkus:quarkus-extension-processor` from 3.6.7 to 3.7.0 --- updated-dependencies: - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-extension-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-extension-processor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
bd9b4e4
to
665b979
Compare
🚦Reports for run #939🚦Reports will be posted here as they get available. |
Superseded by #396. |
Bumps
quarkus.version
from 3.6.7 to 3.7.0.Updates
io.quarkus:quarkus-maven-plugin
from 3.6.7 to 3.7.0Updates
io.quarkus:quarkus-extension-maven-plugin
from 3.6.7 to 3.7.0Release notes
Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.
... (truncated)
Commits
d180b23
[RELEASE] - Bump version to 3.7.0e3fbf74
Upgrade to Mutiny 2.5.563d748e
Bump Smallrye RM from 4.15.0 to 4.16.0dd9fcb3
Hibernate DDL created twice0e5d468
Merge pull request #38354 from gsmet/3.7.0-backports-1f9c960a
Bump to Netty 4.1.106.Finalda170ce
Unblock SmallRye Health exposed routesbe0ecce
Minor adjustmentsccc23f4
Fix quarkus dev broken for command mode arguments02ea779
Fix command line arguments being squashedUpdates
io.quarkus:quarkus-bom
from 3.6.7 to 3.7.0Release notes
Sourced from io.quarkus:quarkus-bom's releases.
... (truncated)
Commits
d180b23
[RELEASE] - Bump version to 3.7.0e3fbf74
Upgrade to Mutiny 2.5.563d748e
Bump Smallrye RM from 4.15.0 to 4.16.0dd9fcb3
Hibernate DDL created twice0e5d468
Merge pull request #38354 from gsmet/3.7.0-backports-1f9c960a
Bump to Netty 4.1.106.Finalda170ce
Unblock SmallRye Health exposed routesbe0ecce
Minor adjustmentsccc23f4
Fix quarkus dev broken for command mode arguments02ea779
Fix command line arguments being squashedUpdates
io.quarkus:quarkus-extension-processor
from 3.6.7 to 3.7.0Dependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)