Results 2 issues of Jack

My current project needs to use third-party authentication, and the other party is not compatible with oauth2, but it can obtain an opaque token, and through the opaque token, user...

type: enhancement

Referring to the usage method of the document: ```java @GetMapping(path = "/scanners") ResponseEntity getProducers( @RequestParam AggregateReference producer) { var identifier = producer.resolveRequiredId(); // Alternatively var aggregate = producer.resolveRequiredAggregate(); } ```...

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