Update gradle to version 9.2.0 and migrate to java 25#34
Update gradle to version 9.2.0 and migrate to java 25#34bockthom wants to merge 1 commit intose-sic:masterfrom
Conversation
|
@Leo-Send I noticed a few differences in the log output that worry me. As I had to update the java version on our cluster container, I updated it to the most recent version. However, I am not sure whether the unexpected log outputs are due to your changes in PR #31 and PR #33, or whether these changes are due to updating to Java 25. Could you please check by our next meeting whether your can encounter the following changes on you machine using your test repos as well using your previously used java version, and if not, whether you code works on your machine using Java 25 as expected or not. In particular, I noticed the following differences: Previously, we received log output like this: Now, these INFO outputs for querying an URL are completely gone. Instead, we have thousands of warnings like the following: And after this set of warnings, another set of warnings follows: A quick check revealed that these two kinds of warnings come from the dependency GitWrapper: Warning "Failed to resolve ... to its unique SHA1 hash": Warning "Failed to obtain information about commit ...": The resulting output json file looks normal, though. But I am wondering what happens to all these commit hashes that cannot be resolved and cause these warnings 🤔 So @Leo-Send, could you please check the following:
|
Since the last gradle and java version updates have been made a couple of years ago, it is time for a major version update now again.