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: patternfly-java/patternfly-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.4
Choose a base ref
...
head repository: patternfly-java/patternfly-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.5
Choose a head ref
  • 4 commits
  • 29 files changed
  • 1 contributor

Commits on Mar 20, 2026

  1. Next is 0.6.5

    hpehl committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    85ebe61 View commit details
    Browse the repository at this point in the history
  2. Rename File and Location model classes to avoid J2CL extern conflicts

    The J2CL compiler generates JavaScript externs using the Java class
    simple name. File and Location clashed with browser built-in globals
    (File API and Location API), causing JSC_VAR_MULTIPLY_DECLARED_ERROR.
    Renamed to FileData and LocationData.
    hpehl committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    5ba53ce View commit details
    Browse the repository at this point in the history
  3. Fix showcase externs

    hpehl committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    bb3f20d View commit details
    Browse the repository at this point in the history
  4. Release 0.6.5

    hpehl committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    9e1395b View commit details
    Browse the repository at this point in the history
Loading