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 2010/11/15 02:24:07 UTC

[ANN] Karaf version 2.1.1 Released!

The Karaf team is pleased to announce the release of Karaf version 2.1.1

This release of Apache Karaf is based off of the 2.1.x series branch,
representing an update to Apache Karaf 2.1.0. It contains multiple
bug fixes, while introducing a minimal number of changes to
dependencies from our last release. For more detail please see
the change log below.

 http://karaf.apache.org/

This release is available from http://karaf.apache.org/downloads and Maven:

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

Release Notes:

** Sub-task
   * KARAF-269 - Update jetty bundle version in main karaf 2.1.1 pom.

** Bug
   * KARAF-17 - ANSI support not properly initialized when creating
an Karaf instances from WebConsole or JMX
   * KARAF-156 - command dev:dynamic-import does not work
   * KARAF-221 - When starting a bare karaf, a single bundle is
displayed when using osgi:list, we should display none
   * KARAF-232 - validate goal of features-maven-plugin should support wrap jar
   * KARAF-238 - SLF4J Duplicate bindings warning when using Equinox
   * KARAF-239 - Equinox Framework Extensions
   * KARAF-261 - Cannot run command admin on cygwin.
   * KARAF-265 - add-features-to-repo goal of features-maven-plugin
should support wrap jar with additional instructions
   * KARAF-268 - When installing a bundle from a feature with blancks
before / after the bundle url, those bundles are not loaded on restart
(on felix)

** Improvement
   * KARAF-234 - validate goal of features-maven-plugin should
support spring/blueprint/feature protocol prefix
   * KARAF-247 - Add J2SE-1.2 to org.osgi.framework.executionenvironment
   * KARAF-263 - Upgrade to Spring 3.0.4.RELEASE
   * KARAF-264 - Upgrade to Jetty 6.1.25

** New Feature
   * KARAF-225 - FeaturesService should publish OSGi events

Enjoy!

-The Karaf team

Re: [ANN] Karaf version 2.1.1 Released!

Posted by Guillaume Nodet <gn...@gmail.com>.
That one is already in.  KARAF-270 should be backported too I think.
We should have a quick look at the history in case we missed a few
other bug fixes.

On Tue, Nov 16, 2010 at 13:41, Freeman Fang <fr...@gmail.com> wrote:
> Hi Jamie,
>
> KARAF-276[1] which pick up the pax-url 1.2.1 which Guillaume released on
> ops4j yesterday should be in karaf 2.1.2 release, this get rid of harmless
> but noisy exception when use wrap url[2]&[3].
>
> Karaf user already complain this issue[4]
>
> [1]https://issues.apache.org/jira/browse/KARAF-276
> [2]http://issues.ops4j.org/browse/PAXURL-89
> [3]http://issues.ops4j.org/browse/PAXSB-33
> [4]http://karaf.922171.n3.nabble.com/debug-exceptions-td1760587.html#a1760587
>
> Best Regards
> Freeman
> On 2010-11-16, at 下午8:30, Jamie G. wrote:
>
>> Are there anymore issues that we can add to a 2.1.2 release?
>>
>> On Tue, Nov 16, 2010 at 6:51 AM, Jean-Baptiste Onofré <jb...@nanthrax.net>
>> wrote:
>>>
>>> Agree.
>>>
>>> Regards
>>> JB
>>>
>>> On 11/16/2010 11:12 AM, Guillaume Nodet wrote:
>>>>
>>>> I'll fix the issue.
>>>> It's just the case of loading all the libraries in lib/*.jar and boot
>>>> delegating the jaas.boot package (for the webconsole).
>>>> So there's an easy workaround, but I think we should release 2.1.2
>>>> asasp.
>>>> If we could fix the web console issue (reverting to pax-web 0.7.2 if
>>>> needed), i think that would be nice.
>>>>
>>>> On Mon, Nov 15, 2010 at 17:35, Brad Beck<BB...@peoplenetonline.com>
>>>>  wrote:
>>>>>
>>>>> This seems to be related to only adding<karaf_home>lib/karaf.jar to the
>>>>> classpath and excluding karaf-jaas-boot.jar
>>>>> in<karaf_home>/bin/karaf[.bat].
>>>>> This appears to be a change relative to 2.1.0.
>>>>>
>>>>> -----Original Message-----
>>>>> From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
>>>>> Sent: Monday, November 15, 2010 9:53 AM
>>>>> To: Brad Beck
>>>>> Cc: user@karaf.apache.org
>>>>> Subject: Re: [ANN] Karaf version 2.1.1 Released!
>>>>>
>>>>> It's fine. I will raise one by myself if required.
>>>>>
>>>>> Regards
>>>>> JB
>>>>>
>>>>> On 11/15/2010 04:47 PM, Brad Beck wrote:
>>>>>>
>>>>>> No, but I can if you like...
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
>>>>>> Sent: Monday, November 15, 2010 9:49 AM
>>>>>> To: user@karaf.apache.org
>>>>>> Subject: Re: [ANN] Karaf version 2.1.1 Released!
>>>>>>
>>>>>> Thanks for reporting this.
>>>>>>
>>>>>> I'm gonna make a test and keep you posted.
>>>>>>
>>>>>> Did you already fill Jira task about this ?
>>>>>>
>>>>>> Regards
>>>>>> JB
>>>>>>
>>>>>> On 11/15/2010 04:42 PM, Brad Beck wrote:
>>>>>>>
>>>>>>> I'm getting an "Authentication failure" when trying to connect
>>>>>>> (via<karaf_home>/bin/client) to a freshly start Karaf 2.1.1 instance
>>>>>>> run
>>>>>>> using<karaf_home/bin/start under linux.
>>>>>>>
>>>>>>> -----Original Message-----
>>>>>>> From: Jamie G. [mailto:jamie.goodyear@gmail.com]
>>>>>>> Sent: Sunday, November 14, 2010 7:24 PM
>>>>>>> To: user@karaf.apache.org
>>>>>>> Subject: [ANN] Karaf version 2.1.1 Released!
>>>>>>>
>>>>>>> The Karaf team is pleased to announce the release of Karaf version
>>>>>>> 2.1.1
>>>>>>>
>>>>>>> This release of Apache Karaf is based off of the 2.1.x series branch,
>>>>>>> representing an update to Apache Karaf 2.1.0. It contains multiple
>>>>>>> bug fixes, while introducing a minimal number of changes to
>>>>>>> dependencies from our last release. For more detail please see
>>>>>>> the change log below.
>>>>>>>
>>>>>>>   http://karaf.apache.org/
>>>>>>>
>>>>>>> This release is available from http://karaf.apache.org/downloads and
>>>>>>> Maven:
>>>>>>>
>>>>>>>   <dependency>
>>>>>>>     <groupId>org.apache.karaf</groupId>
>>>>>>>     <artifactId>apache-karaf</artifactId>
>>>>>>>     <version>2.1.1</version>
>>>>>>>   </dependency>
>>>>>>>
>>>>>>> Release Notes:
>>>>>>>
>>>>>>> ** Sub-task
>>>>>>>     * KARAF-269 - Update jetty bundle version in main karaf 2.1.1
>>>>>>> pom.
>>>>>>>
>>>>>>> ** Bug
>>>>>>>     * KARAF-17 - ANSI support not properly initialized when creating
>>>>>>> an Karaf instances from WebConsole or JMX
>>>>>>>     * KARAF-156 - command dev:dynamic-import does not work
>>>>>>>     * KARAF-221 - When starting a bare karaf, a single bundle is
>>>>>>> displayed when using osgi:list, we should display none
>>>>>>>     * KARAF-232 - validate goal of features-maven-plugin should
>>>>>>> support wrap jar
>>>>>>>     * KARAF-238 - SLF4J Duplicate bindings warning when using Equinox
>>>>>>>     * KARAF-239 - Equinox Framework Extensions
>>>>>>>     * KARAF-261 - Cannot run command admin on cygwin.
>>>>>>>     * KARAF-265 - add-features-to-repo goal of features-maven-plugin
>>>>>>> should support wrap jar with additional instructions
>>>>>>>     * KARAF-268 - When installing a bundle from a feature with
>>>>>>> blancks
>>>>>>> before / after the bundle url, those bundles are not loaded on
>>>>>>> restart
>>>>>>> (on felix)
>>>>>>>
>>>>>>> ** Improvement
>>>>>>>     * KARAF-234 - validate goal of features-maven-plugin should
>>>>>>> support spring/blueprint/feature protocol prefix
>>>>>>>     * KARAF-247 - Add J2SE-1.2 to
>>>>>>> org.osgi.framework.executionenvironment
>>>>>>>     * KARAF-263 - Upgrade to Spring 3.0.4.RELEASE
>>>>>>>     * KARAF-264 - Upgrade to Jetty 6.1.25
>>>>>>>
>>>>>>> ** New Feature
>>>>>>>     * KARAF-225 - FeaturesService should publish OSGi events
>>>>>>>
>>>>>>> Enjoy!
>>>>>>>
>>>>>>> -The Karaf team
>>>>>
>>>>
>>>>
>>>>
>>>
>
>
> --
> Freeman Fang
>
> ------------------------
>
> FuseSource: http://fusesource.com
> blog: http://freemanfang.blogspot.com
> twitter: http://twitter.com/freemanfang
> Apache Servicemix:http://servicemix.apache.org
> Apache Cxf: http://cxf.apache.org
> Apache Karaf: http://karaf.apache.org
> Apache Felix: http://felix.apache.org
>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: [ANN] Karaf version 2.1.1 Released!

Posted by Freeman Fang <fr...@gmail.com>.
Hi Jamie,

KARAF-276[1] which pick up the pax-url 1.2.1 which Guillaume released  
on ops4j yesterday should be in karaf 2.1.2 release, this get rid of  
harmless but noisy exception when use wrap url[2]&[3].

Karaf user already complain this issue[4]

[1]https://issues.apache.org/jira/browse/KARAF-276
[2]http://issues.ops4j.org/browse/PAXURL-89
[3]http://issues.ops4j.org/browse/PAXSB-33
[4]http://karaf.922171.n3.nabble.com/debug-exceptions-td1760587.html#a1760587

Best Regards
Freeman
On 2010-11-16, at 下午8:30, Jamie G. wrote:

> Are there anymore issues that we can add to a 2.1.2 release?
>
> On Tue, Nov 16, 2010 at 6:51 AM, Jean-Baptiste Onofré  
> <jb...@nanthrax.net> wrote:
>> Agree.
>>
>> Regards
>> JB
>>
>> On 11/16/2010 11:12 AM, Guillaume Nodet wrote:
>>>
>>> I'll fix the issue.
>>> It's just the case of loading all the libraries in lib/*.jar and  
>>> boot
>>> delegating the jaas.boot package (for the webconsole).
>>> So there's an easy workaround, but I think we should release 2.1.2  
>>> asasp.
>>> If we could fix the web console issue (reverting to pax-web 0.7.2 if
>>> needed), i think that would be nice.
>>>
>>> On Mon, Nov 15, 2010 at 17:35, Brad Beck<BB...@peoplenetonline.com>
>>>  wrote:
>>>>
>>>> This seems to be related to only adding<karaf_home>lib/karaf.jar  
>>>> to the
>>>> classpath and excluding karaf-jaas-boot.jar in<karaf_home>/bin/ 
>>>> karaf[.bat].
>>>> This appears to be a change relative to 2.1.0.
>>>>
>>>> -----Original Message-----
>>>> From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
>>>> Sent: Monday, November 15, 2010 9:53 AM
>>>> To: Brad Beck
>>>> Cc: user@karaf.apache.org
>>>> Subject: Re: [ANN] Karaf version 2.1.1 Released!
>>>>
>>>> It's fine. I will raise one by myself if required.
>>>>
>>>> Regards
>>>> JB
>>>>
>>>> On 11/15/2010 04:47 PM, Brad Beck wrote:
>>>>>
>>>>> No, but I can if you like...
>>>>>
>>>>> -----Original Message-----
>>>>> From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
>>>>> Sent: Monday, November 15, 2010 9:49 AM
>>>>> To: user@karaf.apache.org
>>>>> Subject: Re: [ANN] Karaf version 2.1.1 Released!
>>>>>
>>>>> Thanks for reporting this.
>>>>>
>>>>> I'm gonna make a test and keep you posted.
>>>>>
>>>>> Did you already fill Jira task about this ?
>>>>>
>>>>> Regards
>>>>> JB
>>>>>
>>>>> On 11/15/2010 04:42 PM, Brad Beck wrote:
>>>>>>
>>>>>> I'm getting an "Authentication failure" when trying to connect
>>>>>> (via<karaf_home>/bin/client) to a freshly start Karaf 2.1.1  
>>>>>> instance run
>>>>>> using<karaf_home/bin/start under linux.
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Jamie G. [mailto:jamie.goodyear@gmail.com]
>>>>>> Sent: Sunday, November 14, 2010 7:24 PM
>>>>>> To: user@karaf.apache.org
>>>>>> Subject: [ANN] Karaf version 2.1.1 Released!
>>>>>>
>>>>>> The Karaf team is pleased to announce the release of Karaf  
>>>>>> version
>>>>>> 2.1.1
>>>>>>
>>>>>> This release of Apache Karaf is based off of the 2.1.x series  
>>>>>> branch,
>>>>>> representing an update to Apache Karaf 2.1.0. It contains  
>>>>>> multiple
>>>>>> bug fixes, while introducing a minimal number of changes to
>>>>>> dependencies from our last release. For more detail please see
>>>>>> the change log below.
>>>>>>
>>>>>>    http://karaf.apache.org/
>>>>>>
>>>>>> This release is available from http://karaf.apache.org/ 
>>>>>> downloads and
>>>>>> Maven:
>>>>>>
>>>>>>    <dependency>
>>>>>>      <groupId>org.apache.karaf</groupId>
>>>>>>      <artifactId>apache-karaf</artifactId>
>>>>>>      <version>2.1.1</version>
>>>>>>    </dependency>
>>>>>>
>>>>>> Release Notes:
>>>>>>
>>>>>> ** Sub-task
>>>>>>      * KARAF-269 - Update jetty bundle version in main karaf  
>>>>>> 2.1.1 pom.
>>>>>>
>>>>>> ** Bug
>>>>>>      * KARAF-17 - ANSI support not properly initialized when  
>>>>>> creating
>>>>>> an Karaf instances from WebConsole or JMX
>>>>>>      * KARAF-156 - command dev:dynamic-import does not work
>>>>>>      * KARAF-221 - When starting a bare karaf, a single bundle is
>>>>>> displayed when using osgi:list, we should display none
>>>>>>      * KARAF-232 - validate goal of features-maven-plugin should
>>>>>> support wrap jar
>>>>>>      * KARAF-238 - SLF4J Duplicate bindings warning when using  
>>>>>> Equinox
>>>>>>      * KARAF-239 - Equinox Framework Extensions
>>>>>>      * KARAF-261 - Cannot run command admin on cygwin.
>>>>>>      * KARAF-265 - add-features-to-repo goal of features-maven- 
>>>>>> plugin
>>>>>> should support wrap jar with additional instructions
>>>>>>      * KARAF-268 - When installing a bundle from a feature with  
>>>>>> blancks
>>>>>> before / after the bundle url, those bundles are not loaded on  
>>>>>> restart
>>>>>> (on felix)
>>>>>>
>>>>>> ** Improvement
>>>>>>      * KARAF-234 - validate goal of features-maven-plugin should
>>>>>> support spring/blueprint/feature protocol prefix
>>>>>>      * KARAF-247 - Add J2SE-1.2 to
>>>>>> org.osgi.framework.executionenvironment
>>>>>>      * KARAF-263 - Upgrade to Spring 3.0.4.RELEASE
>>>>>>      * KARAF-264 - Upgrade to Jetty 6.1.25
>>>>>>
>>>>>> ** New Feature
>>>>>>      * KARAF-225 - FeaturesService should publish OSGi events
>>>>>>
>>>>>> Enjoy!
>>>>>>
>>>>>> -The Karaf team
>>>>
>>>
>>>
>>>
>>


-- 
Freeman Fang

------------------------

FuseSource: http://fusesource.com
blog: http://freemanfang.blogspot.com
twitter: http://twitter.com/freemanfang
Apache Servicemix:http://servicemix.apache.org
Apache Cxf: http://cxf.apache.org
Apache Karaf: http://karaf.apache.org
Apache Felix: http://felix.apache.org


Re: [ANN] Karaf version 2.1.1 Released!

Posted by "Jamie G." <ja...@gmail.com>.
Are there anymore issues that we can add to a 2.1.2 release?

On Tue, Nov 16, 2010 at 6:51 AM, Jean-Baptiste Onofré <jb...@nanthrax.net> wrote:
> Agree.
>
> Regards
> JB
>
> On 11/16/2010 11:12 AM, Guillaume Nodet wrote:
>>
>> I'll fix the issue.
>> It's just the case of loading all the libraries in lib/*.jar and boot
>> delegating the jaas.boot package (for the webconsole).
>> So there's an easy workaround, but I think we should release 2.1.2 asasp.
>> If we could fix the web console issue (reverting to pax-web 0.7.2 if
>> needed), i think that would be nice.
>>
>> On Mon, Nov 15, 2010 at 17:35, Brad Beck<BB...@peoplenetonline.com>
>>  wrote:
>>>
>>> This seems to be related to only adding<karaf_home>lib/karaf.jar to the
>>> classpath and excluding karaf-jaas-boot.jar in<karaf_home>/bin/karaf[.bat].
>>> This appears to be a change relative to 2.1.0.
>>>
>>> -----Original Message-----
>>> From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
>>> Sent: Monday, November 15, 2010 9:53 AM
>>> To: Brad Beck
>>> Cc: user@karaf.apache.org
>>> Subject: Re: [ANN] Karaf version 2.1.1 Released!
>>>
>>> It's fine. I will raise one by myself if required.
>>>
>>> Regards
>>> JB
>>>
>>> On 11/15/2010 04:47 PM, Brad Beck wrote:
>>>>
>>>> No, but I can if you like...
>>>>
>>>> -----Original Message-----
>>>> From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
>>>> Sent: Monday, November 15, 2010 9:49 AM
>>>> To: user@karaf.apache.org
>>>> Subject: Re: [ANN] Karaf version 2.1.1 Released!
>>>>
>>>> Thanks for reporting this.
>>>>
>>>> I'm gonna make a test and keep you posted.
>>>>
>>>> Did you already fill Jira task about this ?
>>>>
>>>> Regards
>>>> JB
>>>>
>>>> On 11/15/2010 04:42 PM, Brad Beck wrote:
>>>>>
>>>>> I'm getting an "Authentication failure" when trying to connect
>>>>> (via<karaf_home>/bin/client) to a freshly start Karaf 2.1.1 instance run
>>>>> using<karaf_home/bin/start under linux.
>>>>>
>>>>> -----Original Message-----
>>>>> From: Jamie G. [mailto:jamie.goodyear@gmail.com]
>>>>> Sent: Sunday, November 14, 2010 7:24 PM
>>>>> To: user@karaf.apache.org
>>>>> Subject: [ANN] Karaf version 2.1.1 Released!
>>>>>
>>>>> The Karaf team is pleased to announce the release of Karaf version
>>>>> 2.1.1
>>>>>
>>>>> This release of Apache Karaf is based off of the 2.1.x series branch,
>>>>> representing an update to Apache Karaf 2.1.0. It contains multiple
>>>>> bug fixes, while introducing a minimal number of changes to
>>>>> dependencies from our last release. For more detail please see
>>>>> the change log below.
>>>>>
>>>>>    http://karaf.apache.org/
>>>>>
>>>>> This release is available from http://karaf.apache.org/downloads and
>>>>> Maven:
>>>>>
>>>>>    <dependency>
>>>>>      <groupId>org.apache.karaf</groupId>
>>>>>      <artifactId>apache-karaf</artifactId>
>>>>>      <version>2.1.1</version>
>>>>>    </dependency>
>>>>>
>>>>> Release Notes:
>>>>>
>>>>> ** Sub-task
>>>>>      * KARAF-269 - Update jetty bundle version in main karaf 2.1.1 pom.
>>>>>
>>>>> ** Bug
>>>>>      * KARAF-17 - ANSI support not properly initialized when creating
>>>>> an Karaf instances from WebConsole or JMX
>>>>>      * KARAF-156 - command dev:dynamic-import does not work
>>>>>      * KARAF-221 - When starting a bare karaf, a single bundle is
>>>>> displayed when using osgi:list, we should display none
>>>>>      * KARAF-232 - validate goal of features-maven-plugin should
>>>>> support wrap jar
>>>>>      * KARAF-238 - SLF4J Duplicate bindings warning when using Equinox
>>>>>      * KARAF-239 - Equinox Framework Extensions
>>>>>      * KARAF-261 - Cannot run command admin on cygwin.
>>>>>      * KARAF-265 - add-features-to-repo goal of features-maven-plugin
>>>>> should support wrap jar with additional instructions
>>>>>      * KARAF-268 - When installing a bundle from a feature with blancks
>>>>> before / after the bundle url, those bundles are not loaded on restart
>>>>> (on felix)
>>>>>
>>>>> ** Improvement
>>>>>      * KARAF-234 - validate goal of features-maven-plugin should
>>>>> support spring/blueprint/feature protocol prefix
>>>>>      * KARAF-247 - Add J2SE-1.2 to
>>>>> org.osgi.framework.executionenvironment
>>>>>      * KARAF-263 - Upgrade to Spring 3.0.4.RELEASE
>>>>>      * KARAF-264 - Upgrade to Jetty 6.1.25
>>>>>
>>>>> ** New Feature
>>>>>      * KARAF-225 - FeaturesService should publish OSGi events
>>>>>
>>>>> Enjoy!
>>>>>
>>>>> -The Karaf team
>>>
>>
>>
>>
>

Re: [ANN] Karaf version 2.1.1 Released!

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

Regards
JB

On 11/16/2010 11:12 AM, Guillaume Nodet wrote:
> I'll fix the issue.
> It's just the case of loading all the libraries in lib/*.jar and boot
> delegating the jaas.boot package (for the webconsole).
> So there's an easy workaround, but I think we should release 2.1.2 asasp.
> If we could fix the web console issue (reverting to pax-web 0.7.2 if
> needed), i think that would be nice.
>
> On Mon, Nov 15, 2010 at 17:35, Brad Beck<BB...@peoplenetonline.com>  wrote:
>> This seems to be related to only adding<karaf_home>lib/karaf.jar to the classpath and excluding karaf-jaas-boot.jar in<karaf_home>/bin/karaf[.bat]. This appears to be a change relative to 2.1.0.
>>
>> -----Original Message-----
>> From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
>> Sent: Monday, November 15, 2010 9:53 AM
>> To: Brad Beck
>> Cc: user@karaf.apache.org
>> Subject: Re: [ANN] Karaf version 2.1.1 Released!
>>
>> It's fine. I will raise one by myself if required.
>>
>> Regards
>> JB
>>
>> On 11/15/2010 04:47 PM, Brad Beck wrote:
>>> No, but I can if you like...
>>>
>>> -----Original Message-----
>>> From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
>>> Sent: Monday, November 15, 2010 9:49 AM
>>> To: user@karaf.apache.org
>>> Subject: Re: [ANN] Karaf version 2.1.1 Released!
>>>
>>> Thanks for reporting this.
>>>
>>> I'm gonna make a test and keep you posted.
>>>
>>> Did you already fill Jira task about this ?
>>>
>>> Regards
>>> JB
>>>
>>> On 11/15/2010 04:42 PM, Brad Beck wrote:
>>>> I'm getting an "Authentication failure" when trying to connect (via<karaf_home>/bin/client) to a freshly start Karaf 2.1.1 instance run using<karaf_home/bin/start under linux.
>>>>
>>>> -----Original Message-----
>>>> From: Jamie G. [mailto:jamie.goodyear@gmail.com]
>>>> Sent: Sunday, November 14, 2010 7:24 PM
>>>> To: user@karaf.apache.org
>>>> Subject: [ANN] Karaf version 2.1.1 Released!
>>>>
>>>> The Karaf team is pleased to announce the release of Karaf version 2.1.1
>>>>
>>>> This release of Apache Karaf is based off of the 2.1.x series branch,
>>>> representing an update to Apache Karaf 2.1.0. It contains multiple
>>>> bug fixes, while introducing a minimal number of changes to
>>>> dependencies from our last release. For more detail please see
>>>> the change log below.
>>>>
>>>>     http://karaf.apache.org/
>>>>
>>>> This release is available from http://karaf.apache.org/downloads and Maven:
>>>>
>>>>     <dependency>
>>>>       <groupId>org.apache.karaf</groupId>
>>>>       <artifactId>apache-karaf</artifactId>
>>>>       <version>2.1.1</version>
>>>>     </dependency>
>>>>
>>>> Release Notes:
>>>>
>>>> ** Sub-task
>>>>       * KARAF-269 - Update jetty bundle version in main karaf 2.1.1 pom.
>>>>
>>>> ** Bug
>>>>       * KARAF-17 - ANSI support not properly initialized when creating
>>>> an Karaf instances from WebConsole or JMX
>>>>       * KARAF-156 - command dev:dynamic-import does not work
>>>>       * KARAF-221 - When starting a bare karaf, a single bundle is
>>>> displayed when using osgi:list, we should display none
>>>>       * KARAF-232 - validate goal of features-maven-plugin should support wrap jar
>>>>       * KARAF-238 - SLF4J Duplicate bindings warning when using Equinox
>>>>       * KARAF-239 - Equinox Framework Extensions
>>>>       * KARAF-261 - Cannot run command admin on cygwin.
>>>>       * KARAF-265 - add-features-to-repo goal of features-maven-plugin
>>>> should support wrap jar with additional instructions
>>>>       * KARAF-268 - When installing a bundle from a feature with blancks
>>>> before / after the bundle url, those bundles are not loaded on restart
>>>> (on felix)
>>>>
>>>> ** Improvement
>>>>       * KARAF-234 - validate goal of features-maven-plugin should
>>>> support spring/blueprint/feature protocol prefix
>>>>       * KARAF-247 - Add J2SE-1.2 to org.osgi.framework.executionenvironment
>>>>       * KARAF-263 - Upgrade to Spring 3.0.4.RELEASE
>>>>       * KARAF-264 - Upgrade to Jetty 6.1.25
>>>>
>>>> ** New Feature
>>>>       * KARAF-225 - FeaturesService should publish OSGi events
>>>>
>>>> Enjoy!
>>>>
>>>> -The Karaf team
>>
>
>
>

Re: [ANN] Karaf version 2.1.1 Released!

Posted by Guillaume Nodet <gn...@gmail.com>.
I'll fix the issue.
It's just the case of loading all the libraries in lib/*.jar and boot
delegating the jaas.boot package (for the webconsole).
So there's an easy workaround, but I think we should release 2.1.2 asasp.
If we could fix the web console issue (reverting to pax-web 0.7.2 if
needed), i think that would be nice.

On Mon, Nov 15, 2010 at 17:35, Brad Beck <BB...@peoplenetonline.com> wrote:
> This seems to be related to only adding <karaf_home>lib/karaf.jar to the classpath and excluding karaf-jaas-boot.jar in <karaf_home>/bin/karaf[.bat]. This appears to be a change relative to 2.1.0.
>
> -----Original Message-----
> From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
> Sent: Monday, November 15, 2010 9:53 AM
> To: Brad Beck
> Cc: user@karaf.apache.org
> Subject: Re: [ANN] Karaf version 2.1.1 Released!
>
> It's fine. I will raise one by myself if required.
>
> Regards
> JB
>
> On 11/15/2010 04:47 PM, Brad Beck wrote:
>> No, but I can if you like...
>>
>> -----Original Message-----
>> From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
>> Sent: Monday, November 15, 2010 9:49 AM
>> To: user@karaf.apache.org
>> Subject: Re: [ANN] Karaf version 2.1.1 Released!
>>
>> Thanks for reporting this.
>>
>> I'm gonna make a test and keep you posted.
>>
>> Did you already fill Jira task about this ?
>>
>> Regards
>> JB
>>
>> On 11/15/2010 04:42 PM, Brad Beck wrote:
>>> I'm getting an "Authentication failure" when trying to connect (via<karaf_home>/bin/client) to a freshly start Karaf 2.1.1 instance run using<karaf_home/bin/start under linux.
>>>
>>> -----Original Message-----
>>> From: Jamie G. [mailto:jamie.goodyear@gmail.com]
>>> Sent: Sunday, November 14, 2010 7:24 PM
>>> To: user@karaf.apache.org
>>> Subject: [ANN] Karaf version 2.1.1 Released!
>>>
>>> The Karaf team is pleased to announce the release of Karaf version 2.1.1
>>>
>>> This release of Apache Karaf is based off of the 2.1.x series branch,
>>> representing an update to Apache Karaf 2.1.0. It contains multiple
>>> bug fixes, while introducing a minimal number of changes to
>>> dependencies from our last release. For more detail please see
>>> the change log below.
>>>
>>>    http://karaf.apache.org/
>>>
>>> This release is available from http://karaf.apache.org/downloads and Maven:
>>>
>>>    <dependency>
>>>      <groupId>org.apache.karaf</groupId>
>>>      <artifactId>apache-karaf</artifactId>
>>>      <version>2.1.1</version>
>>>    </dependency>
>>>
>>> Release Notes:
>>>
>>> ** Sub-task
>>>      * KARAF-269 - Update jetty bundle version in main karaf 2.1.1 pom.
>>>
>>> ** Bug
>>>      * KARAF-17 - ANSI support not properly initialized when creating
>>> an Karaf instances from WebConsole or JMX
>>>      * KARAF-156 - command dev:dynamic-import does not work
>>>      * KARAF-221 - When starting a bare karaf, a single bundle is
>>> displayed when using osgi:list, we should display none
>>>      * KARAF-232 - validate goal of features-maven-plugin should support wrap jar
>>>      * KARAF-238 - SLF4J Duplicate bindings warning when using Equinox
>>>      * KARAF-239 - Equinox Framework Extensions
>>>      * KARAF-261 - Cannot run command admin on cygwin.
>>>      * KARAF-265 - add-features-to-repo goal of features-maven-plugin
>>> should support wrap jar with additional instructions
>>>      * KARAF-268 - When installing a bundle from a feature with blancks
>>> before / after the bundle url, those bundles are not loaded on restart
>>> (on felix)
>>>
>>> ** Improvement
>>>      * KARAF-234 - validate goal of features-maven-plugin should
>>> support spring/blueprint/feature protocol prefix
>>>      * KARAF-247 - Add J2SE-1.2 to org.osgi.framework.executionenvironment
>>>      * KARAF-263 - Upgrade to Spring 3.0.4.RELEASE
>>>      * KARAF-264 - Upgrade to Jetty 6.1.25
>>>
>>> ** New Feature
>>>      * KARAF-225 - FeaturesService should publish OSGi events
>>>
>>> Enjoy!
>>>
>>> -The Karaf team
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

RE: [ANN] Karaf version 2.1.1 Released!

Posted by Brad Beck <BB...@peoplenetonline.com>.
This seems to be related to only adding <karaf_home>lib/karaf.jar to the classpath and excluding karaf-jaas-boot.jar in <karaf_home>/bin/karaf[.bat]. This appears to be a change relative to 2.1.0.

-----Original Message-----
From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
Sent: Monday, November 15, 2010 9:53 AM
To: Brad Beck
Cc: user@karaf.apache.org
Subject: Re: [ANN] Karaf version 2.1.1 Released!

It's fine. I will raise one by myself if required.

Regards
JB

On 11/15/2010 04:47 PM, Brad Beck wrote:
> No, but I can if you like...
>
> -----Original Message-----
> From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
> Sent: Monday, November 15, 2010 9:49 AM
> To: user@karaf.apache.org
> Subject: Re: [ANN] Karaf version 2.1.1 Released!
>
> Thanks for reporting this.
>
> I'm gonna make a test and keep you posted.
>
> Did you already fill Jira task about this ?
>
> Regards
> JB
>
> On 11/15/2010 04:42 PM, Brad Beck wrote:
>> I'm getting an "Authentication failure" when trying to connect (via<karaf_home>/bin/client) to a freshly start Karaf 2.1.1 instance run using<karaf_home/bin/start under linux.
>>
>> -----Original Message-----
>> From: Jamie G. [mailto:jamie.goodyear@gmail.com]
>> Sent: Sunday, November 14, 2010 7:24 PM
>> To: user@karaf.apache.org
>> Subject: [ANN] Karaf version 2.1.1 Released!
>>
>> The Karaf team is pleased to announce the release of Karaf version 2.1.1
>>
>> This release of Apache Karaf is based off of the 2.1.x series branch,
>> representing an update to Apache Karaf 2.1.0. It contains multiple
>> bug fixes, while introducing a minimal number of changes to
>> dependencies from our last release. For more detail please see
>> the change log below.
>>
>>    http://karaf.apache.org/
>>
>> This release is available from http://karaf.apache.org/downloads and Maven:
>>
>>    <dependency>
>>      <groupId>org.apache.karaf</groupId>
>>      <artifactId>apache-karaf</artifactId>
>>      <version>2.1.1</version>
>>    </dependency>
>>
>> Release Notes:
>>
>> ** Sub-task
>>      * KARAF-269 - Update jetty bundle version in main karaf 2.1.1 pom.
>>
>> ** Bug
>>      * KARAF-17 - ANSI support not properly initialized when creating
>> an Karaf instances from WebConsole or JMX
>>      * KARAF-156 - command dev:dynamic-import does not work
>>      * KARAF-221 - When starting a bare karaf, a single bundle is
>> displayed when using osgi:list, we should display none
>>      * KARAF-232 - validate goal of features-maven-plugin should support wrap jar
>>      * KARAF-238 - SLF4J Duplicate bindings warning when using Equinox
>>      * KARAF-239 - Equinox Framework Extensions
>>      * KARAF-261 - Cannot run command admin on cygwin.
>>      * KARAF-265 - add-features-to-repo goal of features-maven-plugin
>> should support wrap jar with additional instructions
>>      * KARAF-268 - When installing a bundle from a feature with blancks
>> before / after the bundle url, those bundles are not loaded on restart
>> (on felix)
>>
>> ** Improvement
>>      * KARAF-234 - validate goal of features-maven-plugin should
>> support spring/blueprint/feature protocol prefix
>>      * KARAF-247 - Add J2SE-1.2 to org.osgi.framework.executionenvironment
>>      * KARAF-263 - Upgrade to Spring 3.0.4.RELEASE
>>      * KARAF-264 - Upgrade to Jetty 6.1.25
>>
>> ** New Feature
>>      * KARAF-225 - FeaturesService should publish OSGi events
>>
>> Enjoy!
>>
>> -The Karaf team

Re: [ANN] Karaf version 2.1.1 Released!

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
It's fine. I will raise one by myself if required.

Regards
JB

On 11/15/2010 04:47 PM, Brad Beck wrote:
> No, but I can if you like...
>
> -----Original Message-----
> From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net]
> Sent: Monday, November 15, 2010 9:49 AM
> To: user@karaf.apache.org
> Subject: Re: [ANN] Karaf version 2.1.1 Released!
>
> Thanks for reporting this.
>
> I'm gonna make a test and keep you posted.
>
> Did you already fill Jira task about this ?
>
> Regards
> JB
>
> On 11/15/2010 04:42 PM, Brad Beck wrote:
>> I'm getting an "Authentication failure" when trying to connect (via<karaf_home>/bin/client) to a freshly start Karaf 2.1.1 instance run using<karaf_home/bin/start under linux.
>>
>> -----Original Message-----
>> From: Jamie G. [mailto:jamie.goodyear@gmail.com]
>> Sent: Sunday, November 14, 2010 7:24 PM
>> To: user@karaf.apache.org
>> Subject: [ANN] Karaf version 2.1.1 Released!
>>
>> The Karaf team is pleased to announce the release of Karaf version 2.1.1
>>
>> This release of Apache Karaf is based off of the 2.1.x series branch,
>> representing an update to Apache Karaf 2.1.0. It contains multiple
>> bug fixes, while introducing a minimal number of changes to
>> dependencies from our last release. For more detail please see
>> the change log below.
>>
>>    http://karaf.apache.org/
>>
>> This release is available from http://karaf.apache.org/downloads and Maven:
>>
>>    <dependency>
>>      <groupId>org.apache.karaf</groupId>
>>      <artifactId>apache-karaf</artifactId>
>>      <version>2.1.1</version>
>>    </dependency>
>>
>> Release Notes:
>>
>> ** Sub-task
>>      * KARAF-269 - Update jetty bundle version in main karaf 2.1.1 pom.
>>
>> ** Bug
>>      * KARAF-17 - ANSI support not properly initialized when creating
>> an Karaf instances from WebConsole or JMX
>>      * KARAF-156 - command dev:dynamic-import does not work
>>      * KARAF-221 - When starting a bare karaf, a single bundle is
>> displayed when using osgi:list, we should display none
>>      * KARAF-232 - validate goal of features-maven-plugin should support wrap jar
>>      * KARAF-238 - SLF4J Duplicate bindings warning when using Equinox
>>      * KARAF-239 - Equinox Framework Extensions
>>      * KARAF-261 - Cannot run command admin on cygwin.
>>      * KARAF-265 - add-features-to-repo goal of features-maven-plugin
>> should support wrap jar with additional instructions
>>      * KARAF-268 - When installing a bundle from a feature with blancks
>> before / after the bundle url, those bundles are not loaded on restart
>> (on felix)
>>
>> ** Improvement
>>      * KARAF-234 - validate goal of features-maven-plugin should
>> support spring/blueprint/feature protocol prefix
>>      * KARAF-247 - Add J2SE-1.2 to org.osgi.framework.executionenvironment
>>      * KARAF-263 - Upgrade to Spring 3.0.4.RELEASE
>>      * KARAF-264 - Upgrade to Jetty 6.1.25
>>
>> ** New Feature
>>      * KARAF-225 - FeaturesService should publish OSGi events
>>
>> Enjoy!
>>
>> -The Karaf team

RE: [ANN] Karaf version 2.1.1 Released!

Posted by Brad Beck <BB...@peoplenetonline.com>.
No, but I can if you like...

-----Original Message-----
From: Jean-Baptiste Onofré [mailto:jb@nanthrax.net] 
Sent: Monday, November 15, 2010 9:49 AM
To: user@karaf.apache.org
Subject: Re: [ANN] Karaf version 2.1.1 Released!

Thanks for reporting this.

I'm gonna make a test and keep you posted.

Did you already fill Jira task about this ?

Regards
JB

On 11/15/2010 04:42 PM, Brad Beck wrote:
> I'm getting an "Authentication failure" when trying to connect (via<karaf_home>/bin/client) to a freshly start Karaf 2.1.1 instance run using<karaf_home/bin/start under linux.
>
> -----Original Message-----
> From: Jamie G. [mailto:jamie.goodyear@gmail.com]
> Sent: Sunday, November 14, 2010 7:24 PM
> To: user@karaf.apache.org
> Subject: [ANN] Karaf version 2.1.1 Released!
>
> The Karaf team is pleased to announce the release of Karaf version 2.1.1
>
> This release of Apache Karaf is based off of the 2.1.x series branch,
> representing an update to Apache Karaf 2.1.0. It contains multiple
> bug fixes, while introducing a minimal number of changes to
> dependencies from our last release. For more detail please see
> the change log below.
>
>   http://karaf.apache.org/
>
> This release is available from http://karaf.apache.org/downloads and Maven:
>
>   <dependency>
>     <groupId>org.apache.karaf</groupId>
>     <artifactId>apache-karaf</artifactId>
>     <version>2.1.1</version>
>   </dependency>
>
> Release Notes:
>
> ** Sub-task
>     * KARAF-269 - Update jetty bundle version in main karaf 2.1.1 pom.
>
> ** Bug
>     * KARAF-17 - ANSI support not properly initialized when creating
> an Karaf instances from WebConsole or JMX
>     * KARAF-156 - command dev:dynamic-import does not work
>     * KARAF-221 - When starting a bare karaf, a single bundle is
> displayed when using osgi:list, we should display none
>     * KARAF-232 - validate goal of features-maven-plugin should support wrap jar
>     * KARAF-238 - SLF4J Duplicate bindings warning when using Equinox
>     * KARAF-239 - Equinox Framework Extensions
>     * KARAF-261 - Cannot run command admin on cygwin.
>     * KARAF-265 - add-features-to-repo goal of features-maven-plugin
> should support wrap jar with additional instructions
>     * KARAF-268 - When installing a bundle from a feature with blancks
> before / after the bundle url, those bundles are not loaded on restart
> (on felix)
>
> ** Improvement
>     * KARAF-234 - validate goal of features-maven-plugin should
> support spring/blueprint/feature protocol prefix
>     * KARAF-247 - Add J2SE-1.2 to org.osgi.framework.executionenvironment
>     * KARAF-263 - Upgrade to Spring 3.0.4.RELEASE
>     * KARAF-264 - Upgrade to Jetty 6.1.25
>
> ** New Feature
>     * KARAF-225 - FeaturesService should publish OSGi events
>
> Enjoy!
>
> -The Karaf team

Re: [ANN] Karaf version 2.1.1 Released!

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Thanks for reporting this.

I'm gonna make a test and keep you posted.

Did you already fill Jira task about this ?

Regards
JB

On 11/15/2010 04:42 PM, Brad Beck wrote:
> I'm getting an "Authentication failure" when trying to connect (via<karaf_home>/bin/client) to a freshly start Karaf 2.1.1 instance run using<karaf_home/bin/start under linux.
>
> -----Original Message-----
> From: Jamie G. [mailto:jamie.goodyear@gmail.com]
> Sent: Sunday, November 14, 2010 7:24 PM
> To: user@karaf.apache.org
> Subject: [ANN] Karaf version 2.1.1 Released!
>
> The Karaf team is pleased to announce the release of Karaf version 2.1.1
>
> This release of Apache Karaf is based off of the 2.1.x series branch,
> representing an update to Apache Karaf 2.1.0. It contains multiple
> bug fixes, while introducing a minimal number of changes to
> dependencies from our last release. For more detail please see
> the change log below.
>
>   http://karaf.apache.org/
>
> This release is available from http://karaf.apache.org/downloads and Maven:
>
>   <dependency>
>     <groupId>org.apache.karaf</groupId>
>     <artifactId>apache-karaf</artifactId>
>     <version>2.1.1</version>
>   </dependency>
>
> Release Notes:
>
> ** Sub-task
>     * KARAF-269 - Update jetty bundle version in main karaf 2.1.1 pom.
>
> ** Bug
>     * KARAF-17 - ANSI support not properly initialized when creating
> an Karaf instances from WebConsole or JMX
>     * KARAF-156 - command dev:dynamic-import does not work
>     * KARAF-221 - When starting a bare karaf, a single bundle is
> displayed when using osgi:list, we should display none
>     * KARAF-232 - validate goal of features-maven-plugin should support wrap jar
>     * KARAF-238 - SLF4J Duplicate bindings warning when using Equinox
>     * KARAF-239 - Equinox Framework Extensions
>     * KARAF-261 - Cannot run command admin on cygwin.
>     * KARAF-265 - add-features-to-repo goal of features-maven-plugin
> should support wrap jar with additional instructions
>     * KARAF-268 - When installing a bundle from a feature with blancks
> before / after the bundle url, those bundles are not loaded on restart
> (on felix)
>
> ** Improvement
>     * KARAF-234 - validate goal of features-maven-plugin should
> support spring/blueprint/feature protocol prefix
>     * KARAF-247 - Add J2SE-1.2 to org.osgi.framework.executionenvironment
>     * KARAF-263 - Upgrade to Spring 3.0.4.RELEASE
>     * KARAF-264 - Upgrade to Jetty 6.1.25
>
> ** New Feature
>     * KARAF-225 - FeaturesService should publish OSGi events
>
> Enjoy!
>
> -The Karaf team

RE: [ANN] Karaf version 2.1.1 Released!

Posted by Brad Beck <BB...@peoplenetonline.com>.
I'm getting an "Authentication failure" when trying to connect (via <karaf_home>/bin/client) to a freshly start Karaf 2.1.1 instance run using <karaf_home/bin/start under linux.

-----Original Message-----
From: Jamie G. [mailto:jamie.goodyear@gmail.com]
Sent: Sunday, November 14, 2010 7:24 PM
To: user@karaf.apache.org
Subject: [ANN] Karaf version 2.1.1 Released!

The Karaf team is pleased to announce the release of Karaf version 2.1.1

This release of Apache Karaf is based off of the 2.1.x series branch,
representing an update to Apache Karaf 2.1.0. It contains multiple
bug fixes, while introducing a minimal number of changes to
dependencies from our last release. For more detail please see
the change log below.

 http://karaf.apache.org/

This release is available from http://karaf.apache.org/downloads and Maven:

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

Release Notes:

** Sub-task
   * KARAF-269 - Update jetty bundle version in main karaf 2.1.1 pom.

** Bug
   * KARAF-17 - ANSI support not properly initialized when creating
an Karaf instances from WebConsole or JMX
   * KARAF-156 - command dev:dynamic-import does not work
   * KARAF-221 - When starting a bare karaf, a single bundle is
displayed when using osgi:list, we should display none
   * KARAF-232 - validate goal of features-maven-plugin should support wrap jar
   * KARAF-238 - SLF4J Duplicate bindings warning when using Equinox
   * KARAF-239 - Equinox Framework Extensions
   * KARAF-261 - Cannot run command admin on cygwin.
   * KARAF-265 - add-features-to-repo goal of features-maven-plugin
should support wrap jar with additional instructions
   * KARAF-268 - When installing a bundle from a feature with blancks
before / after the bundle url, those bundles are not loaded on restart
(on felix)

** Improvement
   * KARAF-234 - validate goal of features-maven-plugin should
support spring/blueprint/feature protocol prefix
   * KARAF-247 - Add J2SE-1.2 to org.osgi.framework.executionenvironment
   * KARAF-263 - Upgrade to Spring 3.0.4.RELEASE
   * KARAF-264 - Upgrade to Jetty 6.1.25

** New Feature
   * KARAF-225 - FeaturesService should publish OSGi events

Enjoy!

-The Karaf team