Hubert FONGARNAND

Results 12 comments of Hubert FONGARNAND

`nc -l -u localhost 7355 | padsp -- ./dsd -i - -o /dev/dsp -v 2`

Same problem, revert to 3.3.6 fix all problems. The problem is related with multipart bulk uploads

Same problem with fedora...

I'm testing your branch, with only a mirror configured for central. No profiles activated. It doesn't seems to work ~/.m2/settings.xml ``` remote-maven-central https://xxxxxxxx/artifactory/remote-maven-central central ``` logs : ```` DEBUG [pom]...

Just added a log here : ```` diff --git a/pkg/dependency/parser/java/pom/generic.go b/pkg/dependency/parser/java/pom/generic.go index faa2a406..b45b308b 100644 --- a/pkg/dependency/parser/java/pom/generic.go +++ b/pkg/dependency/parser/java/pom/generic.go @@ -44,7 +44,13 @@ func containsByID[T Identifiable](items []T, id string) bool {...

The missing test case is pom without repositories - settings with only central mirror

Ok, your solution with adding the central repo in settings works. ```` 2025-07-08T15:43:03+02:00 DEBUG [pom] applyMirrorSettingsForRepositories repositoriesCount=1 mirrorsCount=1 2025-07-08T15:43:03+02:00 DEBUG [pom] Checking repository for mirror repositoryID="central" repository.URL="https://repo1.maven.org/maven2/" 2025-07-08T15:43:03+02:00 DEBUG [pom]...

```` remote-maven-central https://xxxxx/artifactory/remote-maven-central * central-repo true central https://repo1.maven.org/maven2/ true false ````