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

walkerr edited comment on FELIX-783 at 10/21/08 2:42 AM:
------------------------------------------------------------

It looks like the codehause checked in JARs/POMs for these these may have a JDK 
dependency - trying to build under 1.4 throws the following error:

   [INFO] Compilation failure
   
E:\MiscProjs\felix\http.jetty\src\main\java\org\apache\felix\http\jetty\Activator.java:[29,-1]
 cannot access org.mortbay.jetty.security.SslSelectChannelConnector
   bad class file: C:\Documents and 
Settings\robw\.m2\repository\org\mortbay\jetty\jetty-sslengine\6.1.12.rc3\jetty-sslengine-6.1.12.rc3.jar(org/mortbay/jetty/security
   /SslSelectChannelConnector.class)
   class file has wrong version 49.0, should be 48.0

Will revisit this issue once Felix moves to a base JDK level of 1.5

==

A quick code review of SslSelectChannelConnector confirms that it uses 
generics, and hence will need to wait for decision to move up to 1.5 for 
standard build

      was (Author: walkerr):
    It looks like the codehause checked in JARs/POMs for these these may have a 
JDK dependency - trying to build under 1.4 throws the following error:

   [INFO] Compilation failure
   
E:\MiscProjs\felix\http.jetty\src\main\java\org\apache\felix\http\jetty\Activator.java:[29,-1]
 cannot access org.mortbay.jetty.security.SslSelectChannelConnector
   bad class file: C:\Documents and 
Settings\robw\.m2\repository\org\mortbay\jetty\jetty-sslengine\6.1.12.rc3\jetty-sslengine-6.1.12.rc3.jar(org/mortbay/jetty/security
   /SslSelectChannelConnector.class)
   class file has wrong version 49.0, should be 48.0

Will revisit this issue once Felix moves to a base JDK level of 1.5
  
> 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
>            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