Skip to content
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

Removed support for GraalVM 19.x #10839

Merged
merged 3 commits into from
Jul 20, 2020
Merged

Removed support for GraalVM 19.x #10839

merged 3 commits into from
Jul 20, 2020

Conversation

Sanne
Copy link
Member

@Sanne Sanne commented Jul 19, 2020

This was simpler than expected, as I couldn't find any integration tests based on GraalVM 19 to disable / remove. Is that correct?

Fixes #10838

Copy link
Contributor

@gastaldi gastaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are still other places where 19.3.1 is used. This is what grep returned to me:

./docs/src/main/asciidoc/amazon-lambda.adoc:636:docker run -it -d --entrypoint bash quay.io/quarkus/ubi-quarkus-native-image:19.3.1-java8
./docs/src/main/asciidoc/README.adoc:48:|\{graalvm-flavor}|{graalvm-flavor}| The full flavor of GraaVM to use e.g. `19.3.1-java11`.

@gsmet
Copy link
Member

gsmet commented Jul 20, 2020

@gastaldi the second one is just an example, we don't need to update it but the first one should have used the attribute. I will fix it.

@gsmet
Copy link
Member

gsmet commented Jul 20, 2020

I fixed a couple more occurrences too.

@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jul 20, 2020
@gsmet gsmet added this to the 1.7.0 - master milestone Jul 20, 2020
@Sanne
Copy link
Member Author

Sanne commented Jul 20, 2020

thanks @gsmet and @gastaldi ! I wasn't sure if there was some good reason for the missing attributes; I'm glad you checked.

@Sanne Sanne dismissed gastaldi’s stale review July 20, 2020 10:52

was addressed by Guillaume

@Sanne Sanne merged commit db85cec into quarkusio:master Jul 20, 2020
@Sanne Sanne deleted the NoGraalVM19 branch July 20, 2020 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core area/documentation triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove support for GraalVM 19.3
3 participants