fluxtion icon indicating copy to clipboard operation
fluxtion copied to clipboard

core fluxtion static event processor generator tool and runtime components

Results 29 fluxtion issues
Sort by recently updated
recently updated
newest added

Hi `v12technology/fluxtion`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.33 to 2.0. Commits c98ffba issue 561: add negative test case e2ca740 Use Maven wrapper on github 49d91a1 Fix target for github 19e331d Disable toolchain for github...

dependencies
java

add additional access pathway for EventProcessorContext, this is supported: ``` @Inject public EventProcessorContext context; ``` add something like Clock access ``` public Clock wallClock = Clock.DEFAULT_CLOCK; ```

Parent is no export service Child is event handler with a trigger method When building the triggering method is incorrectly linked to the parent change, but because this is a...

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5. Release notes Sourced from nokogiri's releases. v1.16.5 / 2024-05-13 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-34459. See GHSA-r95h-9x8f-r3f7 for more information. Dependencies...

dependencies
ruby

fix this build warning: [Java 8 build](https://github.com/v12technology/fluxtion/actions/runs/8968062163/job/24626762282) Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Support late data with windowing functions, add a grace period that late data can be added to a window

Review the object allocation in dsl, particularly for: 1. groupBy 2. windowing 3. merging 4. join 5. multi join