Files
wehub-resource-sync a2578d7ff1
Documentation: build and deploy / deploy (push) Waiting to run
langchain4j-github-bot.yml lint / langchain4j-github-bot.yml validation (push) Waiting to run
Java CI / compile_and_unit_test (17) (push) Waiting to run
Java CI / compile_and_unit_test (21) (push) Waiting to run
Java CI / integration_test (21) (push) Blocked by required conditions
Java CI / compliance (push) Waiting to run
Java CI / spotless (push) Waiting to run
snapshot_release / snapshot_release (push) Waiting to run
Split Package Detection / check-split-packages (push) Waiting to run
Java CI / compile_and_unit_test (25) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:38:45 +08:00

25 lines
1.1 KiB
JSON

[
{
"extension": "revapi.differences",
"configuration": {
"ignore": true,
"differences": [
{
"code": "java.field.removed",
"old": "field dev.langchain4j.model.watsonx.WatsonxChat.chatService @ dev.langchain4j.model.watsonx.WatsonxChatModel",
"justification": "Internal field renamed from chatService to chatProvider to support deployment models; WatsonxChat is @Internal"
},
{
"code": "java.field.removed",
"old": "field dev.langchain4j.model.watsonx.WatsonxChat.chatService @ dev.langchain4j.model.watsonx.WatsonxStreamingChatModel",
"justification": "Internal field renamed from chatService to chatProvider to support deployment models; WatsonxChat is @Internal"
},
{
"code": "java.class.externalClassExposedInAPI",
"new": "missing-class com.ibm.watsonx.ai.chat.ChatProvider",
"justification": "ChatProvider is an interface from watsonx-ai SDK used internally; WatsonxChat is @Internal and the field is protected"
}
]
}
}
]