Skip to content

Conversation

@eric-milles
Copy link
Member

No description provided.

@maartenc
Copy link
Contributor

maartenc commented Aug 8, 2025

Could you explain a bit more what this actually fixes ?

@eric-milles
Copy link
Member Author

If, for example, name attribute is left off ibiblio element in ivysettings, there are setProperty calls that try to put null into the properties file. Everything else runs fine without this property, so treat put null as remove.

@maartenc
Copy link
Contributor

The resolver name is used in some use-cases afterwards.
If I look at the documentation, it mentions that the name attribute on a resolver is mandatory.
Perhaps we should check this and throw some kind of validation error if this attribute isn't specified?

@eric-milles
Copy link
Member Author

That may be worth a separate jira ticket. I ran into a situation where resolve failed for NPE on setProperty. Adding this to allow null to function as remove allowed resolve to proceed properly.

@eric-milles
Copy link
Member Author

@maartenc I'd like to see my PRs get reviewed and merged. I'd be happy to take a look at some other issue tickets or something if that would help ease the burden. It did mention in some the my jira tickets that a PR would be easier to handle.

@maartenc
Copy link
Contributor

Hi @eric-milles , yes, I will review all your PR's, many thanks for you contributions, it's greatly appriciated !! :-)
It takes some time, it's very busy at the moment... but I do my best to finish this before the end of august.

You could help a bit more and make the reviewing easier by not adding code-reformatting changes to it.
Having such unrelated changes makes it more difficult to review.

@eric-milles
Copy link
Member Author

Sorry about some of the extra edits. The format is hard to work around, so there tend to be some minor cleanup as I work through an issue. Once this set of PRs gets in, the project settings will be refreshed and there will be less need to touch quite so many lines.

@eric-milles eric-milles marked this pull request as draft September 3, 2025 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants