You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by "Jamie G." <ja...@gmail.com> on 2014/10/15 00:07:50 UTC

[ANN] Apache Karaf 4.0.0.M1 Released!

The Karaf team is pleased to announce the release of Karaf version 4.0.0.M1.

Apache Karaf is a small OSGi distribution which provides a ready to
use container for server side applications.

!! This is a technology preview release of Apache Karaf, and should
NOT be considered production ready !!

Apache Karaf 4.0.0.M1 represents a major refactoring of the project,
and includes numerous new features. We ask that users provide the
community with their feed back so that the full Apache Karaf 4.0.0
release can be as feature complete and stable as possible.

The 4.0.x line will ship with OSGi Rev5 support via Felix 4.4.1 and
Equinox 3.9.1-v20140110-1610, and a completely refactored internal
framework without Blueprint for internal usage. From a users point of
view these changes will yield a smaller, more efficient Karaf core.
There will be a Blueprint feature present in Karaf so that you can
easily install Blueprint based applications. You will always be
capable of using Blueprint in Karaf. So the main difference from a
user perspective is that you’d need to depend on the Blueprint service
if you need it.


http://karaf.apache.org/

This release is available from
http://karaf.apache.org/index/community/download.html#Karaf4.0.0.M1 and

Maven:

 <dependency>
 <groupId>org.apache.karaf</groupId>
 <artifactId>apache-karaf</artifactId>
 <version>4.0.0.M1</version>
 </dependency>

Download Note:
Our mirrors are still syncing the new kits, if your primary mirror
does not have the kit please try another from the server mirror list.

Apache Karaf manuals will appear soon to the website, updates are underway.

Release Notes:

There are 327 resolved issues included in this release, best reviewed
via our Jira.
As this is a milestone release we've included a short set of release notes:
http://karaf.apache.org/index/community/download/karaf-4.0.0.M1-release.html

Enjoy!

Re: [ANN] Apache Karaf 4.0.0.M1 Released!

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Ioan,

Yes, the Spring lib are embedded due to:

https://issues.apache.org/jira/browse/KARAF-3251

The deployer feature requires spring else it fails (due to the new 
resolver and the fact that boot feature is not conditional). As 
workaround, I installed the spring feature. It's a temporary situation.

For blueprint, yes, it's installed by default for backward compatibility 
and let the users easily install Camel, CXF, etc which require blueprint 
by default.

You can uninstall blueprint if you don't need it.

Regards
JB

On 10/16/2014 11:43 PM, Ioan Eugen Stan wrote:
> Also, I see that blueprint feature is installed by default.
>
> feature:list -i
> Name            | Version  | Required | Installed | Repository
> | Description
> --------------------------------------------------------------------------------------------------------------------------
> aries-proxy     | 4.0.0.M1 |          | x         | standard-4.0.0.M1
> | Aries Proxy
> aries-blueprint | 4.0.0.M1 | x        | x         | standard-4.0.0.M1
> | Aries Blueprint
>
>
> 2014-10-17 0:40 GMT+03:00 Ioan Eugen Stan <st...@gmail.com>:
>> The build seems to contain spring 3 libraries. Are they supposed to be there?
>>
>> 2014-10-15 19:14 GMT+03:00 Achim Nierbeck <bc...@googlemail.com>:
>>>
>>> Can easily found at the apache jira.
>>> Like this
>>>
>>> https://issues.apache.org/jira/browse/KARAF/fixforversion/12316946/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel
>>>
>>> Regards, Achim
>>>
>>> sent from mobile device
>>>
>>> Am 15.10.2014 18:01 schrieb "asookazian2" <as...@gmail.com>:
>>>
>>>> Please supply a link to list of new features in Karaf 4.0.0.  thx.
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://karaf.922171.n3.nabble.com/ANN-Apache-Karaf-4-0-0-M1-Released-tp4035927p4035969.html
>>>> Sent from the Karaf - User mailing list archive at Nabble.com.
>>
>>
>>
>> --
>> Ioan Eugen Stan
>> 0720 898 747
>
>
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: [ANN] Apache Karaf 4.0.0.M1 Released!

Posted by Guillaume Nodet <gn...@apache.org>.
Try to minimal distribution which does not include blueprint.
Also, if you want to remote it from the main distribution, run the
following:
> feature:uninstall aries-blueprint shell-compat

And no, the spring libraries are not supposed to be in the distribution
afaik.
We'll have to investigate why.


2014-10-16 23:43 GMT+02:00 Ioan Eugen Stan <st...@gmail.com>:

> Also, I see that blueprint feature is installed by default.
>
> feature:list -i
> Name            | Version  | Required | Installed | Repository
> | Description
>
> --------------------------------------------------------------------------------------------------------------------------
> aries-proxy     | 4.0.0.M1 |          | x         | standard-4.0.0.M1
> | Aries Proxy
> aries-blueprint | 4.0.0.M1 | x        | x         | standard-4.0.0.M1
> | Aries Blueprint
>
>
> 2014-10-17 0:40 GMT+03:00 Ioan Eugen Stan <st...@gmail.com>:
> > The build seems to contain spring 3 libraries. Are they supposed to be
> there?
> >
> > 2014-10-15 19:14 GMT+03:00 Achim Nierbeck <bc...@googlemail.com>:
> >>
> >> Can easily found at the apache jira.
> >> Like this
> >>
> >>
> https://issues.apache.org/jira/browse/KARAF/fixforversion/12316946/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel
> >>
> >> Regards, Achim
> >>
> >> sent from mobile device
> >>
> >> Am 15.10.2014 18:01 schrieb "asookazian2" <as...@gmail.com>:
> >>
> >>> Please supply a link to list of new features in Karaf 4.0.0.  thx.
> >>>
> >>>
> >>>
> >>> --
> >>> View this message in context:
> >>>
> http://karaf.922171.n3.nabble.com/ANN-Apache-Karaf-4-0-0-M1-Released-tp4035927p4035969.html
> >>> Sent from the Karaf - User mailing list archive at Nabble.com.
> >
> >
> >
> > --
> > Ioan Eugen Stan
> > 0720 898 747
>
>
>
> --
> Ioan Eugen Stan
> 0720 898 747
>

Re: [ANN] Apache Karaf 4.0.0.M1 Released!

Posted by Ioan Eugen Stan <st...@gmail.com>.
Also, I see that blueprint feature is installed by default.

feature:list -i
Name            | Version  | Required | Installed | Repository
| Description
--------------------------------------------------------------------------------------------------------------------------
aries-proxy     | 4.0.0.M1 |          | x         | standard-4.0.0.M1
| Aries Proxy
aries-blueprint | 4.0.0.M1 | x        | x         | standard-4.0.0.M1
| Aries Blueprint


2014-10-17 0:40 GMT+03:00 Ioan Eugen Stan <st...@gmail.com>:
> The build seems to contain spring 3 libraries. Are they supposed to be there?
>
> 2014-10-15 19:14 GMT+03:00 Achim Nierbeck <bc...@googlemail.com>:
>>
>> Can easily found at the apache jira.
>> Like this
>>
>> https://issues.apache.org/jira/browse/KARAF/fixforversion/12316946/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel
>>
>> Regards, Achim
>>
>> sent from mobile device
>>
>> Am 15.10.2014 18:01 schrieb "asookazian2" <as...@gmail.com>:
>>
>>> Please supply a link to list of new features in Karaf 4.0.0.  thx.
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://karaf.922171.n3.nabble.com/ANN-Apache-Karaf-4-0-0-M1-Released-tp4035927p4035969.html
>>> Sent from the Karaf - User mailing list archive at Nabble.com.
>
>
>
> --
> Ioan Eugen Stan
> 0720 898 747



-- 
Ioan Eugen Stan
0720 898 747

Re: [ANN] Apache Karaf 4.0.0.M1 Released!

Posted by Ioan Eugen Stan <st...@gmail.com>.
The build seems to contain spring 3 libraries. Are they supposed to be there?

2014-10-15 19:14 GMT+03:00 Achim Nierbeck <bc...@googlemail.com>:
>
> Can easily found at the apache jira.
> Like this
>
> https://issues.apache.org/jira/browse/KARAF/fixforversion/12316946/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel
>
> Regards, Achim
>
> sent from mobile device
>
> Am 15.10.2014 18:01 schrieb "asookazian2" <as...@gmail.com>:
>
>> Please supply a link to list of new features in Karaf 4.0.0.  thx.
>>
>>
>>
>> --
>> View this message in context:
>> http://karaf.922171.n3.nabble.com/ANN-Apache-Karaf-4-0-0-M1-Released-tp4035927p4035969.html
>> Sent from the Karaf - User mailing list archive at Nabble.com.



-- 
Ioan Eugen Stan
0720 898 747

Re: [ANN] Apache Karaf 4.0.0.M1 Released!

Posted by Achim Nierbeck <bc...@googlemail.com>.
Can easily found at the apache jira.
Like this

https://issues.apache.org/jira/browse/KARAF/fixforversion/12316946/?selectedTab=com.atlassian.jira.jira-projects-plugin:version-summary-panel

Regards, Achim

sent from mobile device
Am 15.10.2014 18:01 schrieb "asookazian2" <as...@gmail.com>:

> Please supply a link to list of new features in Karaf 4.0.0.  thx.
>
>
>
> --
> View this message in context:
> http://karaf.922171.n3.nabble.com/ANN-Apache-Karaf-4-0-0-M1-Released-tp4035927p4035969.html
> Sent from the Karaf - User mailing list archive at Nabble.com.
>

Re: [ANN] Apache Karaf 4.0.0.M1 Released!

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi,

I'm fixing some issues on the website (to include release notes).

Regards
JB

On 10/15/2014 06:01 PM, asookazian2 wrote:
> Please supply a link to list of new features in Karaf 4.0.0.  thx.
>
>
>
> --
> View this message in context: http://karaf.922171.n3.nabble.com/ANN-Apache-Karaf-4-0-0-M1-Released-tp4035927p4035969.html
> Sent from the Karaf - User mailing list archive at Nabble.com.
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: [ANN] Apache Karaf 4.0.0.M1 Released!

Posted by asookazian2 <as...@gmail.com>.
Please supply a link to list of new features in Karaf 4.0.0.  thx.



--
View this message in context: http://karaf.922171.n3.nabble.com/ANN-Apache-Karaf-4-0-0-M1-Released-tp4035927p4035969.html
Sent from the Karaf - User mailing list archive at Nabble.com.