-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature/multi push function #333
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… method with multiple parameters. Each flow maps to a method argument
gregv12
added a commit
that referenced
this pull request
Jan 12, 2025
* updating poms for 9.5.3-SNAPSHOT development * updating poms for branch'release/9.5.2' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * simplify api for using MultiJoinBuilder * simplify api for using merge and Map. Merge and map now supports merging to an instance, previously was only a factory * add correct @SafeVarargs suppression * code tidy * move next release version to 9.6.0 * Feature/multi push function (#333) * initial work on pushing multiple data flows to a single node instance method with multiple parameters. Each flow maps to a method argument * remove unused BiPushFunctionOLD.java * remove debug from tests * support 3 and 4 argument push helper in DataFlow * Added test checking triggering of child node to a multi arg push method on parent --------- Co-authored-by: greg <[email protected]> --------- Co-authored-by: runner <runner@fv-az1501-311> Co-authored-by: greg <[email protected]>
gregv12
added a commit
that referenced
this pull request
Jan 12, 2025
* updating poms for 9.5.3-SNAPSHOT development * updating poms for branch'release/9.5.2' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * simplify api for using MultiJoinBuilder * simplify api for using merge and Map. Merge and map now supports merging to an instance, previously was only a factory * add correct @SafeVarargs suppression * code tidy * move next release version to 9.6.0 * Feature/multi push function (#333) * initial work on pushing multiple data flows to a single node instance method with multiple parameters. Each flow maps to a method argument * remove unused BiPushFunctionOLD.java * remove debug from tests * support 3 and 4 argument push helper in DataFlow * Added test checking triggering of child node to a multi arg push method on parent --------- Co-authored-by: greg <[email protected]> * updating poms for 9.6.0 branch with snapshot versions * updating poms for 9.6.1-SNAPSHOT development * updating poms for branch'release/9.6.0' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * adds default value as a member of MapFlowFunction and BinaryMapFlowFunction. Removes the need for some DefaultValue nodes, reduces size of nodes in the graph (#335) --------- Co-authored-by: runner <runner@fv-az1501-311> Co-authored-by: greg <[email protected]> Co-authored-by: runner <runner@fv-az1456-655.m124l1r4sqdexegkwpsehxmp0h.phxx.internal.cloudapp.net>
gregv12
added a commit
that referenced
this pull request
Jan 14, 2025
* updating poms for 9.5.3-SNAPSHOT development * updating poms for branch'release/9.5.2' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * simplify api for using MultiJoinBuilder * simplify api for using merge and Map. Merge and map now supports merging to an instance, previously was only a factory * add correct @SafeVarargs suppression * code tidy * move next release version to 9.6.0 * Feature/multi push function (#333) * initial work on pushing multiple data flows to a single node instance method with multiple parameters. Each flow maps to a method argument * remove unused BiPushFunctionOLD.java * remove debug from tests * support 3 and 4 argument push helper in DataFlow * Added test checking triggering of child node to a multi arg push method on parent --------- Co-authored-by: greg <[email protected]> * updating poms for 9.6.0 branch with snapshot versions * updating poms for 9.6.1-SNAPSHOT development * updating poms for branch'release/9.6.0' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * adds default value as a member of MapFlowFunction and BinaryMapFlowFunction. Removes the need for some DefaultValue nodes, reduces size of nodes in the graph (#335) * updating poms for 9.6.2-SNAPSHOT development * updating poms for branch'release/9.6.1' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * Feature/embed eventprocessor (#337) * beginning work to recursively bembed StaticEventProcessor * Adds support for recursively embedding StaticEventProcessors. Annotations OnEventHandler and OnTrigger now support * fix typo on OnEventHandler annotation renamed failBuildIfNotGuarded to failBuildIfMissingBooleanReturn * tidy generation up --------- Co-authored-by: greg <[email protected]> --------- Co-authored-by: runner <runner@fv-az1501-311> Co-authored-by: greg <[email protected]> Co-authored-by: runner <runner@fv-az1456-655.m124l1r4sqdexegkwpsehxmp0h.phxx.internal.cloudapp.net> Co-authored-by: runner <runner@fv-az973-899.lyxwbwkowfpetlaump2twx55qb.ex.internal.cloudapp.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.