Skip to content

feat(ci): add Docker-based Java code generation testing#200

Open
YadavAkhileshh wants to merge 2 commits intoaccordproject:mainfrom
YadavAkhileshh:main
Open

feat(ci): add Docker-based Java code generation testing#200
YadavAkhileshh wants to merge 2 commits intoaccordproject:mainfrom
YadavAkhileshh:main

Conversation

@YadavAkhileshh
Copy link

@YadavAkhileshh YadavAkhileshh commented Feb 19, 2026

Summary

This PR adds automated Docker-based testing for Java code generation
as a proof-of-concept for GSoC 2026 Project # 6 (Testing for Code
Generation Targets).

What's Added

  • Dockerfile with Java 11 (eclipse-temurin) + Node.js 18 environment
  • GitHub Actions workflow that runs the Docker test on every push/PR

Why

Currently there is no automated way to verify that generated Java code
actually compiles correctly. This sets up the infrastructure to do that.

Future Work (if selected for GSoC)

  • Add testing for other languages: Go, TypeScript, Python, C#
  • Add actual code generation + javac compilation test
  • Add Docker images for each supported language target

Relates to GSoC 2026 Project # 6

Signed-off-by: Yadav Akhilesh yadavakhil2501@gmail.com

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.

1 participant