Tim te Beek

Results 117 issues of 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...

bug

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...

bug
question
javascript
parser

### 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...

bug
javascript

- 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...

cla-signed

- 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...

recipe
boot-3.4