Skip to content

Incorrect Getting Started example: https://quarkus.io/guides/websockets-next-tutorial #44313

Open
@flowt-au

Description

Just looking at websockets-next and noticed the Getting Started example is using the old websocket extension. ie --extension='websockets'.

Current:

quarkus create app org.acme:websockets-quickstart \
    --extension='websockets' \
    --no-code
cd websockets-quickstart

Maybe this instead?

quarkus create app org.acme:websockets-next-quickstart \
    --extension='websockets-next' \
    --no-code
cd websockets-next-quickstart

Murray

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions