Fabian Krüger

Results 174 issues of Fabian Krüger

**Describe the bug** When [spring-data-examples](https://github.com/spring-projects/spring-data-examples) on (`main`) is scanned with SBM it fails with an exception. **To Reproduce** 1. clone `https://github.com/spring-projects/spring-data-examples` 2. start SBM 3. scan the project 4. :bomb:...

type: bug

**Describe the bug** The `migrate-annotated-servlets` recipe should only be shown if any class annotated with `@WebServlet` was found. But currently the condition of the recipe checks for any import starting...

bug
good first issue

### What needs to be done Make Maven artifact cache configurable by setting an application property. #### Read from Maven Repository but download new dependencies to separate Maven cache (current)...

enhancement

### What needs to be done Currently, the integration test `BootifySimpleMuleAppIntegrationTest` uses `ibmcom/mq` which does not support ARM architecture. To mediate this the integration test is ignored on Mac M1...

Mule-3.9

### What needs to be done Configure build GitHub action to cache dependencies ### Why it needs to be done To speed up build

### What needs to be done Refactor `ProjectContextInitializer` to not create a git repo if none exist. Throw an Exception instead. ### Why it needs to be done A missing...

### What needs to be done Rework the flow of scanning, precondition check, and parsing in `ScanShellCommand`. The project should be scanned only once. ### Why it needs to be...

### What needs to be done Provide better handling in `JavaSourceSetImpl` when adding a JavaSource which doesn't compile. ```` List compilationUnits = javaParser.parse(sourceCode); J.CompilationUnit parsedCompilationUnit = compilationUnits.get(0); ```` Verify that...

### What needs to be done Contents of `.gitignore` should be ignored when scanning a given application with `PathScanner`. ### Why it needs to be done Some resources and dirs...

type: enhancement
good first issue
in: sbm-support-rewrite