Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rt-pmc] Works With: sun http server Version: 20070405

thankfully they are available in maven central now that java.net repo
has been migrated :)

http://repo2.maven.org/maven2/com/sun/net/httpserver/http/20070405/

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Tue, Aug 23, 2011 at 11:45, Doug Clarke <douglas.clarke@xxxxxxxxxx> wrote:
> +1
>
> We have some works with dependencies similar to this in the EclipseLink project. The challenge is how you compile these classes as your works-with dependencies are not generally available on the Eclipse build servers.
>
> Doug
>
> On 2011-08-23, at 10:40 AM, Jesse McConnell <jesse.mcconnell@xxxxxxxxx> wrote:
>
>> http://dev.eclipse.org/ipzilla/show_bug.cgi?id=4855
>>
>> This CQ is at the state now that I am supposed to discuss with the
>> rt-pmc and get approval from you all.
>>
>> Basically I have a different CQ containing code from the codehaus I am
>> trying to bring over to eclipse.  It has a dependency on this package
>> which is inside of the standard JDK but not an official java class
>> (its com.sun).
>>
>> We believe it is a classic works with because while we need to compile
>> against it, the compiled code will not really work outside of the sun
>> jvm unless those classes are pulled along with it...which we are not
>> planning on doing.  We just want to bring a bit of code over from the
>> codehaus so its in a more actively maintained development environment.
>> We have other folks hoping to make contributions to the module to add
>> in web services support to the core server.
>>
>> This implementation is basically offering an alternative to the
>> standard sun http server with one backed by jetty.
>>
>> Since I don't know what there is really to _discuss_ I'll just call a
>> vote and folks can -1/0/+1 the issue.
>>
>> I'll leave this as open for 48 hours and then summarize and pass back
>> to the CQ for further lawyer review.
>>
>> +1 from me
>>
>> cheers,
>> jesse
>>
>> --
>> jesse mcconnell
>> jesse.mcconnell@xxxxxxxxx
>> _______________________________________________
>> rt-pmc mailing list
>> rt-pmc@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/rt-pmc
> _______________________________________________
> rt-pmc mailing list
> rt-pmc@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/rt-pmc
>


Back to the top