sdk-java
sdk-java copied to clipboard
Java SDK for Serverless Workflow
Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 2.8.2 to 3.1.2. Release notes Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases. 3.1.2 Release Notes - Maven Deploy Plugin - Version 3.1.2 What's Changed [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.3 to 3.2.4. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.4 Release Notes - Maven GPG Plugin - Version 3.2.4 [MGPG-125] - Fix "bestPractices" (#95) @cstamas 📦 Dependency...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.5 to 1.5.6. Commits 7812a55 prepare release 1.5.6 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional 3d55638 start work on 1.5.6-SNAPSHOT a91d2b6 notes about javadocs...
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.1 🐛 Bug Fixes [MJAR-307] - Wrong version of commons-io cause a ClassNotFound o.a.commons.io.file.attribute.FileTimes (#83) @slawekjaranowski 📦 Dependency...
Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.3.3 to 1.4.0. Release notes Sourced from com.networknt:json-schema-validator's releases. 1.4.0 - 2024-03-16 Added Changed Explicitly handle if the discriminator property value is null (#988) Thanks @justin-tay Refactor...
**What this PR does / why we need it**: There were some manually created POJOs which did not implement serializable interface. Making those implement Serializable interface here. This will enable...
**Many thanks for submitting your Pull Request :heart:!** https://github.com/serverlessworkflow/sdk-java/issues/225 **What this PR does / why we need it**: With Jakarta introduced into Spring Boot and Quarkus 3, there is a...
Spring Boot 3 is out and Quarkus 3 should be really soon and both frameworks migrated to jakarta libraries. Would it be possible to update the codebase to use jakarta...
Hi, I was trying to upgrade the SDK's dependency from `4.0.3-FINAL` to `5.0.0-SNAPSHOT` but before I do that, I wanted to know if are there any breaking changes etc. I...
**What happened**: A Workflow object does not contain the events property,when use Workflow.tojson() generate JSON strings,The strings contains “ errors:[]”. If you use workflowValidator.setSource("WORKFLOW_MODEL_JSON").isValid(), you can get an error massage,...