-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release 2.0.0 alpha.4 #109
Merged
Merged
Conversation
This file contains 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
Keep the version to 2.0.0-SNAPSHOT
Those new versions use Node.js 20, so this gets rid of the warning about Node.js 16 actions being deprecated.
workflows: Update major version of used actions
This avoids depending on a "milestone" version.
Also update eforms-core to 1.4.0-SNAPSHOT, so that it uses the same version of antlr4, to avoid any potential problem, as parsers generated by antlr4 version 4.9 are not compatible with more recent versions.
Update dependencies on eforms-core and antlr4
This adds a "qualifier" parameter in several methods in the TranslatorDependencyFactory interface, so implementers must be updated. Update DependencyFactoryMock in the unit tests accordingly.
Add method overloads to support using qualifiers for SDK components
Allow creating SymbolResolver implementations with constructors that take different parameters. A SymbolResolver does not necessarily need the path to SDK files, so add a method overload that takes a varargs to allow any kind of constructor parameters.
…r-constructors ComponentFactory: Improve SymbolResolver creation (TEDEFO-3286)
This reverts commit 9b8a7de. It introduced an infinite loop, causing a StackOverflowError.
Revert "ComponentFactory: Improve SymbolResolver creation (TEDEFO-3286)"
…les-in-declared-order Fixed the ordering of context variables and parameters
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.
No description provided.