Re: Missing jdk.net dependency

2020-10-28 Thread Oleg Cohen
Thank you, JB! It worked.

> On Oct 28, 2020, at 2:28 AM, Jean-Baptiste Onofre  wrote:
> 
> Hi Oleg,
> 
> It should be optional for mongodb.
> 
> Anyway, depending of the JDK you use, it’s provided by the JDK. So you can 
> add in etc/jre.properties.
> 
> Regards
> JB
> 
>> Le 27 oct. 2020 à 18:08, Oleg Cohen > > a écrit :
>> 
>> Greetings,
>> 
>> I ran into an issue when trying to use a new mongo driver. There seems to be 
>> a missing dependency on jdk.net 
>> 
>> missing requirement [org.mongodb.driver-core/4.1.1] osgi.wiring.package; 
>> filter:="(osgi.wiring.package=jdk.net )”]]
>> 
>> Is there any way I can add it to the bootstrap?
>> 
>> Thank you!
>> Oleg
> 



Re: Missing jdk.net dependency

2020-10-28 Thread Jean-Baptiste Onofre
Hi Oleg,

It should be optional for mongodb.

Anyway, depending of the JDK you use, it’s provided by the JDK. So you can add 
in etc/jre.properties.

Regards
JB

> Le 27 oct. 2020 à 18:08, Oleg Cohen  a écrit :
> 
> Greetings,
> 
> I ran into an issue when trying to use a new mongo driver. There seems to be 
> a missing dependency on jdk.net 
> 
> missing requirement [org.mongodb.driver-core/4.1.1] osgi.wiring.package; 
> filter:="(osgi.wiring.package=jdk.net )”]]
> 
> Is there any way I can add it to the bootstrap?
> 
> Thank you!
> Oleg



Missing jdk.net dependency

2020-10-27 Thread Oleg Cohen
Greetings,

I ran into an issue when trying to use a new mongo driver. There seems to be a 
missing dependency on jdk.net

missing requirement [org.mongodb.driver-core/4.1.1] osgi.wiring.package; 
filter:="(osgi.wiring.package=jdk.net)”]]

Is there any way I can add it to the bootstrap?

Thank you!
Oleg