Skip to content

Commit 6377ad1

Browse files
chore: Move unstable Java DSL to experimental module (#759)
* chore: Move unstable Java DSL to experimental module Signed-off-by: Ricardo Zanini <[email protected]> * Clean up pom.xml file Signed-off-by: Ricardo Zanini <[email protected]> * Add awaitability on flacky tests Signed-off-by: Ricardo Zanini <[email protected]> --------- Signed-off-by: Ricardo Zanini <[email protected]>
1 parent f3b5083 commit 6377ad1

File tree

65 files changed

+132
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+132
-94
lines changed

fluent/agentic-langchain4j/pom.xml renamed to experimental/fluent/agentic-langchain4j/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
77
<groupId>io.serverlessworkflow</groupId>
8-
<artifactId>serverlessworkflow-fluent</artifactId>
8+
<artifactId>serverlessworkflow-experimental-fluent</artifactId>
99
<version>8.0.0-SNAPSHOT</version>
1010
</parent>
1111

12-
<artifactId>serverlessworkflow-fluent-agentic-langchain4j</artifactId>
13-
<name>Serverless Workflow :: Fluent :: Agentic LangChain4j</name>
12+
<artifactId>serverlessworkflow-experimental-fluent-agentic-langchain4j</artifactId>
13+
<name>Serverless Workflow :: Experimental :: Fluent :: Agentic LangChain4j</name>
1414
<description>Agentic Workflow DSL Implementation for langchain4j-agentic</description>
1515

1616
<dependencies>
@@ -20,7 +20,7 @@
2020
</dependency>
2121
<dependency>
2222
<groupId>io.serverlessworkflow</groupId>
23-
<artifactId>serverlessworkflow-fluent-agentic</artifactId>
23+
<artifactId>serverlessworkflow-experimental-fluent-agentic</artifactId>
2424
</dependency>
2525
<dependency>
2626
<groupId>dev.langchain4j</groupId>
@@ -55,7 +55,7 @@
5555
</dependency>
5656
<dependency>
5757
<groupId>io.serverlessworkflow</groupId>
58-
<artifactId>serverlessworkflow-fluent-agentic</artifactId>
58+
<artifactId>serverlessworkflow-experimental-fluent-agentic</artifactId>
5959
<type>test-jar</type>
6060
<scope>test</scope>
6161
</dependency>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)