jamesfredley commented on PR #15557: URL: https://github.com/apache/grails-core/pull/15557#issuecomment-4880382029
CI fix pushed (`2966b3b2d3`). The previous JLine 2 removal turned CI red: dropping the `jline:jline:2.14.6` pin exposed an even older **`jline:jline:2.11`** that Spring Boot CLI (`spring-boot-cli:4.1.0`) drags in transitively. The SBOM license gate rejects it (BSD-4-Clause), which failed `:grails-shell-cli:cyclonedxDirectBom` (Core Projects / Coverage) and the Forge `:grails-cli` SBOM (Build Grails Forge / Forge Projects). Since no source uses the old `jline.*` API, I excluded `jline:jline` from every `spring-boot-cli` declaration - `grails-shell-cli`, `grails-forge/grails-cli`, `grails-forge/grails-cli-shadow`, and `grails-data-neo4j/boot-plugin` - leaving only the JLine 3 (`org.jline`) stack on the classpath. Verified locally: - `:grails-shell-cli:cyclonedxDirectBom` and Forge `:grails-cli:cyclonedxDirectBom` now generate clean SBOMs (only `org.jline:[email protected]`). - `:grails-shell-cli:test` and `:grails-console:test` pass. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
