wilx opened a new pull request, #548:
URL: https://github.com/apache/felix-dev/pull/548

   This updates `cm.json` to Felix parent 9 and tightens its handling of OSGi 
Configurator JSON resources.
   
   The changes:
   
   - convert mixed JSON arrays to `String[]` as required by Configurator 
§150.3.4;
   - strictly validate `:configurator:resource-version`, 
`:configurator:symbolic-name`, and `:configurator:version` according to 
§150.3.1, including metadata supplied in bundle resources;
   - preserve PID-level Configurator property keys so suffixed aliases are not 
interpreted as the standard policy or ranking keys; and
   - add regression coverage before each behavioral fix.
   
   The metadata work intentionally does not change how PID-level 
`:configurator:` properties are retained when no property handler is installed; 
that can be addressed separately with an API design suitable for round-tripping.
   
   Specification: 
https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.configurator.html
   
   Validation:
   
   ```
   env JAVA_HOME=/opt/jdks/latest-17 nice -n 10 /opt/maven/latest/bin/mvn -B -V 
-Dstyle.color=always -f cm.json/pom.xml clean verify
   ```
   
   Result: 60 tests, 0 failures/errors; bundle baseline, RAT, and legal-file 
checks pass.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to