Comparing 0.4.61...0.4.62 · flyteorg/flytekit-java · GitHub
Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flyteorg/flytekit-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.61
Choose a base ref
...
head repository: flyteorg/flytekit-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.62
Choose a head ref
  • 5 commits
  • 28 files changed
  • 4 contributors

Commits on Feb 10, 2025

  1. Configuration menu
    Copy the full SHA
    d8c898c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. chore: Bump CI actions/cache and checkout (#319)

    * chore: Bump CI actions/checkout and cache
    
    ---------
    
    Signed-off-by: Rafael Ribeiro Raposo <rafaelraposo@spotify.com>
    RRap0so authored May 8, 2025
    Configuration menu
    Copy the full SHA
    7693445 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. chore: No more checkstyle (#320)

    # TL;DR
    Remove checkstyle maven plugin.
    
    ## Type
     - [ ] Bug Fix
     - [ ] Feature
     - [ ] Plugin
    
    ## Are all requirements met?
    
     - [x] Code completed
     - [ ] Smoke tested
     - [ ] Unit tests added
     - [ ] Code documentation added
     - [ ] Any pending items have an associated Issue
    
    ## Complete description
    Checkstyle has always been a pain to use and we can hardly recall it
    really helps with anything. In #318, checkstyle disagrees with spotless,
    which is very much pointless.
    
    ## Tracking Issue
    _NA_
    
    ## Follow-up issue
    _NA_
    
    Signed-off-by: Hongxin Liang <honnix@users.noreply.github.com>
    honnix authored May 9, 2025
    Configuration menu
    Copy the full SHA
    152f2e9 View commit details
    Browse the repository at this point in the history
  2. #minor Adding Dynamic Workflows support for SdkTestingExecutor (#318)

    # TL;DR
    Adds support for testing `SdkDynamicWorkflowTask` (dynamic workflows)
    using `SdkTestingExecutor`, enabling assertions on their generated DAGs
    similarly to regular workflows.
    
    ## Type
     - [ ] Bug Fix
     - [x] Feature
     - [ ] Plugin
    
    ## Are all requirements met?
    
     - [x] Code completed
     - [x] Smoke tested
     - [x] Unit tests added
     - [x] Code documentation added
     - [x] Any pending items have an associated Issue
    
    ## Complete description
    This PR extends `SdkTestingExecutor` to support dynamic workflows
    (`SdkDynamicWorkflowTask`) by wrapping them into a lightweight
    delegating workflow internally. This allows developers to test the
    structure and outputs of dynamic workflows using the same mechanisms
    used to test regular workflows, improving consistency and coverage in
    unit testing Flyte tasks.
    
    There were no existing issues or tracking requests for this feature — it
    was implemented to fill a current gap in testing capabilities for
    dynamic workflows in `flytekit-testing`.
    
    ## Tracking Issue
    NA
    
    ## Follow-up issue
    NA
    
    ---------
    
    Signed-off-by: Rodolfo Carvalho <rodolfo.ueg@gmail.com>
    rscarvalho authored May 9, 2025
    Configuration menu
    Copy the full SHA
    1fb4c6a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Configuration menu
    Copy the full SHA
    3e1a617 View commit details
    Browse the repository at this point in the history
Loading