Skip to content

Refactor project file structure#941

Draft
dennisvang wants to merge 29 commits into
masterfrom
dev/856-project-file-structure
Draft

Refactor project file structure#941
dennisvang wants to merge 29 commits into
masterfrom
dev/856-project-file-structure

Conversation

@dennisvang

@dennisvang dennisvang commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

the big shuffle

fixes #856

except for index-specific settings, which have always been treated separately and were already in the new fairdatapoint.index package
and rename database.rdf.repository.MetadataRepository to  metadata.MetadataRdfRepository
and same for corresponding MetadataRepositoryException
to remove ambiguity with respect to database.mongo.repository.MetadataRepository
and adapt src/main/resources accordingly

rename MigrationRunner to DevelopmentMigrationRunner to be consistent with RdfDevelopmentMigrationRunner

rename MongoConfig to MongoDbMigrationConfig and rename RdfRepositoryMigrationConfig to TripleStoreMigrationConfig, for clarity and consistency
and rename RepositoryProperties classes to RdfRepositoryProperties for clarity
resource loader looks for resources relative to class path, so the file structure in java and resources must match
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.

Refactor project file structure

1 participant