Align CI with Scala 2.13.9 and JDK 17#10
Open
dex-the-ai wants to merge 1 commit into
Open
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Contributor
Author
|
Owner ping for this maintenance PR: @chedim Requesting review from the manifest-listed owner(s) where GitHub does not already show a pending review request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
actions/checkoutandactions/setup-javato current major versions and use setup-java's built-in sbt cachepanicshell path in the Couchbase startup step withexit 1Verification
JAVA_HOME=/usr/lib/jvm/java-17-openjdk-arm64 sbt testruby -e 'require "yaml"; YAML.load_file(".github/workflows/ci.yml"); puts "YAML OK"':8080conflict and verify the Swagger/CRUD path:java -Dnetty.port=18080 -Dcouchbase.host=127.0.0.1 -cp <exported classpath> org.couchbase.scala.quickstart.Maincurl -L http://127.0.0.1:18080/docscurl -X POST http://127.0.0.1:18080/api/v1/airline ...curl http://127.0.0.1:18080/api/v1/airline?id=999001curl -X DELETE http://127.0.0.1:18080/api/v1/airline?id=999001Evidence
tutorial-maintenance/runs/scala-quickstart/2026-06-02T0145Z/verification.mdtutorial-maintenance/runs/scala-quickstart/2026-06-02T0145Z/sbt-test.logtutorial-maintenance/runs/scala-quickstart/2026-06-02T0145Z/screenshots/swagger-docs.pngNotes
tutorial-maintenance/tutorials.jsonstill described this repo's CI as Scala 2.13.8 on JDK 11; this PR brings the workflow in line with the existingbuild.sbt/ README surfaces.127.0.0.1:11210after the temporary CRUD pass. I left that behavior out of scope here because this PR only updates CI/workflow plumbing and the CRUD walkthrough itself still passed.Media evidence
Notes
tutorial-maintenance/runs/scala-quickstart/2026-06-02T0145Z/screenshots/swagger-docs.png