-
Notifications
You must be signed in to change notification settings - Fork 118
(CU-86b3verm1) Code clean up #228
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
Draft
ptorres-prowide
wants to merge
24
commits into
main
Choose a base branch
from
CU-86b3verm1_Code-cleanupimprovement
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7c883b4
(CU-86b4upx87) Fix SRU logic for codegen (#240)
ptorres-prowide 5ab934a
chore: deprecation phase update to SRU2026
zubri 42559c7
chore: gradle update
zubri b0fda3d
chore: gradle update
zubri cb42d92
chore: deprecation phase
zubri 09e9b14
chore: snapshot version
zubri 2ef18e5
chore: MT codegen fixes for SRU2025
zubri 809b254
chore: rollback test implementation dependencies removal
zubri e61756a
chore: gson update
zubri c9e5437
chore: plugin updates
zubri d9a401d
chore: MT567 schema fix for SRU2025
ecalchemy 289efdc
fix: narrative resolver for field 70
zubri cdd1fdb
Merge remote-tracking branch 'origin/SRU2025' into SRU2025
zubri 9dc677a
fix: clean trailing slashes when parsing a field narrative with format 8
zubri 47f33aa
Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.2 (#236)
dependabot[bot] 78f3d02
chore: add junit launcher (required by Gradle)
zubri d6cedf8
(PW-2371) Add UETR property in AbstractSwfitMessage (#243)
fernando-prowide e946992
Merge branch 'main' into SRU2025
zubri f9ad7e7
chore: release
zubri 1dc25b8
chore: release
zubri 1f96ec0
feat: constants update
zubri 2779c74
chore: fix axion release conf for new plugin version
zubri 50f5708
Merge branch 'main' into SRU2025
zubri 41495f4
CU-86b3verm1_Code-cleanupimprovement
ptorres-prowide File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
[nitpick] Multiple
echo
lines are each redirected with1>&2
; consider grouping the error block or usingecho >&2 "message"
for clearer stderr redirection.Copilot uses AI. Check for mistakes.