You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we come up with some improvement to avoid hardcoded versions (e.g. document providing as a parameter), or use some automation to update the version during release? (CC @leszko)
The text was updated successfully, but these errors were encountered:
@kwart , yeah it would nice it we could automate it. However, I think we would need to write some tests for the code samples (which may not be that easy). In other words, now you have an old version, but you're sure it works correctly, which is not that bad. The worst we could do is to update the version, but not check if it still works.
I'm not sure the bug is the right label, I'd mark it rather as "Enhancement".
I understand and I also don't like if anything breaks with a new version, but the code samples are released for specific version so users will not expect they work with an outdated ones.
Missing tests to verify the code works as expected with new Hazelcast versions is a common problem of majority of the samples. We really should resolve it somehow - either include tests here in the repo or have a separate testsuite. (CC @Holmistr )
Could we come up with some improvement to avoid hardcoded versions (e.g. document providing as a parameter), or use some automation to update the version during release? (CC @leszko)
The text was updated successfully, but these errors were encountered: