Bug 481529 - Pure Java Kura
Summary: Pure Java Kura
Status: NEW
Alias: None
Product: Kura
Classification: IoT
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-05 11:32 EST by David Woodard CLA
Modified: 2016-01-06 17:32 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Woodard CLA 2015-11-05 11:32:27 EST
This bug will track a feature request to create a minimal version of Kura with no native code dependencies. At present, the SystemService in Kura depends on native libraries to start. This dependency restricts the possibility of running Kura on very resource constrained devices. This request will remove native library dependency on core Kura bundles.

Thanks,
--Dave
Comment 1 Cristiano De Alti CLA 2015-11-20 09:16:53 EST
Does "Pure Java Kura" mean that it must be OS independent? This would also require removing references to OS system files (e.g. /etc/) or spawning external processes via Runtime.exec() or similar.
Comment 2 David Woodard CLA 2016-01-06 17:32:23 EST
This bug has moved to Github Issues: https://github.com/eclipse/kura/issues/88.

--Dave