[DEV] Sergey Medelyan
[DEV] Sergey Medelyan
After thinking of this thoroughly, I now believe this is not a bug (but rather a feature request). I think I will overcome this by implementing custom `Serializer` / `Deserializer`...
Eventually, I've come to implementing my own (de)serializers. Code is below in case anyone wonders: Common.kt ```kotlin import com.fasterxml.jackson.annotation.JsonSubTypes import com.fasterxml.jackson.databind.BeanDescription typealias ClassName = String fun BeanDescription.inlineTypeConfigured(): Boolean { if...
My initial needs are now more or less satisfied with the workaround above. Someone please comment if you see an easier way to achieve the same behavior or think this...
# Unrestricted push (wrong rule match?) Config: ```yaml server: addr: ":5001" certificate: "/auth/cert.pem" key: "/auth/key.pem" token: issuer: "Acme auth server" # Must match issuer in the Registry config. expiration: 900...
This issue looks critical to me, but looks like no one is maintaining this repository anymore?
Wow! Do you at least confirm you can reproduce?
@FlyveHest @tomaswarynyca I recently heard about https://github.com/goharbor/harbor . My colleagues have had some experience with it and they say that: * ACL is working and can be configured quite accurately...
@schmittjoh Suppose, I have following meta-annotation: ```java /** * Container for annotations to check access to different stuff before letting user call * an actual controller method */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME)...
Is anyone looking into this?
I think that maybe the following nodes better be in (or be added to) the core rather than reside there: - PlayAudio / StopAudio - GetAgentVar (gets some property from...