Jan-Jelle Kester
Jan-Jelle Kester
The goal of [MPH-183](https://issues.apache.org/jira/browse/MPH-183) is to print via which BOM(s) a dependencyManagement dependency got in the effective POM in case of dependencyManagement import. MNG-7344 implements the required tracking in Maven...
(As pointed out in #36) **Proposed solution:** - Make connecting signals optional (but do it by default) when registering a model - Create an easy to use method for creating...
Currently, as discovered in https://github.com/jjkester/django-auditlog/issues/8, Auditlog does not behave well when it comes to related data. The following needs improvement: - Handle fixture loading (https://github.com/jjkester/django-auditlog/issues/8) - Make sure (test) that...
The `CompositionLocal`s that Koin uses only work when the (`GlobalContext`) Koin application is not changed at runtime, see #1557 #### Option 1: The `KoinApplication` composable The Koin application is looked...
The goal of [MPH-183](https://issues.apache.org/jira/browse/MPH-183) is to print via which BOM(s) a dependency got in the effective POM. Related MNG-7344 PR that introduces the necessary changes in the model: https://github.com/apache/maven/pull/603 Method...