Description
Describe the bug
As per our requirement we have made changes to FIX50SP2.xml file added some new messages and tags and new supported values for those tags. What ever changes we done in the xml file after doind mvn clean install in their corresponding generated source files those changes are reflecting. But only for tag-d 22 that is SecurityIDSource we added 2 new supported values to it 403 and 403 . After rebuild the code in SecurityIDSouce.java file those new supported values not reflecting.
To Reproduce
Open the FIX50SP2.modified.xml file and under add below new values
and then rebuild it using mvn clean install after installation done check in SecurityIDSource.java file new 2 values 403 and 404 adding or not.
Expected behavior
After rebuild in SecurityIDSource.java file 403 and 404 two new values with its entries should be show.
system information:
- OS: Windows11
- Java version JDK21
- QFJ Version latest master branch code
Additional context
Add any other context about the problem here.