diff --git a/README.md b/README.md index 8589d6aae6470e2767f4ea6e34d23cd0f50c688a..116370114459dce1cb58a34e1f476b5e328110b2 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,8 @@ Für jede der oben genannten Regeln erhält die Commit-Nachricht maximal einen P ## Bewertung von 5 Git Commit Messages (Excel-Tabelle "Bad") | Commit Message | Score by ChatGPT | Score by Copilot | |-----------------|-------------------|-------------------| -| refactoring .testsuite .aop.aspectj tests in preparation for migration to .context | 3 | | -| re-adding mock.jndi.* artifacts to .orm test codebase eliminated after moving away from svn:externals | 4 | | -| IN PROGRESS - issue SPR-5599: Hook @Configuration class processing into <context:component-scan/> and <context:annotation-config/> through AnnotationConfigUtils#registerAnnotationConfigProcessors | 3 | | -| + Adding POC tooling integration points, namely AbstractConfigurationPostProcessor and allowing for tooling-specified ClassLoader for use with ASM parsing -+ Eliminated ModelMethod in favor of BeanMethod throughout | 6 | | -| polishing | 2 | | \ No newline at end of file +| refactoring .testsuite .aop.aspectj tests in preparation for migration to .context | 3 | 3 | +| re-adding mock.jndi.* artifacts to .orm test codebase eliminated after moving away from svn:externals | 4 | 4 | +| IN PROGRESS - issue SPR-5599: Hook @Configuration class processing into <context:component-scan/> and <context:annotation-config/> through AnnotationConfigUtils#registerAnnotationConfigProcessors | 3 | 3 | +| + Adding POC tooling integration points, namely AbstractConfigurationPostProcessor and allowing for tooling-specified ClassLoader for use with ASM parsing + Eliminated ModelMethod in favor of BeanMethod throughout | 6 | 4 | +| polishing | 2 | 2 | \ No newline at end of file