Skip to content

Drop PAT jOOQ repository - #1947

Merged
netomi merged 1 commit into
eclipse-openvsx:mainfrom
cstamas:drop-dupe
Jul 6, 2026
Merged

Drop PAT jOOQ repository#1947
netomi merged 1 commit into
eclipse-openvsx:mainfrom
cstamas:drop-dupe

Conversation

@cstamas

@cstamas cstamas commented Jul 6, 2026

Copy link
Copy Markdown
Member

The entity repository for use-case works just fine, as offered method was already somewhat duplicated and present.

The entity repository for it works just fine, as offered
method was already somewhat duplicated and present.
@cstamas
cstamas marked this pull request as ready for review July 6, 2026 12:56

@netomi netomi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

considering that the hasAccessToken method is only used during token creation it does not justify the use of an additional jooq repository just for a sole method.

The query might run slightly faster due to the select exists but that would be just a marginal speed improvement.

We should long term think about whether a RepositoryService like that still makes sense where we put all available repositories in it. We should at least split it into an admin / user / extension part to keep it manageable imho.

@netomi
netomi merged commit 738c71a into eclipse-openvsx:main Jul 6, 2026
5 checks passed
@cstamas
cstamas deleted the drop-dupe branch July 6, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants