8000 Comparing 2.1.3...main · eclipse-store/store · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: 2.1.3
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
  • 14 commits
  • 38 files changed
  • 3 contributors

Commits on Mar 18, 2025

  1. Update version to 2.1.3 across documentation (#391)

    Bumped the display, Maven, and tooling versions from 2.1.2 to 2.1.3 in Antora configuration and various README files. Added a changelog entry for 2.1.3 outlining key changes, including new features, refactors, and removals.
    fh-ms authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    7b4c78b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Remove unnecessary synchronization from housekeeping methods (#395)

    The `reset` and `increaseNs` methods no longer require the `synchronized` keyword, as their operations are either inherently thread-safe or already guarded externally. This change simplifies the code and may improve performance by reducing locking overhead.
    fh-ms authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    baf494b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Configuration menu
    Copy the full SHA
    efc6008 View commit details
    Browse the repository at this point in the history
  2. Enhance storage system interfaces with detailed JavaDocs (#402)

    Added JavaDocs to `StorageSystem`, `StorageController`, and `StorageActivePart` interfaces to clarify their functionalities and usage.
    fh-ms authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    437296d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

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

Commits on May 27, 2025

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

Commits on May 28, 2025

  1. Feature/storage entity collector creator allow storage start with mis…

    …sing objects (#407)
    
    StorageFoundation can be configured to use a StorageEntityCollector that does not throw an execption on missing objects:
    ```
    storageFoundation.setStorageEntityCollectorCreator(StorageEntityCollector.Creator.Unchecked())
    ```
    hg-ms authored May 28, 2025
    Configuration menu
    Copy the full SHA
    26ddbc4 View commit details
    Browse the repository at this point in the history
  2. Feature/export adjacency data (#408)

    * exporting storage graph adjacency data
    hg-ms authored May 28, 2025
    Configuration menu
    Copy the full SHA
    ba7ae1e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. maven central migrate (#416)

    * chore: update Maven deployment configurations for central repository
    
    * chore: update Maven snapshot repository URL to central Sonatype
    
    * chore: fix syntax error in maven_deploy_snapshot_dev.yml
    zdenek-jonas authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    ff2dc2f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Configuration menu
    Copy the full SHA
    f75b9f5 View commit details
    Browse the repository at this point in the history
  2. Feature: Storage Structural Reference Analysis (#413)

    Feature: Storage Structural Reference Analysis
    hg-ms authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    1604cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    989d0e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

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

Commits on Jul 2, 2025

  1. Missing objects search improvements 01072025 (#419)

    * Fixed thread ending condition
    
    * improved java doc
    
    * Added required data to constructor
    hg-ms authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    7112001 View commit details
    Browse the repository at this point in the history
Loading
0