Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] execution env for httpclient 3.1.0

A bundle that expresses a Bundle-RequiredExcecutionEnvironment: J2SE-1.2
must be able to run on J2SE-1.4 and higher.  I would like to understand
what issue you see when the bundle does not also list J2SE-1.4.

Tom




                                                                                                                             
  From:       David M Williams/Raleigh/IBM@IBMUS                                                                             
                                                                                                                             
  To:         Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>,                                                            
                                                                                                                             
  Date:       01/04/2012 08:51 AM                                                                                            
                                                                                                                             
  Subject:    Re: [orbit-dev] execution env for httpclient 3.1.0                                                             
                                                                                                                             






Yes, to open a bug would be the way to go:

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Orbit&component=bundles

Normally a bundle can be executed at a higher EE than specified in its
BREE, so be sure to explain why that's not the case here (I know, not all
are perfect supersets, but I forget which are which ... or, perhaps it is
for PDE reasons? ... all good topics to document in the bugzilla).

Thanks,





From:		 Scott Lewis <slewis@xxxxxxxxxxxxx>
To:		 Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>,
Date:		 01/04/2012 09:03 AM
Subject:		 [orbit-dev] execution env for httpclient 3.1.0
Sent by:		 orbit-dev-bounces@xxxxxxxxxxx



Hi Orbiters,

ECF consumes/uses httpclient 3.1.0 from Orbit and I've found that the
current required execution environment for the httpclient 3.1.0 branch is:

Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
  J2SE-1.2

We have consumers that would like to use ECF's OSGi remote
services...and httpclient 3.1.0...as part of Virgo Nano...but
unfortunately, we've found that Virgo Nano only provides J2SE-1.4 and
above...so we would like to request that the httpclient 3.1.0 manifest
be enhanced to include j2se 1.4...i.e.:

Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
  J2SE-1.2,
  J2SE-1.4

I'm not sure who the httpclient 3.1.0 maintainer is within the Orbit
project (it's also consumed by the platform I believe) but we would like
to request this change, if at all possible.   Please let me know if a
bug is needed/desired for this.

Thanks,

Scott


_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev



_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev






Back to the top