Stephen Russett

Results 293 issues of Stephen Russett

Dealing with Contract Keys in a typed manner is very difficult at the moment: A contract key can be a variety of different types (anything Value.class returns). This leads to...

component/java-ecosystem
discussion
team/ledger-clients

When working with ExercisedEvent.class you receive the choiceArgument property which is an Identifier.class The identifier provides the package, module and entitiyName (where entityName is the choice) When working with a...

component/java-ecosystem
team/ledger-clients

### What is the problem you want to solve? A lot of extra code is written to wrap the StatusRuntimeException with named/typed exceptions for the ledger api call response. ###...

component/java-ecosystem
discussion
team/ledger-clients

### What is the problem you want to solve? If you are not processing the transactions, you end up querying the ACS. You can use the offset to limit the...

### What is the problem you want to solve? When working with the generated java classes, there are some QOL aspects that are painful / create lots of work on...

component/java-ecosystem
discussion
team/ledger-clients

### What is the problem you want to solve? The upcoming deprecated exercise by key command currently hard codes the choice name such as: ```java ... public static ExerciseByKeyCommand exerciseByKeyCreateManager(String...

component/java-ecosystem
discussion
team/ledger-clients
ledger clients facade

### What is the problem you want to solve? When using the ledger api you can query for a list of known parities for the ledger. In "theory" this could...

### Description Looking into whether a typed java client with be provided for interacting with the Index Service. A common use case for a workflow is to gather a query...

### Description From what i can tell from the docs, there is the swagger generation and openapi spec for dev mode in quarkus. It would be great if we could...

### Describe the bug Consider process: deps: ```xml io.quarkus quarkus-resteasy io.quarkus quarkus-resteasy-jackson org.kie.kogito kogito-quarkus io.quarkus quarkus-smallrye-openapi io.quarkus quarkus-junit5 test io.rest-assured rest-assured test io.quarkus quarkus-smallrye-health org.kie.kogito kogito-addons-quarkus-process-management ``` The events dep...