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

Cargotracker discoveries part one #24335

Merged
merged 5 commits into from
Mar 8, 2023

Commits on Mar 6, 2023

  1. Fixed ArrayIndexOutOfBoundsException in ActiveOutboundResourceAdapter

    Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
    dmatej committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    8e8c514 View commit details
    Browse the repository at this point in the history
  2. Fixed NPE in BaseContainer

    - interceptorManager could be null
    
    Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
    dmatej committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5e2fbf8 View commit details
    Browse the repository at this point in the history
  3. Fixed NPE in ConnectorsUtil

    Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
    dmatej committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    2444c0c View commit details
    Browse the repository at this point in the history
  4. ConnectorRuntimeException vs Serializable

    Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
    dmatej committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    158d2e6 View commit details
    Browse the repository at this point in the history
  5. If the pool could not be found, don't throw RuntimeException but retu…

    …rn null
    
    - all callers were not prepared for RTE except one; that can handle null.
    
    Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
    dmatej committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    7325902 View commit details
    Browse the repository at this point in the history