Skip to content
Snippets Groups Projects
Commit 52e5d55b authored by Muhamed's avatar Muhamed
Browse files

Feature 2 good

parent 22fc54fe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment