diff --git a/doc/release-notes/5.3-release-notes.md b/doc/release-notes/5.3-release-notes.md index a569fed9a62..544d7a41914 100644 --- a/doc/release-notes/5.3-release-notes.md +++ b/doc/release-notes/5.3-release-notes.md @@ -67,6 +67,14 @@ For an overview of these new options, please see the See above note about obsolete DB options. +### Introducing MicroProfile Config API + +With this Dataverse release, Dataverse Administrators can start to make use of the MicroProfile Config API. + +This will benefit both developers 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 about these new options, please see the Consuming Configuration section of the [Developer Guide](https://guides.dataverse.org/en/5.3/developers/). + ### Java Message System Configuration The Ingest process uses the Java Message System to create ingest tasks in a queue. That queue had been configured from command line or domain.xml before. This has now changed to being done diff --git a/doc/release-notes/7457-introduce-mpconfig.md b/doc/release-notes/7457-introduce-mpconfig.md deleted file mode 100644 index 2f90590fca5..00000000000 --- a/doc/release-notes/7457-introduce-mpconfig.md +++ /dev/null @@ -1,10 +0,0 @@ -## 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. \ No newline at end of file