Skip to content

Conversation

@renovate-bot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
actions/stale action digest 39bea7d -> fad0de8

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-project-automation github-project-automation bot moved this from PRs In Progress to Ready to merge in Basic Kanban Board Nov 6, 2025
@snazy snazy merged commit 291bd7d into apache:main Nov 6, 2025
15 checks passed
@github-project-automation github-project-automation bot moved this from Ready to merge to Done in Basic Kanban Board Nov 6, 2025
@renovate-bot renovate-bot deleted the renovate/actions-stale-digest branch November 6, 2025 05:28
XN137 pushed a commit to XN137/polaris that referenced this pull request Nov 6, 2025
snazy added a commit to snazy/polaris that referenced this pull request Nov 20, 2025
* fix typo in Ozone getting-started guide (apache#2975)

* NoSQL: Persistence API (apache#2965)

Provides the persistence API parts for the NoSQL persistence work. Most of this PR are purely interfaces and annotations.

It consists of a low-level `Persistence` interface to read and write individual `Obj`ects and the corresponding pluggable `ObjType`s.

The API module also contains upstream SPIs for database specific implementations and downstream APIs for atomic commits and indexes.
Also some CDI specific infrastructure helper annotations.

Unit tests cover the few pieces of actual executable code in this change.

This change also adds a README, which references functionality and modules that are not in this PR, but already provide an overview of the overall interactions.

* Handle poetry lock update (apache#2942)

* Update dependency com.azure:azure-sdk-bom to v1.3.2 (apache#2979)

* Added interface for reporting metrics (apache#2887)

Co-authored-by: Alexandre Dutra <[email protected]>

* Prefer RealmConfig fields (apache#2971)

minor cleanup of verbose code

* Update community meetings note links due to document split (apache#2981)

* NoSQL: database agnostic implementation + in-memory backend (apache#2977)

This change contains the database agnostic implementation plus the in-memory backend used for testing purposes, and a Junit extension.

These three modules are difficult to put into isolated PRs.

The "main implementation" contains the commit-logic, indexes-logic and the caching part.
`PersistenceImplementation` is (more or less) a wrapper providing higher-level functionality backed by a database's `Backend` implementation. The latter provides the bare minimum functionality.
Other implementations of the `Persistence` interface are just to transparently add caching and commit-attempt specific case.
No call site needs to bother about the actual implementation and/or its layers.

Tests in the `polaris-persistence-nosql-impl` module use the in-memory backend via the Junit extension.
Common tests for all backends, in-memory in this PR and MongoDB in a follow-up, are in the testFixtures of the `polaris-persistence-nosql-impl`.

* Fix incorrect column name in ModelEvent (apache#2987)

Fixes apache#2913

* Rename request ID header (apache#2988)

* Update dependency org.agrona:agrona to v2.3.1 (apache#2986)

* Update actions/stale digest to fad0de8 (apache#2984)

* Last merged commit 291bd7d

---------

Co-authored-by: Dmitri Bourlatchkov <[email protected]>
Co-authored-by: Yong Zheng <[email protected]>
Co-authored-by: Mend Renovate <[email protected]>
Co-authored-by: cccs-cat001 <[email protected]>
Co-authored-by: Alexandre Dutra <[email protected]>
Co-authored-by: Christopher Lambert <[email protected]>
Co-authored-by: JB Onofré <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants