James Fredley

Results 96 issues of James Fredley

### Issue description Significant difference exist between plugins and web-plugins generated from forge and profiles. We need to decide which dependencies should be included. After plugin and web-plugin are finalized,...

### Issue description There are some minor discrepancies between the default dependencies generated for each profile/application type. Example: grails-async for rest-api profile by not from rest-api in grails-forge

### Issue description https://github.com/grails-plugins/grails-cache-ehcache plus update grails-forge feature for grails-cache-ehcache

relates-to: external-plugin

No tests currently exist for this feature. With 7.0.0-M4 the following error occurs and was missed since test coverage does not exist ``` FAILURE: Build failed with an exception. *...

relates-to: grails-forge

### Issue description Our apache credentials allow login. This might require a JIRA ticket to configure Develocity settings, if we do not have permissions.

needs updated for Grails 7 or Need to exclude groovy 4 dependencies, until a new release of io.github.virtualdogbert:logback-groovy-config Also https://virtualdogbert.github.io/logback-groovy-config/#getting-started only shows support up to logback 1.4.x

### Issue description https://guides.grails.org/grails-multi-project-build/guide/index.html Adjust based on https://github.com/apache/grails-core/issues/14977

### Issue description Run ./gradlew assemble Review and correct error like the following: ``` WARNING: eventsAutoTimestamping.adoc: line 36: section title out of sequence: expected level 1, got level 3 WARNING:...

Gradle Platforms: https://docs.gradle.org/current/userguide/platforms.html `implementation platform("org.grails:grails-bom:$grailsVersion")` vs io.spring.dependency-management plugin: https://docs.spring.io/spring-boot/gradle-plugin/managing-dependencies.html ``` dependencyManagement { imports { mavenBom "org.grails:grails-bom:$grailsVersion") } } ``` Currently the `grails-gradle-plugin` automatically applies `grails-bom` via the Spring Dependency Management...

relates-to: gradle-plugin

### Issue description Issue to track Grails Data/GORM 6.6.x development for Grails 7/8. grails-data-hibernate6 work has started and is a work in progress: https://github.com/apache/grails-core/tree/merge-hibernate6 Spring Boot 3.5.x, uses Jakarta persistence...