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: frictionlessdata/datapackage-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.7
Choose a base ref
...
head repository: frictionlessdata/datapackage-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.8
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Aug 29, 2025

  1. Bump org.junit.jupiter:junit-jupiter-api from 5.13.2 to 5.13.4 (#62)

    Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.13.2 to 5.13.4.
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - [Commits](junit-team/junit-framework@r5.13.2...r5.13.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-version: 5.13.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    a543b97 View commit details
    Browse the repository at this point in the history
  2. Skip null FKs (#64)

    Avoid errors when a FK field is null
    
    (cherry picked from commit 2285e7b)
    mike-podolskiy90 authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    2af654f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bf1f7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce2dabf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43ef537 View commit details
    Browse the repository at this point in the history
Loading