James Fredley

Results 177 comments of James Fredley

Gradle [Artifact Transforms](https://docs.gradle.org/current/userguide/artifact_transforms.html) rough POC based on: - https://docs.gradle.org/current/samples/sample_java_modules_with_transform.html - https://github.com/jjohannes/understanding-gradle/blob/groovy-dsl/32_Artifact_Transforms/my-build-logic/java-plugins/src/main/groovy/org/example/JavaModuleTransform.groovy this rough POC currently puts the Verifier class files from Gradle's copy of Groovy (3.0.21) into the Groovy jar....

The first 4 are no longer occurring ``` 2024-09-19T08:56:45.142-04:00 WARN 13688 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'grailsPromiseFactory' of type [org.grails.plugins.web.async.spring.PromiseFactoryBean] is not eligible for getting processed by all BeanPostProcessors...

List after https://github.com/grails/grails-core/pull/13845 ``` 2024-11-18T12:29:47.845-05:00 WARN 16796 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'dataSourceConnectionSourceFactory' of type [org.grails.datastore.gorm.jdbc.connections.CachedDataSourceConnectionSourceFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible...

I'll submit those other 2 changes in another PR.

And then will merging branches up to 7.0.x

https://github.com/grails/grails-doc/pull/916

Spring Boot 3.3.3 is still on 6.0.0 https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.html

@boardbloke My first thought was this is something docker is doing to the war contents based on what we saw on https://github.com/wondrify/asset-pipeline/issues/373 and after removing docker from the equation, which...

@boardbloke All good, glad you found it and it is resolved.