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

feat: enable federated catalog cache SQL variant #1432

Merged

Conversation

wolf4ood
Copy link
Contributor

WHAT

enable federated catalog cache SQL variant

FURTHER NOTES

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Closes #1429

@wolf4ood wolf4ood force-pushed the feat/1429_fc_sql_persistence branch 2 times, most recently from 46aa788 to b5370e5 Compare July 18, 2024 15:46
public class FederatedCatalogCacheMigrationExtension extends AbstractPostgresqlMigrationExtension {
private static final String NAME_SUBSYSTEM = "federatedcatalog";

protected String getSubsystemName() {

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
AbstractPostgresqlMigrationExtension.getSubsystemName
; it is advisable to add an Override annotation.
@wolf4ood wolf4ood force-pushed the feat/1429_fc_sql_persistence branch 2 times, most recently from f7597af to c6a56af Compare July 19, 2024 09:14
@wolf4ood wolf4ood marked this pull request as ready for review July 19, 2024 09:46
@paullatzelsperger paullatzelsperger merged commit 91cb441 into eclipse-tractusx:main Jul 22, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

Add SQL implementation of Federated catalog cache
3 participants