[
https://issues.apache.org/jira/browse/KARAF-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13236850#comment-13236850
]
Jean-Baptiste Onofré commented on KARAF-1282:
---------------------------------------------
<artifactId>org.apache.felix.framework</artifactId>
<version>4.1.0-SNAPSHOT</version>
...
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<target>jsr14</target>
<source>1.5</source>
</configuration>
</plugin>
...
The Felix Framework trunk is still compiled with the jsr14 flag. I'm going to
discuss with the Felix team if it makes sense to move it (at least on trunk).
> Remove osgi sources from karaf main
> -----------------------------------
>
> Key: KARAF-1282
> URL: https://issues.apache.org/jira/browse/KARAF-1282
> Project: Karaf
> Issue Type: Improvement
> Components: karaf-core
> Reporter: Christian Schneider
> Fix For: 3.0.0
>
>
> Currently we have the sources of the OSGi framework and service classes in
> the karaf.main module. JB wrote that this was because of some build problems
> on JDK 7 and that he is not sure if that is still necessary.
> So where is our status there? Can we remove these sources again?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira