-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update to CMCC 2406.1.0 #73
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
Change referenced versions to 2406.1.
Now using up-to-date version 2.5.0.
* Use version 2406.1.0 * Align Jangaroo dependencies with 2406.1.0 release.
Change referenced versions to 2406.1.
Update to version 2406.1.0.
This commit should be dropped prior to merge.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
Applying static code analysis fixes.
For consistency, a replacement strategy `none` seems to make sense. While the same could be achieved setting `characterType` to `unicode` (as this just ignores replacement strategies), looking at both enums from an independent perspective, the "none" replacement type is missing.
At least when using this adapter also for other translation agencies or as soon as GlobalLink supports Unicode, a hint should exist, how to configure the adapter. Added an upgrade note for that.
While artificial if used "as intended", the replacement strategy should be able not to provide unexpected results for unexpected successful empty matches, like for `.*`.
As the HTML instructions would just ignore leading spaces, we make them non-breaking-spaces instead, now.
`textTransform` is easier to read and understand (especially, if you need to adjust it), compared to the previous `textType`.
Replacement operations moved to other classes now.
Before, all leading spaces got transformed to one ` `. Instead, we should keep the same number of characters.
Just moving connector key validation.
The GCC logging is much too verbose to include it into our stdout. Just logging it to file now.
The only relevant authorization item that should not appear is the API-Key. A connector key is no real secret. Also, it should be the task of the `GCFacade` to hide secrets, if any, not ours. Removing this extra effort.
The GCC API is very verbose on INFO level. Decided to reduce the verbosity on delegation to `debug`. Also, added the original log-level for information purpose.
Aligning with other configuration tests.
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.
To-Dos
Development
CHANGELOG.md
CHANGELOG.md
with recent changes (submission not found, invalid connector key)Review
After Release
GlobalLink Connect Cloud for CoreMedia Content Cloud v12.2406.1.0
Despite adapting the connector to CoreMedia Content Cloud v12.2406.1.0, we hardened the connector in these aspects:
REDELIVERED
.More detailed information and upgrade notes are available within the Changelog hosted on GitHub Pages.