-
1. Re: Is JBoss OSGi dead?
thomas.diesler Mar 17, 2014 3:14 AM (in response to hwellmann.de)1 of 1 people found this helpfulJBOSGi has currently no maintainer - RedHat pulled the plug on the project and also discontinued its involvement in the OSGi Alliance.
OSGi continues to be supported in JBoss Fuse
-
2. Re: Is JBoss OSGi dead?
hwellmann.de Mar 17, 2014 2:05 PM (in response to thomas.diesler)I'm sorry to hear that.
I had followed this thread
but I'd taken it to mean that JBoss OSGi had been removed from WildFly/EAP but was going to be continued as an independent project.
I don't regard Fuse as an alternative, Fuse is only a subset of Java EE 7.
What are the options for continuing JBoss OSGi as a community project? Are there any examples of community projects where project and release management responsibility is not held by a RedHat employee?
Best regards,
Harald
-
3. Re: Is JBoss OSGi dead?
thomas.diesler Mar 18, 2014 1:55 AM (in response to hwellmann.de)The alternative is that a living soul starts taking an interest and continuous to run the project. Anybody can do that - RedHat is not preventing community to contribute/lead projects hosted on jboss.org.
-
4. Re: Is JBoss OSGi dead?
jamat Apr 18, 2014 12:15 PM (in response to thomas.diesler)Fair enough (or tough luck!).
BTW if I download the code from the git repo, I do not see all the java source. By that I mean that there are some other artifacts that are used that seem to be OSGI specific but that are pulled from the maven repo. For instance:
<dependency>
<groupId>org.jboss.osgi.repository</groupId>
<artifactId>jbosgi-repository-core</artifactId>
<version>${version.jboss.osgi.repository}</version>
</dependency>
<dependency>
<groupId>org.jboss.osgi.repository</groupId>
<artifactId>jbosgi-repository-bundle</artifactId>
<version>${version.jboss.osgi.repository}</version>
</dependency>
Are those artifacts part of another project?
-
5. Re: Is JBoss OSGi dead?
jamat Apr 21, 2014 12:40 AM (in response to jamat)Forget about that. Found them.
-
6. Re: Is JBoss OSGi dead?
jrantav Sep 29, 2014 7:28 AM (in response to hwellmann.de)Ok, I get that OSGi has no maintainer anymore. However I find worrying that there is still no public announcement about this, just forum posts. There are no news about it, nothing on the jbosgi site, etc.
JBoss 7.1.1 is really old, but you can't really update from there if you have OSGi components, which is why the message should be strong and clear. There are still big clients that work with OSGi in JBoss. Those clients need to find migration paths, as Red Hat/JBoss doesn't seem to be providing anything for Java EE + OSGi. Fuse isn't a product that can be used for that. How are we supposed to communicate to clients about the status of OSGi in JBoss, if all we have are postings on the forum?
In short: will there be an official announcement about this?