Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ public static final class ChatModel {
public static final String ANTHROPIC_SETUP =
"org.apache.flink.agents.integrations.chatmodels.anthropic.AnthropicChatModelSetup";

// Azure
public static final String AZURE_CONNECTION =
"org.apache.flink.agents.integrations.chatmodels.azureai.AzureAIChatModelConnection";
public static final String AZURE_SETUP =
"org.apache.flink.agents.integrations.chatmodels.azureai.AzureAIChatModelSetup";

// Bedrock
public static final String BEDROCK_CONNECTION =
"org.apache.flink.agents.integrations.chatmodels.bedrock.BedrockChatModelConnection";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public final class Aliases {
chatConnJava.put("anthropic", ResourceName.ChatModel.ANTHROPIC_CONNECTION);
chatConnJava.put("gemini", ResourceName.ChatModel.GEMINI_CONNECTION);
chatConnJava.put("azure_openai", ResourceName.ChatModel.AZURE_OPENAI_CONNECTION);
chatConnJava.put("azure", ResourceName.ChatModel.AZURE_CONNECTION);
chatConnJava.put("bedrock", ResourceName.ChatModel.BEDROCK_CONNECTION);
chatConnJava.put("vllm", ResourceName.ChatModel.VLLM_CONNECTION);
Map<String, String> chatConnPython = new HashMap<>();
Expand All @@ -108,7 +107,6 @@ public final class Aliases {
chatJava.put("anthropic", ResourceName.ChatModel.ANTHROPIC_SETUP);
chatJava.put("gemini", ResourceName.ChatModel.GEMINI_SETUP);
chatJava.put("azure_openai", ResourceName.ChatModel.AZURE_OPENAI_SETUP);
chatJava.put("azure", ResourceName.ChatModel.AZURE_SETUP);
chatJava.put("bedrock", ResourceName.ChatModel.BEDROCK_SETUP);
chatJava.put("vllm", ResourceName.ChatModel.VLLM_SETUP);
Map<String, String> chatPython = new HashMap<>();
Expand Down
5 changes: 0 additions & 5 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ under the License.
<artifactId>flink-agents-integrations-chat-models-anthropic</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-chat-models-azureai</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-chat-models-bedrock</artifactId>
Expand Down
53 changes: 1 addition & 52 deletions dist/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -52,44 +52,16 @@ This project bundles the following dependencies under the Apache Software Licens
- org.jetbrains.kotlin:kotlin-reflect:1.8.10
- org.yaml:snakeyaml:2.3
- io.netty:netty-handler:4.1.118.Final
- io.netty:netty-handler-proxy:4.1.118.Final
- io.netty:netty-resolver:4.1.118.Final
- io.netty:netty-transport:4.1.118.Final
- io.netty:netty-codec-socks:4.1.118.Final
- io.netty:netty-buffer:4.1.118.Final
- io.netty:netty-codec:4.1.118.Final
- io.netty:netty-codec-http:4.1.118.Final
- io.netty:netty-codec-http2:4.1.118.Final
- io.netty:netty-transport-native-unix-common:4.1.118.Final
- io.netty:netty-transport-native-epoll:linux-x86_64:4.1.118.Final
- io.netty:netty-transport-classes-epoll:4.1.118.Final
- io.netty:netty-transport-native-kqueue:osx-x86_64:4.1.118.Final
- io.netty:netty-transport-classes-kqueue:4.1.118.Final
- io.netty:netty-tcnative-boringssl-static:2.0.70.Final
- io.netty:netty-tcnative-boringssl-static:linux-x86_64:2.0.70.Final
- io.netty:netty-tcnative-boringssl-static:linux-aarch_64:2.0.70.Final
- io.netty:netty-tcnative-boringssl-static:osx-x86_64:2.0.70.Final
- io.netty:netty-tcnative-boringssl-static:osx-aarch_64:2.0.70.Final
- io.netty:netty-tcnative-boringssl-static:windows-x86_64:2.0.70.Final
- io.netty:netty-tcnative-classes:2.0.70.Final
- io.projectreactor.netty:reactor-netty-http:1.0.48
- io.netty:netty-resolver-dns:4.1.112.Final
- io.netty:netty-codec-dns:4.1.112.Final
- io.netty:netty-resolver-dns-native-macos:osx-x86_64:4.1.112.Final
- io.netty:netty-resolver-dns-classes-macos:4.1.112.Final
- io.projectreactor.netty:reactor-netty-core:1.0.48
- io.netty:netty-common:4.1.118.Final
- io.projectreactor:reactor-core:3.4.41
- io.projectreactor:reactor-test:3.4.41
- io.vertx:vertx-core:4.5.13
- org.apache.ant:ant:1.10.14
- org.apache.ant:ant-launcher:1.10.14
- com.nimbusds:content-type:2.3
- com.nimbusds:lang-tag:1.7
- com.nimbusds:nimbus-jose-jwt:9.40
- com.nimbusds:oauth2-oidc-sdk:11.18
- net.minidev:json-smart:2.5.0
- net.minidev:accessors-smart:2.5.0
- io.projectreactor:reactor-core:3.7.0
- org.elasticsearch.client:elasticsearch-rest-client:8.19.0
- org.apache.httpcomponents:httpclient:4.5.13
- org.apache.httpcomponents:httpcore:4.4.16
Expand All @@ -102,13 +74,10 @@ This project bundles the following dependencies under the Apache Software Licens
- io.opentelemetry:opentelemetry-context:1.29.0
- com.networknt:json-schema-validator:2.0.0
- com.ethlo.time:itu:1.14.0
- org.opentest4j:opentest4j:1.3.0
- org.apiguardian:apiguardian-api:1.1.2
- org.apache.commons:commons-collections4:4.3
- org.apache.commons:commons-lang3:3.12.0
- org.apache.commons:commons-pool2:2.12.0
- org.apache.commons:commons-text:1.10.0
- com.github.stephenc.jcip:jcip-annotations:1.0-1
- io.milvus:milvus-sdk-java:2.6.18
- org.apache.fluss:fluss-client:0.9.0-incubating
- com.google.code.gson:gson:2.13.1
Expand Down Expand Up @@ -147,8 +116,6 @@ This project bundles the following dependencies under the Apache Software Licens
- software.amazon.awssdk:json-utils:2.32.16
- software.amazon.awssdk:third-party-jackson-core:2.32.16
- software.amazon.eventstream:eventstream:1.0.1
- net.java.dev.jna:jna:5.13.0
- net.java.dev.jna:jna-platform:5.6.0
- com.google.genai:google-genai:1.56.0
- com.google.auto.value:auto-value-annotations:1.11.0
- com.google.http-client:google-http-client:1.46.2
Expand All @@ -166,19 +133,7 @@ See bundled license files for details.
- com.anthropic:anthropic-java:2.11.1
- com.anthropic:anthropic-java-client-okhttp:2.11.1
- com.anthropic:anthropic-java-core:2.11.1
- com.azure:azure-ai-inference:1.0.0-beta.5
- com.azure:azure-identity:1.13.3
- com.azure:azure-json:1.5.0
- com.azure:azure-core:1.55.3
- com.azure:azure-xml:1.2.0
- com.azure:azure-core-http-netty:1.15.11
- com.azure:azure-core-test:1.27.0-beta.8
- com.azure:azure-core-http-jdk-httpclient:1.0.3
- com.azure:azure-core-http-okhttp:1.12.10
- com.azure:azure-core-http-vertx:1.0.3
- org.reactivestreams:reactive-streams:1.0.4
- com.microsoft.azure:msal4j:1.17.1
- com.microsoft.azure:msal4j-persistence-extension:1.3.0
- io.modelcontextprotocol.sdk:mcp:0.16.0
- io.modelcontextprotocol.sdk:mcp-json-jackson2:0.16.0
- io.modelcontextprotocol.sdk:mcp-json:0.16.0
Expand All @@ -200,7 +155,6 @@ See bundled license files for details.
- com.google.protobuf:protobuf-java:4.33.5
- com.google.re2j:re2j:1.8
- org.antlr:antlr4-runtime:4.13.2
- org.ow2.asm:asm:9.3
- org.threeten:threeten-extra:1.8.0
- com.google.api:api-common:2.45.0
- com.google.auth:google-auth-library-credentials:1.33.0
Expand All @@ -211,11 +165,6 @@ See bundled license files for details.

- jakarta.json:jakarta.json-api:2.0.1
- org.eclipse.parsson:parsson:1.0.5
- org.junit.jupiter:junit-jupiter-api:5.10.1
- org.junit.jupiter:junit-jupiter-params:5.10.1
- org.junit.jupiter:junit-jupiter-engine:5.10.1
- org.junit.platform:junit-platform-commons:1.10.1
- org.junit.platform:junit-platform-engine:1.10.1

This project bundles the following dependencies under the CDDL 1.1 license, or alternatively
under the GNU General Public License version 2 with the Classpath Exception.
Expand Down
27 changes: 0 additions & 27 deletions dist/src/main/resources/META-INF/licenses/LICENSE.asm

This file was deleted.

21 changes: 0 additions & 21 deletions dist/src/main/resources/META-INF/licenses/LICENSE.azure

This file was deleted.

Loading
Loading