Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split pax-runner module in two artifact one for osgi standelone minial impl and one to start osgi framework [PAXRUNNER-390] #400

Open
ops4j-issues opened this issue Apr 14, 2011 · 1 comment
Milestone

Comments

@ops4j-issues
Copy link

Stephane Chomat created PAXRUNNER-390

Create a new module 'pax-runner-osgi' from pax-runner. It takes care to provide a minimum framework osgi.

  1. pax-runner-osgi
  • Its feature is to propose a minimun osgi framework to use url handler and other OSGi services.
  • features
  • to use url
  • osgi service
  • no classloader or module
  • minimal listerner
  • extract in pax-runner-osgi a minimal standelone osgi framework from pax-runner module
  1. pax-runner
  • use pax-runner-osgi
  • install and start an osgi Framework like felix, eclipse ....
  • depends on pax-runner-osgi it use it
  1. Update version
  • osgi 4.2.0
  • felix 3.2.0
  • org.apache.felix:org.apache.felix.bundlerepository 1.6.4
  • remove org.apache.felix:org.apache.felix.shell ............... 1.0.0 -> 1.4.2
  • remove org.apache.felix:org.osgi.service.obr ......... 1.0.0 -> 1.0.2

10418_PAX-Runner-Refactoring.jpg

I propose ma version in the branch dev-pax-runner-osgi.


Fixed in: 1.9.1
Attachments:

Votes: 0, Watches: 0

@ops4j-issues
Copy link
Author

Chomat Stéphane commented

to use url handler, it'd better to use Handler in the classpaht
System.setProperty( "java.protocol.handler.pkgs", "org.ops4j.pax.url" );

@ops4j-issues ops4j-issues added this to the 1.9.1 milestone Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant