Fabian Krüger

Results 174 issues of Fabian Krüger

**Describe the bug** Having this condition defined should fail with validation error because the property `` does not exist. But it didn't! ```` condition: type: org.springframework.sbm.boot.upgrade.common.conditions.HasSpringBootParentOfVersion versionPattern: "2.7." ```` The...

**Describe the bug** `Boot_24_25_SeparateCredentialsRecipeTest` passes in IntelliJ but fails with Maven. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to...

type: bug

**Describe the bug** `Boot_24_25_UpdateDependenciesRecipeTest` is non deterministic **To Reproduce** Run `Boot_24_25_UpdateDependenciesRecipeTest` with `@RepeatedTest(10)

type: bug

**Describe the bug** In some situations a `jar` declared as dependency in a `pom` is not checked to exist but expected to be present when the `.pom` exists in `.m2/repository`....

type: bug

**Describe the bug** `SpringDataJpaAnalyzerTest` is non-deterministic. **To Reproduce** Run `SpringDataJpaAnalyzerTest.testGetJpaRepositoriesWithGetByIdMethod()` with `@RepeatedTest(10)`

type: bug

### What needs to be done Provide a way to categorize/group/tag recipes so related recipes can be displayed and filtered by these categories. ### Why it needs to be done...

### What needs to be done `TextSource` and `StringProjectResource` are the same thing. They should be merged and become `TextFile` (is this a better name 🤔 )

**Describe the bug** When running `ReplaceMediaTypeTest` two `UnsupportedOperationException` are thrown **To Reproduce** Run the test and check the log **Expected behavior** **Screenshots** **Stacktrace** ```` [INFO] Running org.springframework.sbm.jee.jaxrs.recipes.ReplaceMediaTypeTest 21:02:39.850 [ForkJoinPool-1-worker-19] ERROR...

bug

### What needs to be done CSA holds a lot of useful rules that analyze a given application by applying regular expressions and provides information about required changes to matching...

spike

If `boot-2.4-2.5-sql-init-properties` gets applied after `boot-2.4-2.5-datasource-initializer` the properties used in the `DataSourceInitializerConfiguration` (`spring.datasource.schema-...`) get changed. This is wrong. To avoid this probably easiest is to change property names in `DataSourceInitializerConfiguration`,...

good first issue