-
Notifications
You must be signed in to change notification settings - Fork 30
Comparing changes
Open a pull request
base repository: eclipse-store/store
base: 2.1.3
head repository: eclipse-store/store
compare: main
- 14 commits
- 38 files changed
- 3 contributors
Commits on Mar 18, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7b4c78b - Browse repository at this point
Copy the full SHA 7b4c78bView commit details
Commits on Apr 1, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for baf494b - Browse repository at this point
Copy the full SHA baf494bView commit details
Commits on Apr 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for efc6008 - Browse repository at this point
Copy the full SHA efc6008View commit details -
Enhance storage system interfaces with detailed JavaDocs (#402)
Added JavaDocs to `StorageSystem`, `StorageController`, and `StorageActivePart` interfaces to clarify their functionalities and usage.
Configuration menu - View commit details
-
Copy full SHA for 437296d - Browse repository at this point
Copy the full SHA 437296dView commit details
Commits on May 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 48f6247 - Browse repository at this point
Copy the full SHA 48f6247View commit details
Commits on May 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6b0fc63 - Browse repository at this point
Copy the full SHA 6b0fc63View commit details
Commits on May 28, 2025
-
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()) ```
Configuration menu - View commit details
-
Copy full SHA for 26ddbc4 - Browse repository at this point
Copy the full SHA 26ddbc4View commit details -
Feature/export adjacency data (#408)
* exporting storage graph adjacency data
Configuration menu - View commit details
-
Copy full SHA for ba7ae1e - Browse repository at this point
Copy the full SHA ba7ae1eView commit details
Commits on Jun 24, 2025
-
* 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
Configuration menu - View commit details
-
Copy full SHA for ff2dc2f - Browse repository at this point
Copy the full SHA ff2dc2fView commit details
Commits on Jun 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f75b9f5 - Browse repository at this point
Copy the full SHA f75b9f5View commit details -
Feature: Storage Structural Reference Analysis (#413)
Feature: Storage Structural Reference Analysis
Configuration menu - View commit details
-
Copy full SHA for 1604cdd - Browse repository at this point
Copy the full SHA 1604cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 989d0e3 - Browse repository at this point
Copy the full SHA 989d0e3View commit details
Commits on Jun 30, 2025
-
Revert "chore: update build configurations to use JDK 17 (#417)" (#418)
This reverts commit f75b9f5.
Configuration menu - View commit details
-
Copy full SHA for 7d2db7f - Browse repository at this point
Copy the full SHA 7d2db7fView commit details
Commits on Jul 2, 2025
-
Missing objects search improvements 01072025 (#419)
* Fixed thread ending condition * improved java doc * Added required data to constructor
Configuration menu - View commit details
-
Copy full SHA for 7112001 - Browse repository at this point
Copy the full SHA 7112001View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.1.3...main