Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [websocket-dev] Can we start work?

Hi,

I wonder about this too, and also about the moment when it's actual possible to do make API changes (even if only in an experimental branch).

The RI just arrived at GitHub as well, see https://github.com/eclipse-ee4j/tyrus

From the JSF perspective we're still quite eager to fix this one: https://github.com/eclipse-ee4j/websocket-api/issues/240

Currently I have implemented a workaround in Mojarra that's reflective based, Tyrus specific, and nothing short of an ugly hack. I'd love to replace that by a proper solution.

Kind regards,
Arjan Tijms







On Wed, Mar 14, 2018 at 11:20 PM, Mark Thomas <markt@xxxxxxxxxx> wrote:
Hi all,

I see that the API code has made it to GitHub:
https://github.com/eclipse-ee4j/websocket-api

Woot!

Are we able to start committing?

I understand that we don't want to make any API changes at this point.
However, there are some bug reports like this one:
https://github.com/eclipse-ee4j/websocket-api/issues/208

that relate to copy/paste errors in the Javadoc which should be safe to fix.

Is there any reason we shouldn't start triaging the open bugs and fixing
issues like 208 that don't have an API impact?

Mark
_______________________________________________
websocket-dev mailing list
websocket-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/websocket-dev


Back to the top