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

Verticles: Make deployment synchronous #2313

Merged
merged 7 commits into from
Mar 4, 2024

Commits on Apr 24, 2023

  1. Added InitializableVerticle, which will signal when verticle has been…

    … fully initialized/failed to initialize, so that asynchronous initialization will become synchronous
    And1sS committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9c166ca View commit details
    Browse the repository at this point in the history
  2. Styling fixes

    And1sS committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    cee13a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d28418 View commit details
    Browse the repository at this point in the history
  4. Slightly changed contract to force child classes not to forget about …

    …calling completion methods
    And1sS committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    38416ce View commit details
    Browse the repository at this point in the history
  5. corrected docs

    And1sS committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    37fc05c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Minor refactorings.

    And1sS committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9f029fc View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge branch 'verticles' into verticles-synchronous-init

    # Conflicts:
    #	src/main/java/org/prebid/server/vertx/verticles/VerticleDeployer.java
    And1sS committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e3717f5 View commit details
    Browse the repository at this point in the history