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: eclipse-store/store
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: eclipse-store/store
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 25 files changed
  • 4 contributors

Commits on Sep 23, 2025

  1. doc-fix (#469)

    * Fix doc format
    
    * Fix typo
    fh-ms authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    e6f4f05 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. chore: add sbom generation and upload workflow (#470)

    * chore: add sbom generation and upload workflow
    
    Adds stand-alone workflow to automatically generate and publish an SBOM
    following a GitHub release (release event).
    
    The workflow can also be triggered manually (workflow_dispatch event)
    for testing, or to generate SBOMs for previous releases.
    
    **Caveat:**
    When creating an SBOM for a previous release, the workflow checks out
    the repository at the corresponding tag. This means that the used SBOM
    schema version, bumped to 1.6 in the current patch, will be
    reverted back to 1.4.
    
    **Recommendation:**
    Move full SBOM configuration from pom.xml to the command line invocation
    in the workflow file added in this patch, to avoid surprising behaviour.
    NOTE: The existing execution goal in pom.xml does not seem to work (see
    "Skipping CycloneDX goal, because module skips deploy" in build logs of
    recent releases).
    
    Please reach out to the security team for assistance!
    
    Signed-off-by: Lukas Puehringer <lukas.puehringer@eclipse-foundation.org>
    
    * Remove CycloneDX Maven plugin configuration
    
    Removed CycloneDX Maven plugin configuration from the POM file, including its executions and associated settings.
    
    * Update SBOM generation output name and directory
    
    * Apply suggestions from code review
    
    Co-authored-by: Lukas Pühringer <luk.puehringer@gmail.com>
    
    ---------
    
    Signed-off-by: Lukas Puehringer <lukas.puehringer@eclipse-foundation.org>
    Co-authored-by: Zdenek Jonas <johny2000uwb@gmail.com>
    lukpueh and zdenek-jonas authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    3d25bde View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

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

Commits on Oct 7, 2025

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

Commits on Oct 9, 2025

  1. Add comparator-based indexer (#482)

    * Add comparator-based indexer
    
    * Update javadoc
    
    * test: add custom comparable tests for GigaMap indexing (#483)
    
    * test: add custom comparable tests for GigaMap indexing
    
    * chore: add license headers to Comparable test files
    
    ---------
    
    Co-authored-by: Zdenek Jonas <z.jonas@microstream.one>
    fh-ms and zdenek-jonas authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    f488349 View commit details
    Browse the repository at this point in the history
  2. Zj/asf update 091025 (#484)

    * chore: update AWS SDK BOM version to 2.35.2 in pom.xml
    
    * chore: update azure-sdk-bom version to 1.3.0 in pom.xml
    
    * chore: update libraries-bom version to 26.69.0 in pom.xml
    
    * chore: update kafka-clients version to 4.1.0 in pom.xml
    
    * chore: update oci-java-sdk-bom version to 3.74.2 in pom.xml
    
    * chore: update lettuce-core version to 6.8.1.RELEASE in pom.xml
    zdenek-jonas authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    eda3481 View commit details
    Browse the repository at this point in the history
Loading