-
Notifications
You must be signed in to change notification settings - Fork 628
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
quickfixj-core/src/main/doc/usermanual/usage/configuration.html
Outdated
Show resolved
Hide resolved
…p field is set to true
I've added a soft warning in createValidationSettings. Please review/merge. |
@chrjohn Could you review the changes. Looks generally fine to me. |
... to be next to other message/group structure validation option
Closing and reopening to trigger github actions which weren't active when this PR was created. |
... to be next to other message/group structure validation options
Now it is working, don't know why, though. |
@andreydp Can you merge your pull request? :) |
No, he can't. :) |
Great! Is there a planned v3.0.0 release date as well? |
2025 🚀 😆 |
@chrjohn, @noblemaster thank you for review! |
Again, closing to get all Java CI checks... |
Fixes #675