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
8 changes: 4 additions & 4 deletions languages/dotnet/openapi-generator-config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"packageName": "FactSet.AnalyticsAPI.Engines",
"packageVersion": "6.1.0",
"packageVersion": "6.1.1",
"packageGuid": "{D7309227-518B-45ED-896A-4853BE6A9075}",
"targetFramework": "netstandard2.0",
"caseInsensitiveResponseHeaders": true,
"packageAuthors": "FactSet",
"packageTitle": "FactSet Analytics Engines API",
"packageDescription": "DEPRECATED: This library is no longer maintained. Please use https://www.nuget.org/packages?q=FactSet.SDK instead.",
"packageDescription": "The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)",
"packageCompany": "FactSet Research Systems Inc.",
"packageProductName": "FactSet Analytics Engines API",
"packageCopyright": "",
"gitHost": "github.com",
"gitUserId": "factset",
"gitRepoId": "analyticsapi-engines-dotnet-sdk",
"licenseId": "Apache-2.0",
"releaseNote": "This library is no longer maintained. Please use https://www.nuget.org/packages?q=FactSet.SDK instead.",
"releaseNote": "The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)",
"packageTags": "PA;Vault;SPAR;Engines;FactSet;FDS;API;Analytics;AnalyticsAPI",
"httpUserAgent": "engines-api/6.1.0/csharp"
"httpUserAgent": "engines-api/6.1.1/csharp"
}
2 changes: 1 addition & 1 deletion languages/dotnet/templates/api.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ namespace {{packageName}}.{{apiPackage}}
/// <summary>
/// Represents a collection of functions to interact with the API endpoints
/// </summary>
[Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")]
[Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")]
{{>visibility}} partial class {{classname}} : {{interfacePrefix}}{{classname}}
{
private {{packageName}}.Client.ExceptionFactory _exceptionFactory = (name, response) => null;
Expand Down
6 changes: 3 additions & 3 deletions languages/java/openapi-generator-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"invokerPackage": "factset.analyticsapi.engines",
"groupId": "com.factset.analyticsapi",
"artifactId": "engines-sdk",
"artifactVersion": "6.3.0",
"artifactVersion": "6.3.1",
"artifactUrl": "https://github.com/factset/analyticsapi-engines-java-sdk",
"artifactDescription": "DEPRECATED: This library is no longer maintained. Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.",
"artifactDescription": "The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://central.sonatype.com/search?q=com.factset.sdk&smo=true)",
"scmConnection": "scm:git:git://github.com/factset/analyticsapi-engines-java-sdk.git",
"scmDeveloperConnection": "scm:git:ssh://github.com:factset/analyticsapi-engines-java-sdk.git",
"scmUrl": "http://github.com/factset/analyticsapi-engines-java-sdk/tree/master",
Expand All @@ -24,5 +24,5 @@
"caseInsensitiveResponseHeaders": true,
"library": "jersey2",
"servers": false,
"httpUserAgent": "engines-api/6.3.0/java"
"httpUserAgent": "engines-api/6.3.1/java"
}
2 changes: 1 addition & 1 deletion languages/java/templates/api.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import java.util.Map;
{{>generatedAnnotation}}
{{#operations}}
/**
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
* @deprecated The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://central.sonatype.com/search?q=com.factset.sdk&smo=true)".
*/
@Deprecated
public class {{classname}} {
Expand Down
4 changes: 2 additions & 2 deletions languages/python/openapi-generator-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageName": "fds.analyticsapi.engines",
"projectName": "fds.analyticsapi.engines",
"packageVersion": "6.1.0",
"packageVersion": "6.1.1",
"packageUrl": "https://github.com/factset/analyticsapi-engines-python-sdk",
"httpUserAgent": "engines-api/6.1.0/python"
"httpUserAgent": "engines-api/6.1.1/python"
}
2 changes: 1 addition & 1 deletion languages/python/templates/api.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from {{packageName}}.model_utils import ( # noqa: F401
import warnings

warnings.warn(
"This library is deprecated. Please use <https://pypi.org/search/?q=%22fds.sdk%22> instead.",
"The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://pypi.org/search/?q=%22fds.sdk%22)",
DeprecationWarning
)

Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:8
FROM eclipse-temurin:8-jdk

ARG VERSION=5.1.0

Expand Down