[ 
https://issues.apache.org/jira/browse/FELIX-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667964#action_12667964
 ] 

Marcel Offermans commented on FELIX-783:
----------------------------------------

How about refactoring the Activator so it will not attempt to load any of the 
1.5 classes unless you actually use NIO and SSL? That would mean this feature 
needs 1.5 but the rest would remain 1.4 compatible.

About being 1.5 dependent, this is an interesting topic of discussion. My take 
is that we can determine for each bundle what execution environment it is 
compatible with. Something that uses Jetty is not actually that lightweight 
that it makes much sense in an embedded environment. If you look at desktops, 
then at least Sun does not even support 1.4 anymore (it was end of life'd last 
november). Even 1.5 (Java 5) will be end of life'd soon (this november) for 
that matter.


> Migrate HTTPS support to new Jetty NIO classes
> ----------------------------------------------
>
>                 Key: FELIX-783
>                 URL: https://issues.apache.org/jira/browse/FELIX-783
>             Project: Felix
>          Issue Type: Improvement
>          Components: HTTP Service
>            Reporter: Rob Walker
>            Assignee: Marcel Offermans
>            Priority: Minor
>
> The Jetty6 migration takes advantage of the new Jetty NIO socket classes but 
> only for the HTTP port. There are also new NIO classes in Jetty for SSL 
> sockets, which presumably will offer similar scalability and performance 
> benefits.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to