sdk-java
sdk-java copied to clipboard
Java SDK for Serverless Workflow
Bumps `version.com.fasterxml.jackson` from 2.17.1 to 2.17.2. Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.1 to 2.17.2 Commits a6f49ca [maven-release-plugin] prepare release jackson-core-2.17.2 3d41b1c Prepare for 2.17.2 release 55261be Fix #1308: allow trailing dot for...
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.1 to 3.4.2. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.2 🐛 Bug Fixes [MJAR-310] - fixed toolchain version detection when toolchain paths contain white spaces (#86) @jansohn...
Bumps `version.org.junit.jupiter` from 5.10.2 to 5.10.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.10.3 Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3 See...
This is a follow up of https://github.com/serverlessworkflow/sdk-java/issues/359. The purpose is to add validation besides the one provided by the generator.
**What would you like to be added**: A fluent API to easily write workflow definitions programatically **Why is this needed**: The builders generated by the json schema parser are cool,...
**What is the question**: GrantType "resourceOwner" is not supported by 4.0.5 java sdk but the spec 0.8 refers to "resourceOwner" for userName field https://github.com/serverlessworkflow/specification/blob/0.8.x/specification.md#oauth2-properties-definition https://github.com/serverlessworkflow/specification/blob/0.8.x/schema/auth.json#L191 public static enum GrantType {...