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

Enhancement: First field in repeating group as delimiter #674

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

andreydp
Copy link

@andreydp andreydp commented Sep 12, 2023

Fixes #675

@andreydp andreydp changed the title First field in repeating group as delimiter Enhancement: First field in repeating group as delimiter Sep 12, 2023
@quickfix-j quickfix-j deleted a comment from andreydp Sep 13, 2023
@chrjohn
Copy link
Member

chrjohn commented Sep 13, 2023

Thanks for the PR! 👍
Could you please also add the configuration to the validation section of https://github.com/quickfix-j/quickfixj/blob/master/quickfixj-core/src/main/doc/usermanual/usage/configuration.html

Thanks in advance

@andreydp
Copy link
Author

Thanks, I've added changes to the documentation and also added session parameter.

Copy link
Member

@chrjohn chrjohn left a 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. :)

quickfixj-core/src/main/java/quickfix/Message.java Outdated Show resolved Hide resolved
quickfixj-core/src/main/java/quickfix/DataDictionary.java Outdated Show resolved Hide resolved
@andreydp andreydp requested a review from chrjohn September 18, 2023 10:15
@andreydp
Copy link
Author

Thanks for the review, pushed changes to the branch.

@noblemaster
Copy link

We are having the same problem with repeating group delimiters. It would be nice to have this merged.

@noblemaster
Copy link

@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.

@andreydp
Copy link
Author

Hi @noblemaster. I can adapt my changes for 3.0.0 release in the next few days.

@noblemaster
Copy link

@andreydp Thanks! I can assist/review as needed. 👍

@andreydp
Copy link
Author

@noblemaster working on the changes, will push soon, sorry for the delay.

Andrii Poletaiev and others added 3 commits November 29, 2024 10:02
…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
@andreydp
Copy link
Author

@noblemaster I've merged latest master

@noblemaster
Copy link

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.

@philipwhiuk
Copy link
Contributor

philipwhiuk commented Dec 3, 2024

Will review tomorrow - have similar stuff in #876 which I'm hoping to work on this month.

Copy link
Member

@chrjohn chrjohn left a 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

Copy link
Member

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.

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 :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation updated, thanks.

@noblemaster
Copy link

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?

I would just generate a warning if the feature is enabled & validation is on.

@andreydp
Copy link
Author

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?

I would just generate a warning if the feature is enabled & validation is on.

I will add warning then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to set repeating group delimiter dynamically by using first tag of the first group
4 participants