adhamhf
adhamhf
I'm having a discussion with Ron related to this in https://github.com/swagger-api/swagger-ui/issues/3073. I'm not sure if this is wrapper is needed. Swagger is agnostic about the data exchange format, so you...
@jianglibo do you have an example of how to setup Katharsis as a Spring Controller and/or how to use Katharsis interceptors?
@jianglibo this is great. It's not quite as easy as you suggest, but generally it looks to work. It also solves my other issue because I can have more specific...
I think the issue is that JpaEntityRepository is not throwing ResourceNotFoundExceptions in findOne or findAll. Also, I think it would be nice if JpaRepositoryFactory relied on an interface instead of...
@brustolin that did not fix the problem. Turns out I have to compile for arm64e and that is the problem. This architecture is different... https://developer.apple.com/documentation/security/preparing_your_app_to_work_with_pointer_authentication It's really easy to reproduce...
It seems like the fix is to use these wrappers: https://github.com/apple-oss-distributions/xnu/blob/main/osfmk/mach/arm/thread_status.h#L127