Tim te Beek
Tim te Beek
## Summary - Fixes #6321 - Removes premature `maybeUpdateModel()` call when upgrading non-BOM managed dependencies - The call was happening before the scheduled visitor had run, causing state inconsistencies when...
They're undocumented, unchanged and likely unsupported.
## Summary - Fix `RemoveTrailingWhitespace` recipe removing shebang lines from JavaScript files - Add `COMPILATION_UNIT_PREFIX` to the list of locations to skip when removing trailing whitespace - Add test case...
### Expected behavior Either no change at all, or only changes to remove trailing whitespace. ### Example diff **From:** `generate-llms-txt.js` ```diff -#!/usr/bin/env node + /** * Generate llms.txt and llms-full.txt...
- CLA https://github.com/jobrunr/clabot-config/pull/65 As discussed last week: maybe some nullability annotations could help clarify where elements might be null. - Public methods that `return null`, or return the response of...
- There were some drop in replacements not yet applied, like `isCloseTo`. - A bit of weird formatting in `NumberAssertionsExamples` where the next `assertThat` was on the end of the...
## What problem are you trying to solve? Spring Boot 3.4 added a more fluent way to write MockMvc assertions using AssertJ. ## What precondition(s) should be checked before applying...