diff --git a/README.md b/README.md index b583ecf4f00b751d5e56c6e11e40cecd13fb6ced..03206722a241c54e1a24afe96acfca4dad309eb3 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Für jede der oben genannten Regeln erhält die Commit-Nachricht maximal einen P ## Bewertung von 5 Git Commit Messages (Excel-Tabelle "Good") | Commit Message | Score by ChatGPT | Score by Copilot | |-----------------|-------------------|-------------------| -| Fix crash on login due to null user token | 4 | | -| Rework the @PropertySource parsing logic recently changed in commit 7c608886 to deal with the same source appearing on a @Configuration class and an @Import class | 4 | | -| Issue: SPR-12059 | 1 | | -| Update HierarchicalUriComponents.toUri() to only prepend a missing '/' when the scheme, user info, host or port are specified. This makes the toUri() method behave in the same way as .toUriString() and allows relative URIs to be created. | 5 | | -| UriComponentsBuilder supports query without value | 4 | | \ No newline at end of file +| Fix crash on login due to null user token | 4 | 4 | +| Rework the @PropertySource parsing logic recently changed in commit 7c608886 to deal with the same source appearing on a @Configuration class and an @Import class | 4 | 4 | +| Issue: SPR-12059 | 1 | 1 | +| Update HierarchicalUriComponents.toUri() to only prepend a missing '/' when the scheme, user info, host or port are specified. This makes the toUri() method behave in the same way as .toUriString() and allows relative URIs to be created. | 5 | 4 | +| UriComponentsBuilder supports query without value | 1 | 1 | \ No newline at end of file