zyro

Results 23 issues of zyro

if you want to adjust all fields for a certain hasMany association or a collection property, there is no direct way with the existing template lookup. e.g. domain A and...

fields

`RunCommand` expects a `gradle.properties` containing a `grailsVersion` property in the working directory. this is wrong in various scenarios, including: - gradle.properties does not exist at all because user prefers to...

related-to: grails-wrapper

given the core [Resilience Features](https://docs.spring.io/spring/reference/7.0/core/resilience.html) supersede spring-retry, is there a replacement for the spring-retry [`@Recover`](https://docs.spring.io/spring-retry/docs/2.0.12/apidocs/org/springframework/retry/annotation/Recover.html) functionality? ref. https://github.com/spring-projects/spring-retry?tab=readme-ov-file#declarative-example ```java @Retryable(retryFor = RemoteAccessException.class) public void service() { // ... do something...

status: waiting-for-triage
in: core
status: feedback-provided