-
Notifications
You must be signed in to change notification settings - Fork 625
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
Enhancement: First field in repeating group as delimiter #674
base: master
Are you sure you want to change the base?
Enhancement: First field in repeating group as delimiter #674
Conversation
Thanks for the PR! 👍 Thanks in advance |
…. Add configuration setting and documentation
Thanks, I've added changes to the documentation and also added session parameter. |
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.
Could you please check my comments. Thank you. :)
Thanks for the review, pushed changes to the branch. |
We are having the same problem with repeating group delimiters. It would be nice to have this merged. |
@andreydp We are having the same problem. Would it be OK if I rework your pull request for the new 3.0.0 release? I'll get started beginning of next week in case I don't hear back. |
Hi @noblemaster. I can adapt my changes for 3.0.0 release in the next few days. |
@andreydp Thanks! I can assist/review as needed. 👍 |
@noblemaster working on the changes, will push soon, sorry for the delay. |
…oup_as_delimiter # Conflicts: # quickfixj-base/src/main/java/quickfix/DataDictionary.java # quickfixj-core/src/main/java/quickfix/DefaultSessionFactory.java # quickfixj-core/src/test/java/quickfix/DataDictionaryTest.java
@noblemaster I've merged latest master |
The change looks good! I have nothing to add. 👍 I would approve it. That's a nice addition. @chrjohn I don't have the powers to approve, so you will have to have a look too. Thanks. |
Will review tomorrow - have similar stuff in #876 which I'm hoping to work on this month. |
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.
This feature only works when unordered group fields are not validated. Does it make sense to throw an error or generate a warning when this feature is enabled and unordered group fields are validated?
@andreydp @noblemaster @philipwhiuk
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.
We should mention the dependency on setCheckUnorderedGroupFields.
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.
@andreydp Can you update the documentation? Thanks :)
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.
Documentation updated, thanks.
I would just generate a warning if the feature is enabled & validation is on. |
I will add warning then |
Fixes #675