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

Extract inbound tcp and websocket connection flow to separate classes, unify retrying #773

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2024

  1. Extract EndpointConnectors with 2 implementions

    A more ambitious attempt to extract logic from Engine into separate
    classes
    Vlatombe committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fb1338a View commit details
    Browse the repository at this point in the history
  2. Spotless

    Vlatombe committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a255435 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Simplify

    Vlatombe committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9f25128 View commit details
    Browse the repository at this point in the history
  2. Extract JNLPEndpointResolver out of InboundTCPConnector

    Reorganize code, javadoc
    Vlatombe committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b4c9850 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    02f8a57 View commit details
    Browse the repository at this point in the history
  2. Move to JDK17

    And implement records
    Vlatombe committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6a1ce9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f312a View commit details
    Browse the repository at this point in the history
  4. Javadoc

    Vlatombe committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1ecdd9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ba77f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bc0d04 View commit details
    Browse the repository at this point in the history
  7. Spotbugs

    Vlatombe committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    55ef806 View commit details
    Browse the repository at this point in the history
  8. Fix delay

    Vlatombe committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    887773e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21150c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b1ab2a View commit details
    Browse the repository at this point in the history
  11. Simplify loop

    Vlatombe committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0d7cb97 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. RetryUtils is not public

    Vlatombe committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    23276a1 View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    timja authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c3a646c View commit details
    Browse the repository at this point in the history
  3. Update pom.xml

    timja authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    325f332 View commit details
    Browse the repository at this point in the history
  4. Update jvm.config

    timja authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    04af69d View commit details
    Browse the repository at this point in the history