Skip to content
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

SRU2024 v10 #190

Open
wants to merge 54 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
2cd94b7
initial commit SRU version update
zubri Apr 22, 2024
12ff4be
SRU2024: Updated MT messages and fields with SRU2024 definition
ecalchemy Apr 23, 2024
effcdfb
yearly deprecation iteration
zubri Apr 25, 2024
95bb956
fix 33Z components and javadoc typo
zubri Apr 25, 2024
909b517
added isPercentage helper method in field 37K + javadoc typo
zubri May 6, 2024
51a91c0
Merge remote-tracking branch 'origin/develop' into SRU2024
zubri May 18, 2024
dd9e9ce
Merge branch 'develop' into SRU2024
zubri May 22, 2024
ca98542
updated dependencies
zubri May 22, 2024
e6364b8
release
zubri May 22, 2024
abe25b2
Restore deprecated method in MT210 class
zubri May 23, 2024
5574ec1
Merge branch 'develop' into SRU2024
zubri May 23, 2024
1c14bd6
updates to Java 11 and Jakarta
zubri May 23, 2024
b293b8e
fixed version for snapshot
zubri May 23, 2024
df9f017
Merge branch 'SRU2024' into SRU2024_v10
zubri May 23, 2024
0a64892
pre release
zubri May 27, 2024
f8aafb5
pre release
zubri May 27, 2024
e9584f1
Merge branch 'develop' into SRU2024
zubri Jun 29, 2024
4b1da83
Merge branch 'SRU2024' into SRU2024_v10
zubri Jun 29, 2024
ad76754
Merge branch 'main' into SRU2024
zubri Sep 18, 2024
de92a77
Merge branch 'main' into SRU2024
zubri Sep 30, 2024
bfe88e2
CU-86b1g1mye_SRU2024_Generar-un-enum-de-FieldNames-para-validar-que-e…
ptorres-prowide Sep 30, 2024
5119d4d
Merge branch 'SRU2024' into SRU2024_v10
zubri Sep 30, 2024
084577d
Merge remote-tracking branch 'origin/main' into SRU2024
zubri Sep 30, 2024
8ac48f9
CU-86b14j4e0_SRU2024_check-code-security-reports-at-GitHub-for-all-re…
ptorres-prowide Sep 30, 2024
e2aa2ea
Merge branch 'SRU2024' into SRU2024_v10
zubri Sep 30, 2024
7db754e
Fixing spotless
ptorres-prowide Oct 1, 2024
5c9fe08
Fixing spotless
ptorres-prowide Oct 1, 2024
d6053e5
Updating Jakarta ref
ptorres-prowide Oct 1, 2024
c98ac9e
Merge branch 'main' into SRU2024
zubri Oct 10, 2024
835d51f
Merge branch 'SRU2024' into SRU2024_v10
zubri Oct 10, 2024
bdea5a5
Fixed `getMUR` and `setMUR` in `SwiftMessage` to prioritize field 108…
zubri Nov 13, 2024
ddab106
Merge branch 'main' into SRU2024
zubri Nov 15, 2024
ad4f4b2
Merge branch 'main' into SRU2024
zubri Nov 15, 2024
b8ba86f
CU-86b1uerqp_Generar-un-enum-de-MTs-para-validar-sus-secuencias-y-pat…
ptorres-prowide Nov 15, 2024
101d358
release
zubri Nov 15, 2024
f433602
Merge branch 'SRU2024' into SRU2024_v10
zubri Nov 15, 2024
9dc9217
Merge branch 'main' into SRU2024_v10
zubri Nov 19, 2024
5f0424e
Merge branch 'main' into SRU2024_v10
zubri Nov 19, 2024
777460c
typo
zubri Nov 19, 2024
24e5e12
Merge branch 'SRU2024_v10' of github.com:prowide/prowide-core into SR…
zubri Nov 19, 2024
1e4a0ae
Merge branch 'main' into SRU2024_v10
zubri Nov 28, 2024
4fd8401
remove IDEA files from repo
zubri Dec 30, 2024
74880e3
remove duplicated changelog entry
zubri Dec 30, 2024
c4c2d4f
Merge branch 'main' into SRU2024_v10
zubri Dec 30, 2024
81a924c
Update .gitignore
zubri Dec 30, 2024
8de736c
Merge branch 'main' into SRU2024_v10
zubri Dec 30, 2024
90a7456
deprecated annotation fix
zubri Dec 30, 2024
7f00f5c
compile and test dependencies updates
zubri Dec 30, 2024
eb928db
fix action conditional JSK setup
zubri Dec 31, 2024
f90ea21
Merge branch 'main' into SRU2024_v10
zubri Dec 31, 2024
2ab67b5
fix action conditional JDK setup in action
zubri Jan 2, 2025
8a56d7e
fix action conditional JDK setup in action
zubri Jan 2, 2025
ba6bbee
Merge branch 'main' into SRU2024_v10
zubri Jan 2, 2025
2651508
Merge branch 'main' into SRU2024_v10
zubri Jan 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into SRU2024
zubri authored Oct 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c98ac9ebd7e16d628b7eb4ecb8106d1c39b86e3f
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prowide Core - CHANGELOG

#### 9.5.2 - SNAPSHOT
#### 9.5.2 - October 2024
* Added new `FieldEnum` with all the available field names
* Code security improvements as per CodeQL recommendations

zubri marked this conversation as resolved.
Show resolved Hide resolved
You are viewing a condensed version of this merge commit. You can view the full changes here.