Author: pderop
Date: Tue Oct 9 13:53:13 2018
New Revision: 1843282
URL: http://svn.apache.org/viewvc?rev=1843282&view=rev
Log:
dm r12 updates
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/whatsnew-r12.mdtext
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/whatsnew-r12.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/whatsnew-r12.mdtext?rev=1843282&r1=1843281&r2=1843282&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/whatsnew-r12.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/whatsnew-r12.mdtext
Tue Oct 9 13:53:13 2018
@@ -27,7 +27,6 @@ Mainly,
- Lightweight support for OSGI service scopes
- The dependency manager is now built using bndtools 3.5.0 as well as with
bndlib 3.5.0
- dependencymanager-deps is not used anymore (all required build time binary
dependencies are now downloaded from maven central, and the gradle wrapper jar
is also downloaded from the gradlew script). Moreover semantic versioning is
now using a baseline that is downloaded from maven central.
-- released artifacts are also signed with SHA1
## API enhancements
@@ -38,8 +37,8 @@ Some enhancements have been done in the
- configuration dependency using metatypes can now declare property types
- Allow to specify if propagated configuration dependencies must override
service service properties (it was not possible to override service properties
with propagated service properties so far)
- Added the following signatures in Component interface:
-- setInterface(Class serviceName, Dictionary properties)
-- setInterface(Class[] serviceNames, Dictionary properties)
+ * setInterface(Class serviceName, Dictionary properties)
+ * setInterface(Class[] serviceNames, Dictionary properties)
### Aspect/Adapters API enhancements