Klaus Lehner
Klaus Lehner
in order to avoid duplicate classpath entries (jakarta.validation is already pulled transitively)
Right now, if you ignore a rule using the `archunit_ignore_patterns.txt`, and you wrap that into a `FreezingArchRule`, the `ViolationStore` is still being populated. I would have expected that adding ignore...
This pull request removes SPDX parsing from this code-base and replaces it with https://github.com/cloudflightio/spdx-catalog. In order to be fully compatible here, I've adapted the spdx-catalog as follows: * replaced Jackson...
the current README.md contains a a wrong verison number for the gradle plugin portal in its badge:  this PR fixes this by using a slightly different url from imgshield
**Description** The library currently does not work with Spring Boot 3. The problem is that already in Spring Boot 2.7 there was a change how to load AutoConfiguration, see https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.7-Release-Notes#building-jars-with-maven-shade-plugin-and-gradle-shadow-plugin...
First and foremost, thanks for this great plugin, we are using it in some of our projects and have even included it in our [own gradle autoconfigure-plugin](https://github.com/cloudflightio/autoconfigure-gradle-plugin). Still, when doing...
With https://github.com/jmcdo29/nestjs-spelunker/issues/38 the option to [exclude modules](https://github.com/jmcdo29/nestjs-spelunker?tab=readme-ov-file#excluding-modules) was implemented, which is a great thing! Suppose I have the following code ```typescript const tree = SpelunkerModule.explore(app,{ ignoreImports: [ (moduleName) => moduleName...
As we are now using the concept a `Plugin` with the `AutoConfigureSettingsPlugin` that opens some new possibilities we should consider. The current architecture has some flaws: * All third-party-plugins (Kotlin,...
There is neither a dist.js nor a dist.min.js in the webjar; thus all files inside the webjar need to be loaded separately in web applications