·
12 commits
to main
since this release
What's Changed
- Bump com.spotify.fmt:fmt-maven-plugin from 2.25 to 2.27 by @dependabot[bot] in #572
- Bump net.thisptr:jackson-jq from 1.2.0 to 1.3.0 by @dependabot[bot] in #590
- Bump com.networknt:json-schema-validator from 1.5.6 to 1.5.7 by @dependabot[bot] in #599
- Bump org.glassfish.expressly:expressly from 5.0.0 to 6.0.0 by @dependabot[bot] in #598
- Bump org.mockito:mockito-core from 5.17.0 to 5.18.0 by @dependabot[bot] in #597
- Bump org.hibernate.validator:hibernate-validator from 8.0.2.Final to 9.0.0.Final by @dependabot[bot] in #596
- [main] Upgrade Jackson to 2.19.0 by @ricardozanini in #600
- Bump version.org.junit.jupiter from 5.12.2 to 5.13.0 by @dependabot[bot] in #605
- Bump version.org.junit.jupiter from 5.13.0 to 5.13.1 by @dependabot[bot] in #609
- Bump org.hibernate.validator:hibernate-validator from 9.0.0.Final to 9.0.1.Final by @dependabot[bot] in #617
- Bump version.com.fasterxml.jackson from 2.19.0 to 2.19.1 by @dependabot[bot] in #616
- Bump version.org.junit.jupiter from 5.13.1 to 5.13.2 by @dependabot[bot] in #622
- Bump com.networknt:json-schema-validator from 1.5.7 to 1.5.8 by @dependabot[bot] in #623
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #629
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 by @dependabot[bot] in #626
- Bump version.org.junit.jupiter from 5.13.2 to 5.13.3 by @dependabot[bot] in #632
- Add javadoc to serverlessworkflow api by @fjtirado in #633
- [Fix #634] Generated classes to not depend on jackson by @fjtirado in #635
- Reorganizing directories by @fjtirado in #637
- Bump org.apache.maven:maven-plugin-api from 3.9.7 to 3.9.10 by @dependabot[bot] in #640
- Bump org.codehaus.mojo:build-helper-maven-plugin from 3.3.0 to 3.6.1 by @dependabot[bot] in #639
- [Fix #636] Refactor to separate Jackson/JQ from core by @fjtirado in #642
- Minor refinements by @fjtirado in #643
- Java experimental by @fjtirado in #644
- Fix #368 - Introduce Standard Fluent DSL by @ricardozanini in #645
- Ensure not workflowmodel is returned within a Map or Collection by @fjtirado in #647
- Introduce Java Fluent DSL by @ricardozanini in #646
- Bump io.github.classgraph:classgraph from 4.8.180 to 4.8.181 by @dependabot[bot] in #656
- Bump version.com.fasterxml.jackson from 2.19.1 to 2.19.2 by @dependabot[bot] in #655
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in #654
- Bump org.apache.maven:maven-plugin-api from 3.9.10 to 3.9.11 by @dependabot[bot] in #653
- Bump version.org.junit.jupiter from 5.13.3 to 5.13.4 by @dependabot[bot] in #652
- Rename java -> func / standard -> spec by @ricardozanini in #660
- [Fix #648] Avoid splitting packages by @fjtirado in #661
- Http dependencies by @fjtirado in #662
- Jersey from runtime to test scope by @fjtirado in #663
- Fixing maven plugin prefix by @fjtirado in #664
- [Fix #665] While predicate invoked in proper place by @fjtirado in #666
- Add if predicate support by @fjtirado in #671
- Improvements on the DSL to make it more extensible by @ricardozanini in #672
- [Fix #673] Adding basic and bearer auth support by @fjtirado in #674
- Refactoring java executor to avoid instanceof at runtime by @fjtirado in #675
- Introduce if predicate to Func Fluent by @ricardozanini in #676
- Introduce Fluent Agent DSL (depends on LangChain4j SNAPSHOT) by @ricardozanini in #677
- Improved handling of WorkflowModel and Cognisphere by @treblereel in #678
- Add more unit tests and docs for fluent by @ricardozanini in #679
- tests for sequential and parallel agent invocation by @treblereel in #680
- Agentic core by @fjtirado in #682
- Improving API to allow strong typing by @fjtirado in #683
- Test for strong types by @fjtirado in #684
- Refactoring expression building by @fjtirado in #685
- Remove unneded model stuff by @fjtirado in #687
- Allowing passing WorkflowModel as function input parameter by @fjtirado in #688
- JavaCall should call fromAny(workflowmodel, object) by @fjtirado in #689
- Skiping Agentic modules by @ricardozanini in #690
- Introduce LangChain4j Agentic Workflow Implementation by @ricardozanini in #681
- [Fix #693] Adding lifecycle events by @fjtirado in #694
- Bump net.thisptr:jackson-jq from 1.3.0 to 1.4.0 by @dependabot[bot] in #698
- Bump version.org.glassfish.jersey from 3.1.10 to 3.1.11 by @dependabot[bot] in #700
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 by @dependabot[bot] in #702
- [Fix #695] Suspending/cancelling/resume by @fjtirado in #696
- Bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 by @dependabot[bot] in #699
- Add Until listen predicate by @fjtirado in #706
- Renaming function to predicate by @fjtirado in #707
- [Fix_708] Fixing recursivity when using then loop by @fjtirado in #710
- Fix #709 Handling AllOf by @fjtirado in #711
- Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 by @dependabot[bot] in #717
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in #714
- [Fix #719] Fixing until condition by @fjtirado in #720
- Add the ChatBot Human-in-the-loop example by @ricardozanini in #703
- [Fix #722] Close executor service if created by @fjtirado in #723
- Use Spoteless for header checking and code-formatting by @ricardozanini in #721
- Avoid splitted packages in experimental by @fjtirado in #725
- Add OAuth authentication support to HTTP call task by @treblereel in #718
- Moving JTW under impl by @fjtirado in #726
- Better JWT token processing by @treblereel in #733
- [Fix #737] Adding test module by @fjtirado in #738
- [Fix #737] Additional poms clean up by @fjtirado in #739
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.46.1 by @dependabot[bot] in #736
- Bump com.squareup.okhttp3:mockwebserver from 4.12.0 to 5.1.0 by @dependabot[bot] in #735
- Bump net.thisptr:jackson-jq from 1.4.0 to 1.5.0 by @dependabot[bot] in #734
- fix typo: Autenthication -> to -> Authentication by @treblereel in #740
- [Fix #704] Adding CloudEvents for Workflow suspended and resumed by @fjtirado in #741
- [Fix #742] Relaxing event date test condition by @fjtirado in #743
- [Fix #744] Prerelease improvements by @fjtirado in #745
- Add Email Drafter Human in the loop use case by @ricardozanini in #724
- Bump net.thisptr:jackson-jq from 1.5.0 to 1.6.0 by @dependabot[bot] in #751
- Bump dev.langchain4j:langchain4j-ollama from 1.3.0 to 1.4.0 by @dependabot[bot] in #749
- chore: Bump jackson-annotations and lc4j.beta by @ricardozanini in #757
- Fix #729 - Introduce Mermaid exporter by @ricardozanini in #748
- Add OpenId Connect authentication support to HTTP call task by @treblereel in #747
- Fix #730 - Introduce static imports for the spec DSL by @ricardozanini in #758
- chore: Move unstable Java DSL to experimental module by @ricardozanini in #759
- Readme updates for release by @fjtirado in #746
- chore: Migrate release workflow to Maven Central by @ricardozanini in #762
- chore: Fix central-publishing plugin placement by @ricardozanini in #764
- chore: Fix sources plugin by @ricardozanini in #766
- Release 7.2.0.Final (4th round) by @ricardozanini in #767
New Contributors
- @treblereel made their first contribution in #678
Full Changelog: 7.1.0.Final...7.2.0.Final