Skip to content
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: open-feature/java-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.5
Choose a base ref
...
head repository: open-feature/java-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.6
Choose a head ref
  • 14 commits
  • 13 files changed
  • 6 contributors

Commits on Mar 15, 2024

  1. chore(deps): update dependency org.awaitility:awaitility to v4.2.1 (#845

    )
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5b2813c View commit details
    Browse the repository at this point in the history
  2. chore(deps): update github/codeql-action digest to 1ecc277 (#846)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a763740 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plu…

    …gin to v3.2.1 (#850)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b249bfb View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency org.apache.maven.plugins:maven-compile…

    …r-plugin to v3.13.0 (#852)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d23e4d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. chore(deps): update github/codeql-action digest to 294b6df (#851)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f4e17cc View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/cache digest to 0c45773 (#853)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8b72323 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. fix(deps): update dependency org.projectlombok:lombok to v1.18.32 (#854)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ee49872 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. chore(deps): update github/codeql-action digest to 964f5e7 (#856)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e1e15f4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update github/codeql-action digest to 09d4101 (#857)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    83d7501 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix(deps): update dependency io.cucumber:cucumber-bom to v7.16.0 (#861)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    433f94a View commit details
    Browse the repository at this point in the history
  2. fix: missing targeting key should return null (#849)

    * missing targeting key should return null
    
    Problem:
    getTargetingKey of missing targeting key causing NullPointerException
    Solution:
    getTargetingKey of missing targeting key returns null
    
    Signed-off-by: liran2000 <liran2000@gmail.com>
    
    * add MutableContextTest for test coverage
    
    Signed-off-by: liran2000 <liran2000@gmail.com>
    
    ---------
    
    Signed-off-by: liran2000 <liran2000@gmail.com>
    Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
    liran2000 and toddbaert authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    48a196c View commit details
    Browse the repository at this point in the history
  3. chore(deps): update github/codeql-action digest to 3d81734 (#862)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    675de14 View commit details
    Browse the repository at this point in the history
  4. fix: issue #859 (#860)

    * fix: issue #859 Added failing tests
    
    Signed-off-by: Adam Roberts <adam.roberts@collibra.com>
    
    * fix: issue #859 Fixed the logic to allow the tests to pass by copying the passed in attributes
    
    Signed-off-by: Adam Roberts <adam.roberts@collibra.com>
    
    ---------
    
    Signed-off-by: Adam Roberts <adam.roberts@collibra.com>
    ARobertsCollibra authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d51cacb View commit details
    Browse the repository at this point in the history
  5. chore(main): release 1.7.6 (#847)

    * chore(main): release 1.7.6
    
    * Update CHANGELOG.md
    
    Signed-off-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com>
    github-actions[bot] and Kavindu-Dodan authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4bedb5a View commit details
    Browse the repository at this point in the history
Loading