From 52e5d55b752ab2922a4efb73d7fcc9bdf6f9513c Mon Sep 17 00:00:00 2001 From: Muhamed <Muhamedalici@hotmail.de> Date: Sun, 13 Apr 2025 02:33:42 +0200 Subject: [PATCH] Feature 2 good --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3d78dc5..5bae29d 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,16 @@ ### Commit Messages, die den Regeln entsprechen -| commit message | score chatgpt | score CoPilot | -|-------------------------------------------------------------------------|---------------|---------------| -| commit 5ba3db6a7d28494c4fbf3a908f5591bca0d90457 | | | -| Fix failing CompositePropertySourceTests | | | -| Fix CompositePropertySourceTests which fails when run we debug logging. | 4/5 | 4/5 | +| commit message | score chatgpt | score CoPilot | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|---------------| +| commit 5ba3db6a7d28494c4fbf3a908f5591bca0d90457 | | | +| Fix failing CompositePropertySourceTests | | | +| Fix CompositePropertySourceTests which fails when run we debug logging. | 4/5 | 4/5 | +| commit 84564a0c7b6c34cec4beede6ee75078a6073abb9 | | | +| Rework @PropertySource early parsing logic | | | +| Rework the @PropertySource parsing logic recently changed in commit7c608886 to deal with the same source appearing on a @Configurationclass and an @Import class. | | | +| Processing now occurs in a single sweep, with any previously addedsources being converted to a CompositePropertySource. | | | +| Issue: SPR-12115 | 4,5/5 | 3/5 | ### Commit Messages, die den Regeln NICHT entsprechen -- GitLab