-
Notifications
You must be signed in to change notification settings - Fork 2
Lara-dsl-deprecation Checkpoint 1 #16
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request implements a "Lara DSL deprecation checkpoint" that involves migrating the project from legacy Java technologies to more modern alternatives. The changes focus on updating dependencies to newer versions and removing deprecated JavaScript engine support.
Key changes include:
- Migration from javax.xml.bind to jakarta.xml.bind for XML binding functionality
- Removal of Nashorn JavaScript engine support, keeping only GraalVM
- Major dependency version updates across multiple libraries (Guava, Gson, Apache Commons, etc.)
Reviewed Changes
Copilot reviewed 96 out of 97 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tdrcLibrary/src/tdrc/utils/MarshalUtils.java | Complete removal of JAXB utility class |
| tdrcLibrary/build.gradle | Migration from javax.xml.bind to jakarta.xml.bind dependencies |
| JsEngine/src/pt/up/fe/specs/jsengine/* | Removal of Nashorn engine support and GraalVM API updates |
| Multiple build.gradle files | Version updates for dependencies like Guava, Gson, Apache Commons |
| Eclipse project files | Migration from Ivy to Gradle build system configuration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Not supposed to get merged directly. Will be merged later on.