Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DependencyTrack/dependency-track
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DependencyTrack/dependency-track
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.10.x
Choose a head ref
  • 20 commits
  • 13 files changed
  • 4 contributors

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    4a25b47 View commit details
    Browse the repository at this point in the history
  2. Update release artifact checksums for 4.10.0

    Signed-off-by: Niklas <nscuro@protonmail.com>
    nscuro authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d3fbc56 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Fix notifications not being sent for child projects where active is…

    … `null`
    
    Fixes #3296
    
    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6ea5061 View commit details
    Browse the repository at this point in the history
  2. Fix NPE in VersionDistancePolicyEvaluator when project has no direc…

    …t dependencies
    
    Fixes #3295
    
    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4247785 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge pull request #3306 from nscuro/backport-pr-3305

    Backport: Fix notifications not being sent for child projects where `active` is `null`
    nscuro authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    34098b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3308 from nscuro/backport-pr-3307

    Backport: Fix NPE in VersionDistancePolicyEvaluator when project has no direct dependencies
    nscuro authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    ebf3748 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Add reproducer test for #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
    fd8d753 View commit details
    Browse the repository at this point in the history
  2. Fix ClassCastException when updating an existing `ProjectMetadata#a…

    …uthors` field
    
    Fixes #3309
    
    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    385c621 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
    8cb9eff View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Fix GitHub purl example in v4.10.0 changelog

    Without the version field there is a NullPointerException
    
    See #3299 
    
    Signed-off-by: Kristóf Havasi <lnksz@users.noreply.github.com>
    lnksz authored and nscuro committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    4613a41 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3312 from nscuro/backport-pr-3311

    Backport: Fix `ClassCastException` when updating an existing `ProjectMetadata#authors` field
    nscuro authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    d55746a View commit details
    Browse the repository at this point in the history
  3. feat: Improve Error handling and add default version type

    fixes #3299
    
    Signed-off-by: Jadyn Emma Jäger <jadyn@jadyn.dev>
    jadyndev authored and nscuro committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    46187e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Fix NVD API's last modified timestamp requiring restart to be applied

    The timestamp is created with value `null` in a context where L2 caching is enabled (`DefaultObjectGenerator`), but updated in one where L2 caching is disabled (`NistApiMirrorTask#updateLastModified`). What's more, it's queried in a context with L2 caching enabled (`NistApiMirrorTask#inform`). This causes the property to be updated, but the cache not being invalidated, thus still serving queries.
    
    To not have similar inconsistencies in other areas of the application, re-enable L2 caching when updating the property.
    
    Eventually, L2 caching should be disabled system-wide.
    
    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9f01f3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3323 from nscuro/backport-pr-3322

    Backport: Fix NVD API's last modified timestamp requiring restart to be applied
    nscuro authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    485c982 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3315 from nscuro/backport-pr-3313

    Backport: Improve Error handling and add default version type
    nscuro authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2f1135a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Add changelog for v4.10.1

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    213c830 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3327 from nscuro/v4.10.1-changelog

    Add changelog for v4.10.1
    nscuro authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4b4fce8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcb8e78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14fa344 View commit details
    Browse the repository at this point in the history
  5. Update release artifact checksums for 4.10.1

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    dbf06d0 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy