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

Fix ClassCastException when updating an existing ProjectMetadata#authors field #3311

Merged
merged 3 commits into from
Dec 17, 2023

Commits on Dec 16, 2023

  1. Add reproducer test for DependencyTrack#3309

    Updating an existing `ProjectMetadata#authors` value fails due to a DataNucleus-internal casting error.
    
    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    63d0c4f View commit details
    Browse the repository at this point in the history
  2. Fix ClassCastException when updating an existing `ProjectMetadata#a…

    …uthors` field
    
    Fixes DependencyTrack#3309
    
    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2eb0b4e View commit details
    Browse the repository at this point in the history
  3. Ensure ArrayList conversion is null safe

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    7af7026 View commit details
    Browse the repository at this point in the history