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

Properly display conversations on junior node after plugin reload #209

Merged
merged 12 commits into from
Dec 16, 2021

Commits on Dec 9, 2021

  1. fixes igniterealtime#120: use string representations for all specific…

    … monitoring plugin objects that are exchanged with other cluster nodes in task execution
    Emiel van der Herberg committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    fa62c9b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Make getXmlSerializer() thread-safe

    Creating the JAXB context might be somewhat resource intensive. As we're lazily initializing things, we'd better guard against multiple threads trying to do the same.
    guusdk committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    46ad6d6 View commit details
    Browse the repository at this point in the history
  2. Never completely ignore exceptions that are unexpected.

    Pet peeve. I've battled to many bugs that would've been very easy to fix when some kind of unexpected exception wasn't ignored.
    guusdk committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    472a3b8 View commit details
    Browse the repository at this point in the history
  3. Rethrowing marshalling issues as checked exceptions

    Much of the code that depends on this declares IOExceptions to happen when serialization fails. We might as well make use of that.
    guusdk committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    534e266 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    376a45a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d90ae78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c049d9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a9dd38 View commit details
    Browse the repository at this point in the history
  8. Removed redundant casts

    guusdk committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    8958e68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d626fa4 View commit details
    Browse the repository at this point in the history
  10. Apply generics

    guusdk committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    60a873f View commit details
    Browse the repository at this point in the history
  11. Explicitly log class names

    guusdk committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    3365c72 View commit details
    Browse the repository at this point in the history