Skip to content

Conversation

@renovate-bot
Copy link
Collaborator

@renovate-bot renovate-bot commented Aug 6, 2025

This PR contains the following updates:

Package Change Age Confidence
io.quarkus 3.25.0 -> 3.25.4 age confidence
io.quarkus.platform:quarkus-bom 3.25.0 -> 3.25.4 age confidence

Release Notes

quarkusio/quarkus-platform (io.quarkus.platform:quarkus-bom)

v3.25.4

Compare Source

v3.25.3

Compare Source

v3.25.2

Compare Source

v3.25.1

Compare Source


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 these updates 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 to PRs In Progress in Basic Kanban Board Aug 6, 2025
@renovate-bot renovate-bot changed the title chore(deps): update dependency io.quarkus to v3.25.1 fix(deps): update quarkus platform and group to v3.25.1 Aug 6, 2025
@renovate-bot renovate-bot force-pushed the renovate/quarkus-platform-and-group branch 3 times, most recently from 416581c to df69a0e Compare August 8, 2025 13:43
@renovate-bot renovate-bot changed the title fix(deps): update quarkus platform and group to v3.25.1 fix(deps): update quarkus platform and group Aug 8, 2025
@renovate-bot renovate-bot force-pushed the renovate/quarkus-platform-and-group branch from df69a0e to b7ddb09 Compare August 8, 2025 16:58
@renovate-bot renovate-bot changed the title fix(deps): update quarkus platform and group fix(deps): update quarkus platform and group to v3.25.2 Aug 8, 2025
@renovate-bot renovate-bot force-pushed the renovate/quarkus-platform-and-group branch from b7ddb09 to a69c8ae Compare August 10, 2025 13:27
@snazy
Copy link
Member

snazy commented Aug 11, 2025

@renovate-bot renovate-bot force-pushed the renovate/quarkus-platform-and-group branch from a69c8ae to bccf986 Compare August 13, 2025 07:36
@renovate-bot renovate-bot changed the title fix(deps): update quarkus platform and group to v3.25.2 fix(deps): update quarkus platform and group Aug 13, 2025
@renovate-bot renovate-bot force-pushed the renovate/quarkus-platform-and-group branch from bccf986 to 637c9d1 Compare August 13, 2025 13:22
@renovate-bot renovate-bot changed the title fix(deps): update quarkus platform and group fix(deps): update quarkus platform and group to v3.25.3 Aug 13, 2025
@renovate-bot renovate-bot force-pushed the renovate/quarkus-platform-and-group branch from 637c9d1 to ffb8e2a Compare August 13, 2025 17:09
@renovate-bot renovate-bot changed the title fix(deps): update quarkus platform and group to v3.25.3 Update Quarkus Platform and Group to v3.25.3 Aug 19, 2025
@renovate-bot renovate-bot changed the title Update Quarkus Platform and Group to v3.25.3 fix(deps): update quarkus platform and group to v3.25.3 Aug 19, 2025
@renovate-bot renovate-bot changed the title fix(deps): update quarkus platform and group to v3.25.3 fix(deps): update quarkus platform and group Aug 20, 2025
@renovate-bot renovate-bot force-pushed the renovate/quarkus-platform-and-group branch 3 times, most recently from 73837c7 to aec3a3c Compare August 20, 2025 13:49
@renovate-bot renovate-bot changed the title fix(deps): update quarkus platform and group fix(deps): update quarkus platform and group to v3.25.4 Aug 20, 2025
@renovate-bot renovate-bot force-pushed the renovate/quarkus-platform-and-group branch from aec3a3c to 9e21911 Compare August 20, 2025 18:19
@renovate-bot renovate-bot changed the title fix(deps): update quarkus platform and group to v3.25.4 fix(deps): update quarkus platform and group Aug 21, 2025
@renovate-bot renovate-bot force-pushed the renovate/quarkus-platform-and-group branch from 9e21911 to 22ff057 Compare August 21, 2025 01:44
@renovate-bot renovate-bot changed the title fix(deps): update quarkus platform and group fix(deps): update quarkus platform and group to v3.25.4 Aug 21, 2025
@renovate-bot renovate-bot force-pushed the renovate/quarkus-platform-and-group branch from 22ff057 to 520620c Compare August 21, 2025 06:12
@renovate-bot renovate-bot changed the title fix(deps): update quarkus platform and group to v3.25.4 fix(deps): update quarkus platform and group Aug 21, 2025
@renovate-bot renovate-bot changed the title fix(deps): update quarkus platform and group fix(deps): update quarkus platform and group to v3.25.4 Aug 21, 2025
@renovate-bot renovate-bot force-pushed the renovate/quarkus-platform-and-group branch from 520620c to b1e530f Compare August 21, 2025 07:05
@github-project-automation github-project-automation bot moved this from PRs In Progress to Ready to merge in Basic Kanban Board Aug 21, 2025
@snazy snazy merged commit 82cd416 into apache:main Aug 21, 2025
12 checks passed
@github-project-automation github-project-automation bot moved this from Ready to merge to Done in Basic Kanban Board Aug 21, 2025
@renovate-bot renovate-bot deleted the renovate/quarkus-platform-and-group branch August 21, 2025 11:33
snazy added a commit to snazy/polaris that referenced this pull request Nov 20, 2025
* feat: enforce LIST_PAGINATION_ENABLED (apache#2401)

* feat: enforce LIST_PAGINATION_ENABLED

The enforcement of the LIST_PAGINATION_ENABLED flag was missed in apache#1938.
This change make the flag effective as discussed in apache#2296.

Note: this causes a change in the default Polaris behaviour (no pagination
by default) with respect to the previous state of `main`. However, there
is no behaviour change with respect to 1.0.0 or 1.0.1 as previous releases
did not have apache#1938.

* Add PolarisMetaStoreManager.loadEntities (apache#2290)

* Add PolarisMetaStoreManager.loadEntities

currently `PolarisMetaStoreManager.listEntities` only exposes a limited
subset of the underlying `BasePersistence.listEntities` functionality.

most of the callers have to post-process the `EntityNameLookupRecord` of
`ListEntitiesResult` and call `PolarisMetaStoreManager.loadEntity`
on the individual items sequentually to transform and filter them.

this is bad for the following reasons:

- suboptimal performance as we run N+1 queries to basically load every
  entity twice from the persistence backend
- suffering from race-conditions when entities get dropped between the
  `listEntities` and `loadEntity` call
- a lot of repeated code in all the callers (of which only some are
  dealing with the race-condition by filtering out null values)

as a solution we add `PolarisMetaStoreManager.loadEntities` that takes
advantage of the already existing `BasePersistence` methods.
we rename one of the `listEntities` methods to `loadEntities` for
consistency.

since many callers dont need paging and want the result as a list, we
add `PolarisMetaStoreManager.loadEntitiesAll` as a convenient wrapper.

we also remove the `PolarisEntity.nameAndId` method as callers who only
need name and id should not be loading the full entity to begin with.

note we rework `testCatalogNotReturnedWhenDeletedAfterListBeforeGet`
from `ManagementServiceTest` because the simulated race-condition
scenario can no longer happen.

* review: remove filter + transformer params

* review: add TODO in listPolicies

* review: improve javadoc

* chore: fix Page javadoc (apache#2412)

Correct method args (follow-up to apache#2401)

* Add 1.0.1-incubating release blog post (apache#2403)

* This change fixes: (apache#2395)

* use dev@polaris.apache.org for announcement
* publish Docker images only when the vote passed (we are not suppose to publish any public artifacts before the vote is completed)
* update the vote email accordingly
* remove blog post link in the release announcement email to let this to the discretion of the release manager

* chore(deps): update actions/setup-java action to v5 (apache#2414)

* chore(test): Restore PolarisAccessManager (apache#2413)

Restore `PolarisAccessManager` (with default implementation
of `IcebergTokenAccessManager`) which was added as an extension
point for running Polaris tests in downstream build environments
under apache#789, but was mistakenly removed in apache#2343

* Update changelog prior to 1.1.0 release (apache#2406)

* fix(deps): update quarkus platform and group to v3.25.4 (apache#2279)

* NoSQL: merge related changes

* Last merged commit 82cd416

---------

Co-authored-by: Dmitri Bourlatchkov <dmitri.bourlatchkov@gmail.com>
Co-authored-by: Christopher Lambert <xn137@gmx.de>
Co-authored-by: JB Onofré <jbonofre@apache.org>
Co-authored-by: Mend Renovate <bot@renovateapp.com>
Co-authored-by: Pierre Laporte <pierre@pingtimeout.fr>
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