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

chore: upgrade pipeline tests to JHipster 8, Java 17, and Node.js 18/20 #613

Conversation

jtkiesel
Copy link
Contributor

What changed with this PR:

Upgrades the pipeline tests to JHipster 8, Java 17, and Node.js 18/20. Also upgraded GitHub Actions and repos used for testing to their latest versions (some were necessary upgrades, such as Spring Boot/Framework, others were not).

Relative issues or prs:

Closes #609

@@ -9,65 +9,65 @@ const samplesDir = path.resolve(__dirname, "../samples");
const core = [
{
repoUrl: "https://github.com/jhipster/jhipster-sample-app",
branch: "v7.9.3"
branch: "main"
Copy link
Contributor

Choose a reason for hiding this comment

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

I prefer to keep a fixed version, in order to have more reproducible builds/tests

Copy link
Contributor Author

@jtkiesel jtkiesel Oct 29, 2023

Choose a reason for hiding this comment

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

Agreed! I originally decided to go with the way things were prior to #588, in case there was a reason that main was used that I wasn't aware of. Just pushed this change! 👍

Copy link
Contributor

@clementdessoude clementdessoude left a comment

Choose a reason for hiding this comment

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

Hello @jtkiesel, I just have one remarks about using fixed version for jhipster samples, but otherwise, it's ok for me !

@jtkiesel jtkiesel force-pushed the chore/pipeline-tests-upgrade-jhipster-java-node branch from 09b9dc6 to 6c44784 Compare October 29, 2023 07:14
@clementdessoude clementdessoude merged commit d3f8f5e into jhipster:main Oct 29, 2023
6 checks passed
@jtkiesel jtkiesel deleted the chore/pipeline-tests-upgrade-jhipster-java-node branch October 29, 2023 18:58
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.

Migrate e2e pipeline tests to use Java 17
2 participants