You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ralph Schaer <ra...@gmail.com> on 2014/02/20 09:10:43 UTC

Websocket classes in tomcat-embed-core-7.0.52.jar

Hi

The embedded core jar 7.0.52 no longer contains the websocket classes.
It only contains an empty org.apache.tomcat.websocket package

Version 7.0.50 of the embedded core contains all the websocket classes.

Is this a intentional change or maybe a bug in the build process?

Ralph

Re: Websocket classes in tomcat-embed-core-7.0.52.jar

Posted by Mark Thomas <ma...@apache.org>.
On 20/02/2014 08:31, Ralph Schaer wrote:
> Thanks a lot. Was not aware that this is now in a separate package.
> Ralph

I'm just going through the build script to fix the various places where
we end up shipping JARs with an empty package because the contents of
that package is in a different JAR. Those changes will be in the next
releases of 8.0.x and 7.0.x.

Mark


> 
> 
> On Thu, Feb 20, 2014 at 9:20 AM, Jacopo Cappellato <
> jacopo.cappellato@gmail.com> wrote:
> 
>> On Feb 20, 2014, at 9:10 AM, Ralph Schaer <ra...@gmail.com> wrote:
>>
>>> Hi
>>>
>>> The embedded core jar 7.0.52 no longer contains the websocket classes.
>>> It only contains an empty org.apache.tomcat.websocket package
>>>
>>> Version 7.0.50 of the embedded core contains all the websocket classes.
>>>
>>> Is this a intentional change or maybe a bug in the build process?
>>
>> This is true, however the embedded distribution now has a separate jar
>> with the websockets implementation:
>>
>> tomcat7-embed-websocket.jar
>>
>> Jacopo
>>
>>
>>>
>>> Ralph
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Websocket classes in tomcat-embed-core-7.0.52.jar

Posted by Ralph Schaer <ra...@gmail.com>.
Thanks a lot. Was not aware that this is now in a separate package.
Ralph


On Thu, Feb 20, 2014 at 9:20 AM, Jacopo Cappellato <
jacopo.cappellato@gmail.com> wrote:

> On Feb 20, 2014, at 9:10 AM, Ralph Schaer <ra...@gmail.com> wrote:
>
> > Hi
> >
> > The embedded core jar 7.0.52 no longer contains the websocket classes.
> > It only contains an empty org.apache.tomcat.websocket package
> >
> > Version 7.0.50 of the embedded core contains all the websocket classes.
> >
> > Is this a intentional change or maybe a bug in the build process?
>
> This is true, however the embedded distribution now has a separate jar
> with the websockets implementation:
>
> tomcat7-embed-websocket.jar
>
> Jacopo
>
>
> >
> > Ralph
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: Websocket classes in tomcat-embed-core-7.0.52.jar

Posted by Jacopo Cappellato <ja...@gmail.com>.
On Feb 20, 2014, at 9:10 AM, Ralph Schaer <ra...@gmail.com> wrote:

> Hi
> 
> The embedded core jar 7.0.52 no longer contains the websocket classes.
> It only contains an empty org.apache.tomcat.websocket package
> 
> Version 7.0.50 of the embedded core contains all the websocket classes.
> 
> Is this a intentional change or maybe a bug in the build process?

This is true, however the embedded distribution now has a separate jar with the websockets implementation:

tomcat7-embed-websocket.jar

Jacopo


> 
> Ralph


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org