Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sql-duplicate-class-fqcn #301

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thomasrutger
Copy link
Contributor

What this PR changes/adds

Renames packages in:
module federated-catalog-cache-sql: org.eclipse.edc.catalog.store.sql.* to org.eclipse.edc.catalog.cache.sql.*
module target-node-directory-sql: org.eclipse.edc.catalog.store.sql.* to org.eclipse.edc.catalog.directory.sql.*

Why it does that

The duplicate package names could cause a conflict in class resolution. Especially because PostgresDialectStatements ends up having the same FQCN in both modules.

Further notes

Who will sponsor this feature?

@ndr-brt

Linked Issue(s)

Closes #286

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt self-requested a review February 28, 2025 10:46
Copy link

github-actions bot commented Mar 8, 2025

This pull request is stale because it has been open for 7 days with no activity.

@github-actions github-actions bot added the stale label Mar 8, 2025
@ndr-brt ndr-brt added refactoring changes in structure, object hierarchy, renaming, etc. bug Something isn't working and removed stale labels Mar 10, 2025
@ndr-brt
Copy link
Member

ndr-brt commented Mar 10, 2025

@thomasrutger is this ready for review? if so, please mark it as "ready for review"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactoring changes in structure, object hierarchy, renaming, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using federatedcatalog-feature-sql-bom may result in java.lang.IncompatibleClassChangeError
2 participants