Issue karaf 4.2.15 with OpenJDK 11

2022-08-30 Thread Vamsikrishna Koka
Hi Team,

Currently, We are using KRAF 4.2.15 with JDK 8. Now we are trying to upgrade 
OpenJDK 11 but I could able to bring it up karaf due to given below issue.

karaf.bat: Enabling Java debug options: 
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
WARNING: package org.apache.karaf.specs.locator not in java.base
Listening for transport dt_socket at address: 5005
Error: Could not find or load main class 
Krishna\Downloads\apache-karaf-4.2.15\bin\..\lib\endorsed\org.apache.karaf.specs.locator-4.2.15.jar
Caused by: java.lang.ClassNotFoundException: 
Krishna\Downloads\apache-karaf-4/2/15\bin\//\lib\endorsed\org/apache/karaf/specs/locator-4/2/15/jar


Thanks,
VamsiKrishna
Software Engineer

Mob: +91 9381078936

[Motivitylabs - Enabling Mobile Enterprises]
US: 222 W. Las Colinas Blvd.
Suite 755 East
Irving, TX 75039
Ph:+1-214-730-0798
INDIA: 9th & 10th floor, Water Mark Building, Kondapur, Hitech City,
Hyderabad 500 084, Telangana.
Ph:+91-40-4651-5454
Confidentiality Note: This message is confidential. It may also be privileged 
or otherwise protected by work product immunity or other legal rules. This 
email and any files transmitted with it are confidential and intended solely 
for the use of the individual or entity to whom they ar




RE: Issue karaf 4.2.15 with OpenJDK 11

2022-08-30 Thread Vamsikrishna Koka
+ us...@infra.apache.org

From: Vamsikrishna Koka
Sent: Tuesday, August 30, 2022 10:54 PM
To: dev@karaf.apache.org
Subject: Issue karaf 4.2.15 with OpenJDK 11

Hi Team,

Currently, We are using KRAF 4.2.15 with JDK 8. Now we are trying to upgrade 
OpenJDK 11 but I could able to bring it up karaf due to given below issue.

karaf.bat: Enabling Java debug options: 
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
WARNING: package org.apache.karaf.specs.locator not in java.base
Listening for transport dt_socket at address: 5005
Error: Could not find or load main class 
Krishna\Downloads\apache-karaf-4.2.15\bin\..\lib\endorsed\org.apache.karaf.specs.locator-4.2.15.jar
Caused by: java.lang.ClassNotFoundException: 
Krishna\Downloads\apache-karaf-4/2/15\bin\//\lib\endorsed\org/apache/karaf/specs/locator-4/2/15/jar


Thanks,
VamsiKrishna
Software Engineer

Mob: +91 9381078936

[Motivitylabs - Enabling Mobile Enterprises]
US: 222 W. Las Colinas Blvd.
Suite 755 East
Irving, TX 75039
Ph:+1-214-730-0798
INDIA: 9th & 10th floor, Water Mark Building, Kondapur, Hitech City,
Hyderabad 500 084, Telangana.
Ph:+91-40-4651-5454
Confidentiality Note: This message is confidential. It may also be privileged 
or otherwise protected by work product immunity or other legal rules. This 
email and any files transmitted with it are confidential and intended solely 
for the use of the individual or entity to whom they ar




problem installing camel-spring-redis in Apache Karaf 4.2.15

2022-08-30 Thread z8...@yahoo.com.ar.INVALID
Hi, I'm trying to install the camel-spring-redis module, but it's throwing a 
dependency error:
karaf@root()> feature:install camel-spring-redis

Error executing command: Unable to resolve root: missing requirement [root] 
osgi.identity; osgi.identity=camel-spring-redis; type=karaf.feature; 
version="[2.24.2,2.24.2]"; 
filter:="(&(osgi.identity=camel-spring-redis)(type=karaf.feature)(version>=2.24.2)(version<=2.24.2))"
 [caused by: Unable to resolve camel-spring-redis/2.24.2: missing requirement 
[camel-spring-redis/2.24.2] osgi.identity; 
osgi.identity=org.apache.camel.camel-spring-redis; type=osgi.bundle; 
version="[2.24.2,2.24.2]"; resolution:=mandatory [caused by: Unable to resolve 
org.apache.camel.camel-spring-redis/2.24.2: missing requirement 
[org.apache.camel.camel-spring-redis/2.24.2] osgi.wiring.package; 
filter:="(&(osgi.wiring.package=org.springframework.data.geo)(version>=1.0.0)(!(version>=2.0.0)))"]]

I've already installed almost all spring features, but nothing seems to export 
org.springframework.data.geo. I'm using camel 2.24.2.
Could anybody install camel-spring-redis on karaf?Thanks in advanced 


Re: [ANN] Pax Logging 2.2.0, 2.1.4, 2.0.19, 1.12.3, 1.11.17 released (5 versions)

2022-08-30 Thread Grzegorz Grzybek
Hello

TL;DR: I've created
https://github.com/ops4j/org.ops4j.pax.logging/issues/504 to track this.

I saw yesterday that Logback has finally released (two days ago) versions
1.3.0 and 1.4.0 (simultaneously) which are working with SLF4J 2.0 (released
<2 weeks ago).

Sure, it'd be good to have Pax Logging using SLF4J2, but with two
restrictions:

   - it has to be compatible with SLF4J 1.7.x (thus exporting `org.slf4j`
   package with older versions too)
   - it won't happen in all the branches I've released yesterday (1.11.x,
   1.12.x, 2.0.x, 2.1.x and 2.2.x).

Probably it'll be Pax Logging 2.3.x, but maybe (because it's not breaking
API change) 2.2.x.

WDYT @jbono...@apache.org  ?

kind regards
Grzegorz Grzybek

wt., 30 sie 2022 o 10:47 Mark Derricutt  napisał(a):

> Awesome!
>
> I was wondering the other day about support for the new SLFJ 2.0 that’s
> just come out, is there any Pax Logging that supports that yet (along with
> the 1.x SLF4j) ?  ( or maybe the next version )
>
> Mark
>
> On 29/08/2022 at 11:00:13 PM, Grzegorz Grzybek 
> wrote:
>
> > Hello
> >
> > First - to lower some confusion about Pax Logging versions, I've created
> a
> > handy (I hope) https://github.com/ops4j/org.ops4j.pax.logging#versions
> > page.
> >
> > Just to refresh some dependencies, I've released 4 versions of minor
> > releases with reload4j dependency upgrade:
> >
> >   - 2.1.4 - R7 without Log4j1 backend
> >   - 2.0.19 - R7 with Log4j1 backend
> >   - 1.12.3 - R6 without Log4j1 backend
> >   - 1.11.17 - R6 with Log4j1 backend
> >
> > Additionally, there's a new release 2.2.0, which exports
> > "org.osgi.service.log" package with version 1.5 (OSGi R8).
> >
> > All the release notes can be found using the following links:
> >
> >   - 2.2.0:
> >   https://github.com/ops4j/org.ops4j.pax.logging/milestone/84?closed=1
> >   - 2.1.4:
> >   https://github.com/ops4j/org.ops4j.pax.logging/milestone/96?closed=1
> >   - 2.0.19:
> >   https://github.com/ops4j/org.ops4j.pax.logging/milestone/99?closed=1
> >   
> >   - 1.12.3:
> >   https://github.com/ops4j/org.ops4j.pax.logging/milestone/100?closed=1
> >   - 1.11.17:
> >   https://github.com/ops4j/org.ops4j.pax.logging/milestone/101?closed=1
> >
> > kind regards
> > Grzegorz Grzybek
> >
>


Re: [ANN] Pax Logging 2.2.0, 2.1.4, 2.0.19, 1.12.3, 1.11.17 released (5 versions)

2022-08-30 Thread Mark Derricutt
Awesome!

I was wondering the other day about support for the new SLFJ 2.0 that’s
just come out, is there any Pax Logging that supports that yet (along with
the 1.x SLF4j) ?  ( or maybe the next version )

Mark

On 29/08/2022 at 11:00:13 PM, Grzegorz Grzybek  wrote:

> Hello
>
> First - to lower some confusion about Pax Logging versions, I've created a
> handy (I hope) https://github.com/ops4j/org.ops4j.pax.logging#versions
> page.
>
> Just to refresh some dependencies, I've released 4 versions of minor
> releases with reload4j dependency upgrade:
>
>   - 2.1.4 - R7 without Log4j1 backend
>   - 2.0.19 - R7 with Log4j1 backend
>   - 1.12.3 - R6 without Log4j1 backend
>   - 1.11.17 - R6 with Log4j1 backend
>
> Additionally, there's a new release 2.2.0, which exports
> "org.osgi.service.log" package with version 1.5 (OSGi R8).
>
> All the release notes can be found using the following links:
>
>   - 2.2.0:
>   https://github.com/ops4j/org.ops4j.pax.logging/milestone/84?closed=1
>   - 2.1.4:
>   https://github.com/ops4j/org.ops4j.pax.logging/milestone/96?closed=1
>   - 2.0.19:
>   https://github.com/ops4j/org.ops4j.pax.logging/milestone/99?closed=1
>   
>   - 1.12.3:
>   https://github.com/ops4j/org.ops4j.pax.logging/milestone/100?closed=1
>   - 1.11.17:
>   https://github.com/ops4j/org.ops4j.pax.logging/milestone/101?closed=1
>
> kind regards
> Grzegorz Grzybek
>