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

Feature/interlok 4149 jdbc retrystore #1254

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    3a24ba8 View commit details
    Browse the repository at this point in the history
  2. changing access modifiers to public on getters and setters and consta…

    …nts so the required classes can access it still now they have been moved to another package.
    jameswickham committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3956438 View commit details
    Browse the repository at this point in the history
  3. removing unimplemented methods from the RetryStore interface and clas…

    …ses that implement it.
    
    Services have now been split out so no longer need to use the same interface.
    jameswickham committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2a3fb21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12e9fb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. correcting retry-store properties file path and adding back a uni tes…

    …t property removed by mistake.
    jameswickham committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d5aa712 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. not part of this change but it kept flagging as an error during javad…

    …oc generation so I've fixed it.
    jameswickham committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    95c8d53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    049d398 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac67a8a View commit details
    Browse the repository at this point in the history
  4. updating access modifiers so they don't have unessisary visibility.

    correcting javadocs
    updating how we handle the service's state
    jameswickham committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6ff7842 View commit details
    Browse the repository at this point in the history
  5. writing unit tests

    jameswickham committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    292344e View commit details
    Browse the repository at this point in the history