Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSE API and implementation in Nima #6096

Merged
merged 24 commits into from
Feb 28, 2023
Merged

Commits on Feb 2, 2023

  1. Initial SSE prototype.

    spericas committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7032c24 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Added one more test.

    Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f40dc2a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    47b8524 View commit details
    Browse the repository at this point in the history
  2. Restored changes to webserver package.

    Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e9e0d6b View commit details
    Browse the repository at this point in the history
  3. Fixed copyright and checkstyle problems.

    Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7912615 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Integration with media types and MediaTypeSupport. Each SSE event can…

    … be given a different media type for serialization. Additional testing.
    spericas committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    08e9dfb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    3636074 View commit details
    Browse the repository at this point in the history
  2. Copyright and checkstyle.

    Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    08aac5b View commit details
    Browse the repository at this point in the history
  3. Basic handling for sink events in ServerResponseBase class. Use singl…

    …e class to implement SseSink.
    spericas committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0be551b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    316ef4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e73002e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Improved handling of content negotiation. Small tweak to SPI to acces…

    …s request information.
    spericas committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1ff0312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26b7ece View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. New SPI for handling sources in WebClient. Basic implementation for S…

    …SE. Lots of refactoring and a new test.
    spericas committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    52f1f09 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Improved client SSE stream parser with support for comments, events, …

    …IDs, etc. Fixed pom problem.
    spericas committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    043638e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    226d48e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    f6a8803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    569ef04 View commit details
    Browse the repository at this point in the history
  3. Fixed javadoc.

    Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    b6ddb95 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    4f7478a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b5a220 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Some cleanup of SseEvent class and an additional test class that veri…

    …fy unexpected conditions.
    spericas committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    1633b53 View commit details
    Browse the repository at this point in the history
  2. POM cleanup.

    spericas committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    64e1471 View commit details
    Browse the repository at this point in the history
  3. Removed comment.

    Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    235eb7d View commit details
    Browse the repository at this point in the history