rotty3000 edited a comment on issue #5: [MP-Config] osgi support URL: https://github.com/apache/geronimo-config/pull/5#issuecomment-415051435 There's one part of this that could be made much more trivial if we change the compile dependencies to point to the upcoming geronimo specs. These will have proper Portable Java Contracts which means all of these: > javax.annotation;-remove-attribute:=version, > javax.enterprise.*;-remove-attribute:=version, > javax.inject;-remove-attribute:=version, and these > osgi.contract; > filter:="(&(osgi.contract=JavaAnnotation)(version=${annotations.api.version}))", > osgi.contract; > filter:="(&(osgi.contract=JavaInject)(version=${inject.api.version}))", > osgi.contract; > filter:="(&(osgi.contract=JavaCDI)(version=${cdi.api.version}))", boil down to just: > <_contract>*</_contract>
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
