-
Notifications
You must be signed in to change notification settings - Fork 12
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
2.3.5 breaks backward compatibility #80
Comments
Hey @vtintillier - I'm happy for you to make a PR with those changes in it. I'm not sure if they'll solve your problem. You may also need Do you need to subclass SystemProperties in your code? What does that achieve? Composition might be easier. You can create your own system stub objects if you inherit the right interface and have a default constructor... However, that's potentially off-topic. Please submit the PR and I'll do my best to approve and release it. |
In fact, in our case, we just need to get a
I think it was historically done like that in our codebase because we migrated from the |
@vtintillier - thanks for your contribution. I've initiated a release process. The 2.1.6 version should be live in a few hours. |
Hello,
This was working before but no longer does:
This is due to the introduction of
SystemPropertiesImpl
and moving theset
implementation there (in #75).It seems given how
SystemPropertiesImpl
is used, we could fix the issue (and the same issue mentioned here), by doing this:Would you agree to this?
Thanks
Thanks a lot.
The text was updated successfully, but these errors were encountered: