James Hardwick
James Hardwick
Since spotless depends on groovy-eclipse for groovy parsing/formatting, and since groovy-eclipse doesn't enable the parrot parser by default, Spotless fails when configured for groovy code that utilizes Groovy 3+ syntax....
Currently import statements are force set to the Google Java style guide. Unfortunately this is a deal breaker for our engineers. Recent versions of IntelliJ support defining their import layout...
### Behaviour Unable to complete the build for a multi-stage Dockerfile, regardless if registry (GitHub Container Registry) or local (actions/cache@v2) cache is used. No error, the process just freezes after...
Just tried installing NextDNS for the first time. Resulted in an error during the setup process, and looking at the logs it is unable to start. Attempted rebooting the UDM...
The latest (4.0.0) version of this plugin has a dependency on `net.sf.ehcache:ehcache:2.9.0`. The Ehcache specific classes contained in that dependency are of course contained in the `net.sf.ehcache` package. That version...
I tried to upgrade to 4.0.6/7.0.8 since I thought I was experiencing a bug similar to grails/gorm-hibernate5#202, but it appears GORM Data Service Where queries that query on association properties...
### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [x] Example that reproduces the problem uploaded to Github - [x] Full description of...
### Feature description In various past projects that used JPA/Hibernate, we've often rigged together a feature where we would start two databases, one that would have its schema generated by...
I recently converted one of our web apps from Create React App to Vite. Now in the process of replacing some legacy code w/ ketting. Ketting worked fine in another...
Many of the leading JVM frameworks have moved towards AOT optimizations through the use of annotation processors as opposed to using reflection. Micronaut was created around this concept, and it...