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

Add Java17 to gh-actions #1055

Merged
merged 2 commits into from
Oct 2, 2021
Merged

Conversation

abelsromero
Copy link
Member

@abelsromero abelsromero commented Oct 2, 2021

Thank you for opening a pull request and contributing to AsciidoctorJ!

Please take a bit of time giving some details about your pull request:

Kind of change

  • Bug fix
  • New non-breaking feature
  • New breaking feature
  • Documentation update
  • Build improvement

Description

What is the goal of this pull request?

Add support for Java 17.

How does it achieve that?

Adds automated tests and any other build/code related change.

Are there any alternative ways to implement this?

🤷‍♂️ we'll see...

Are there any implications of this pull request? Anything a user must know?

Added matrix to Windows build to test Java 11 and 17.

Issue

If this PR fixes an open issue, please add a line of the form:

Fixes #Issue

Release notes

Please add a corresponding entry to the file CHANGELOG.adoc

@abelsromero
Copy link
Member Author

Seeing the pipeline I wonder why do we have the special Windows setup?

@abelsromero abelsromero marked this pull request as draft October 2, 2021 10:15
@abelsromero abelsromero marked this pull request as ready for review October 2, 2021 11:01
@robertpanzer
Copy link
Member

Do you mean why we build on windows at all or why do we have a custom flow for that?

The custom flow is for ./gradlew vs. gradlew.bat.

@robertpanzer robertpanzer merged commit c4d3329 into asciidoctor:main Oct 2, 2021
@robertpanzer
Copy link
Member

Thanks for taking this 🙏
I had it on my list for after vacation, so thanks a lot for this PR 🙂🎉🙏

@abelsromero
Copy link
Member Author

why do we have a custom flow for that?

The custom flow is for ./gradlew vs. gradlew.bat.

For maven we just invoke ".mvnw" and seems to work https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/main/.github/workflows/build.yaml, I can try if we can get rid of the custom tomorrow.

@abelsromero abelsromero deleted the support-java-17 branch December 23, 2021 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants