James Hardwick
James Hardwick
@huyphams just tested this and works great! Time to become a paying customer I guess!
FWIW, I reran the config only this time without enabling caching and the service appears to be working. Log output: ``` Feb 16 15:09:06 ubnt systemd[1]: Starting NextDNS DNS53 to...
Related to #651
Experiencing this with a `JpaRepository` interface annotated with `@RepositoryRestResource` that contains a single custom `@Query` native query. When trying to use any kind of expression in the query, this issue...
Just an FYI that this applies to all C5, C5d, i3.metal, M5, M5d, R5, R5d, T3, and z1d instance types. T3 being the new lower-end general purpose tier. This issue...
I'm witnessing this in Micronaut GORM as well, using `grails-database-gorm:7.1.0.M2`. It's as if the association is cropped off and it tries to apply the associated property directly to the domain...
It appears the breakage is specific to using the dot notation in the @Where queries. In my local project, converting the query to the equivalent of... ```groovy @Where({ library ==...
Also seeing this. The following mapping **does** establish constraints correctly on the database. But when saving/validating, it throws errors as though every property is using just the default constraints (basically...
Just got bit by this again. I should mention that in my previous example, that is in addition to having a constraints block defined as well that declares the properties...
Just bumped into this, and it's painful because being forced to use a Closure means you lose the ability to define join types, a la: ``` User.where { comments {...