langchain4j/langchain4j-google-genai/revapi.json

29 lines
964 B
JSON

[
{
"extension": "revapi.differences",
"configuration": {
"ignore": true,
"differences": [
{
"regex": true,
"code": "java\\.class\\.externalClassExposedInAPI",
"new": "missing-class com\\.google\\.genai\\..*",
"justification": "Google Gen AI SDK types are intentionally exposed on the public API of this module."
},
{
"regex": true,
"code": "java\\.class\\.externalClassExposedInAPI",
"new": "missing-class com\\.google\\.auth\\..*",
"justification": "Google auth types are intentionally exposed on the public API of this module."
},
{
"regex": true,
"code": "java\\.class\\.externalClassExposedInAPI",
"new": "missing-class dev\\.langchain4j\\..*",
"justification": "LangChain4j core types are intentionally exposed on the public API of this module."
}
]
}
}
]