-
Notifications
You must be signed in to change notification settings - Fork 5
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.4.3 to 3.5.0 #208
Conversation
Bumps `quarkus.version` from 3.4.3 to 3.5.0. Updates `io.quarkus:quarkus-bom` from 3.4.3 to 3.5.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.4.3...3.5.0) Updates `io.quarkus:quarkus-maven-plugin` from 3.4.3 to 3.5.0 Updates `io.quarkus:quarkus-extension-processor` from 3.4.3 to 3.5.0 Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.4.3 to 3.5.0 - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.4.3...3.5.0) --- updated-dependencies: - dependency-name: io.quarkus:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-maven-plugin 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 - dependency-name: io.quarkus:quarkus-extension-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
@gsmet Would u be able to help me here? I don't see this extension messing with the GraalVM options and on Oracle / CE Graal it works. |
It's the |
Hm, now that Quarkus 3.5 has been released, I would be really happy about input here… cc @maxandersen |
@zakkak could you help here? The build is failing with:
I fail to see the option that could cause that (and the error message could definitely be more explicit). I see that it is using:
Thanks! |
@gsmet this is a known issue expected to be fixed with the new version of mandrel and GraalVM Note however that it's an indication that there is indeed some issue behind this misleading message. |
But then I indeed wonder: How got Quarkus 3.5 released? Do you use another Mandrel edition for testing? Or did I use something odd here? And if so, how did that happen? |
We are facing the same issue with our native build in a different context which means as of now we cannot update to Quarkus 3.5. |
@michael-simons it looks like the Quarkus integration tests don't hit this issue, which came to our attention only after people started using 3.5. The updated Mandrel images are now available and include the fix for the misleading error, could you please try again and see what the actual error is? Please make sure to pull the latest |
I can try and restart this build, I don't have Mandrel locally. Let's see. |
No luck @zakkak |
I wouldn't say so :) The old misleading error is gone and you now get the actual error with some hints:
I am not sure why |
We are deferring the whole SSL package to RT @zakkak quarkus-neo4j/deployment/src/main/java/io/quarkus/neo4j/deployment/Neo4jDriverProcessor.java Lines 69 to 71 in b1bae2f
I'm open to any better suggestion. Thank you |
OK, in that case you can either reset I have tried both and they worked for the tests in this repository.
I don't really know the reasoning behind this decision so I can't help much. A quick test (removing that build step) didn't result in any test failures so it might be worth revisiting. |
Haha yes, I tried the latter, too :) But it wasn't always that way. Probably things got triggered by changes in the Quarkus/Vertx stack, we are not using Vertx at all in the Neo4j driver Thanks a lot for your help! |
I go with deferring |
Bumps
quarkus.version
from 3.4.3 to 3.5.0.Updates
io.quarkus:quarkus-bom
from 3.4.3 to 3.5.0Release notes
Sourced from io.quarkus:quarkus-bom's releases.
... (truncated)
Commits
8703586
[RELEASE] - Bump version to 3.5.0ea3eee6
Updates liquibase to version 4.24 to solve bugdc7b4a3
Merge pull request #36533 from gsmet/3.5.0-backports-191cddc6
Register RuntimeOverrideConfigSource in STATIC_INITe7c0a9a
Start MongoDB 4.4 instead of 4.0535b2e2
Use Mandrel 23.1 in windows CI6b739a5
Bump org.wiremock:wiremock-standalone from 3.1.0 to 3.2.0feddfda
Fix typo in gradle-tooling.adocbbb144b
Fix some issues in getting-started-dev-services:6285bf4
Adjust extension name for consistency with rest of QuarkusUpdates
io.quarkus:quarkus-maven-plugin
from 3.4.3 to 3.5.0Updates
io.quarkus:quarkus-extension-processor
from 3.4.3 to 3.5.0Updates
io.quarkus:quarkus-extension-maven-plugin
from 3.4.3 to 3.5.0Release notes
Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.
... (truncated)
Commits
8703586
[RELEASE] - Bump version to 3.5.0ea3eee6
Updates liquibase to version 4.24 to solve bugdc7b4a3
Merge pull request #36533 from gsmet/3.5.0-backports-191cddc6
Register RuntimeOverrideConfigSource in STATIC_INITe7c0a9a
Start MongoDB 4.4 instead of 4.0535b2e2
Use Mandrel 23.1 in windows CI6b739a5
Bump org.wiremock:wiremock-standalone from 3.1.0 to 3.2.0feddfda
Fix typo in gradle-tooling.adocbbb144b
Fix some issues in getting-started-dev-services:6285bf4
Adjust extension name for consistency with rest of QuarkusDependabot 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)