forked from IQSS/dataverse
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mpconfig): remove broken DBSettingsConfigSource IQSS#7680
Thanks to @qqmyers, we found out that the config source reading from the database is having multiple issues. See IQSS#7680 and IQSS#7639 for details.
- Loading branch information
1 parent
ec3439b
commit d50fc74
Showing
5 changed files
with
1 addition
and
127 deletions.
There are no files selected for viewing
27 changes: 0 additions & 27 deletions
27
src/main/java/edu/harvard/iq/dataverse/settings/source/DbSettingConfigHelper.java
This file was deleted.
Oops, something went wrong.
83 changes: 0 additions & 83 deletions
83
src/main/java/edu/harvard/iq/dataverse/settings/source/DbSettingConfigSource.java
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/main/java/edu/harvard/iq/dataverse/settings/spi/DbSettingConfigSourceProvider.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# NOTE | ||
# This file is a placeholder for future aliases of deprecated config settings. | ||
# Format: | ||
# dataverse.new.config.option=dataverse.old.deprecated.option | ||
dataverse.export.distributor.excludeinstallationifset=dataverse.settings.fromdb.ExportInstallationAsDistributorOnlyWhenNotSet | ||
# dataverse.new.config.option=dataverse.old.deprecated.option |
1 change: 0 additions & 1 deletion
1
...main/resources/META-INF/services/org.eclipse.microprofile.config.spi.ConfigSourceProvider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
edu.harvard.iq.dataverse.settings.spi.AliasConfigSourceProvider | ||
edu.harvard.iq.dataverse.settings.spi.DbSettingConfigSourceProvider |