This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-osgi-defines in repository https://gitbox.apache.org/repos/asf/celix.git
commit 918fe221599a4eb4550d07bd098503299973d049 Author: Pepijn Noltes <[email protected]> AuthorDate: Sun Oct 29 14:09:51 2023 +0100 #509: Update CHANGES.md --- CHANGES.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8bdae1a7..e638870f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -37,9 +37,17 @@ limitations under the License. - Apache Celix CMake support for creating docker images and creating runtimes dirs is removed. - Support and usage of "service.lang" service property is removed. - Rename of `CELIX_FRAMEWORK_FRAMEWORK_CACHE_DIR` config property to `CELIX_FRAMEWORK_CACHE_DIR`. -- Support for OSGI_FRAMEWORK_* config properties are dropped. Use CELIX_FRAMEWORK_* instead. +- Rename of `OSGI_FRAMEWORK_FRAMEWORK_UUID` config property to `CELIX_FRAMEWORK_UUID`. +- Support for OSGI_FRAMEWORK_* config properties are dropped. Use CELIX_FRAMEWORK_* instead. This includes: Note this includes the `OSGI_FRAMEWORK_FRAMEWORK_STORAGE` ("org.osgi.framework.storage") config property, - which has been replaced with the `CELIX_FRAMEWORK_CACHE_DIR` config property. + which has been replaced with the `CELIX_FRAMEWORK_CACHE_DIR` config property. + - The `OSGI_FRAMEWORK_OBJECTCLASS` ("objectClass") service property, replacement is `CELIX_FRAMEWORK_SERVICE_NAME`. + - The `OSGI_FRAMEWORK_FRAMEWORK_STORAGE` ("org.osgi.framework.storage") config property, replacement is `CELIX_FRAMEWORK_CACHE_DIR`. + - The `CELIX_FRAMEWORK_FRAMEWORK_STORAGE_CLEAN_NAME` ("org.osgi.framework.storage.clean") config property, replacement + is `CELIX_FRAMEWORK_CLEAN_CACHE_DIR_ON_CREATE`. + - The `OSGI_FRAMEWORK_UUID` ("org.osgi.framework.uuid") config property, replacement is `CELIX_FRAMEWORK_UUID`. +- Removed support for bundle activator symbols without a `celix_` prefix. +- Removed service property constant `CELIX_FRAMEWORK_SERVICE_PID`. # Noteworthy Changes for 2.4.0 (2023-09-27)
