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.
- Loading branch information
1 parent
e6f38ee
commit ffe775e
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Introducing MicroProfile Config API | ||
|
||
With this Dataverse release, we start to make use of the MicroProfile Config API. (As you might have noticed | ||
for the database connection settings.) | ||
|
||
This will benefit both devs and sysadmins, but the codebase will have to be refactored to make use of it. | ||
As this will take time, we will always provide a backward compatible way of using it. | ||
|
||
For more details, please see the development guide about "Consuming Configuration", which also | ||
explains the benefits in more detail. |