Chris Utz
Chris Utz
I've made some progress here, but first, here is some more background on what I'm actually trying to accomplish. I have an installation of learning locker v2 installed and functioning....
@ryansmith94 As far as I can tell this unblocks me for now. My only concern would be the stability of the `/api/auth/*` endpoints across learning locker updates going forward. Given...
Any update here? I've just recently upgraded some projects to OCMock 3 and am seeing the same issue partial mocking objects with classes that use selector forwarding.
I can confirm unchecking "Use Rosetta for x86/amd64 emulation on Apple Silicon" fixes the issue for me as well. Thanks!
@radovanradic I'm not sure if this is related to https://github.com/micronaut-projects/micronaut-data/pull/3410 or if this is completely unrelated. If you have a chance to look at the example issue that would be...
I don't have a feel for how big of an undertaking this would be. If this seems like something that would be a good starter task, and someone is willing...
I'm having a similar issue and a similar workaround sort of works for me when querying entities from a JDBCRepository using `JpaSpecificationExecutor.findAll`. Extending your example this works: ``` PredicateSpecification familyPredicate...