diff --git a/languages/dotnet/openapi-generator-config.json b/languages/dotnet/openapi-generator-config.json index 8a594f0..e6f33ca 100644 --- a/languages/dotnet/openapi-generator-config.json +++ b/languages/dotnet/openapi-generator-config.json @@ -1,12 +1,12 @@ { "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": "", @@ -14,7 +14,7 @@ "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" } diff --git a/languages/dotnet/templates/api.mustache b/languages/dotnet/templates/api.mustache index 9f9e8c9..5e371a5 100644 --- a/languages/dotnet/templates/api.mustache +++ b/languages/dotnet/templates/api.mustache @@ -105,7 +105,7 @@ namespace {{packageName}}.{{apiPackage}} /// /// Represents a collection of functions to interact with the API endpoints /// - [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; diff --git a/languages/java/openapi-generator-config.json b/languages/java/openapi-generator-config.json index 45a64c9..a12cd77 100644 --- a/languages/java/openapi-generator-config.json +++ b/languages/java/openapi-generator-config.json @@ -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", @@ -24,5 +24,5 @@ "caseInsensitiveResponseHeaders": true, "library": "jersey2", "servers": false, - "httpUserAgent": "engines-api/6.3.0/java" + "httpUserAgent": "engines-api/6.3.1/java" } diff --git a/languages/java/templates/api.mustache b/languages/java/templates/api.mustache index 6d7e211..f4387b1 100644 --- a/languages/java/templates/api.mustache +++ b/languages/java/templates/api.mustache @@ -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}} { diff --git a/languages/python/openapi-generator-config.json b/languages/python/openapi-generator-config.json index d54d04c..addeded 100644 --- a/languages/python/openapi-generator-config.json +++ b/languages/python/openapi-generator-config.json @@ -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" } diff --git a/languages/python/templates/api.mustache b/languages/python/templates/api.mustache index daa53f0..3d21610 100644 --- a/languages/python/templates/api.mustache +++ b/languages/python/templates/api.mustache @@ -22,7 +22,7 @@ from {{packageName}}.model_utils import ( # noqa: F401 import warnings warnings.warn( - "This library is deprecated. Please use 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 ) diff --git a/openapi-generator/Dockerfile b/openapi-generator/Dockerfile index 4575c02..cf1be43 100644 --- a/openapi-generator/Dockerfile +++ b/openapi-generator/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:8 +FROM eclipse-temurin:8-jdk ARG VERSION=5.1.0