diff --git a/auto-generated-sdk/README.md b/auto-generated-sdk/README.md index a97ea7b..faa57ec 100644 --- a/auto-generated-sdk/README.md +++ b/auto-generated-sdk/README.md @@ -1,5 +1,5 @@ ## 🚨 THIS PACKAGE 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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true # engines-sdk @@ -44,7 +44,7 @@ Add this dependency to your project's POM: com.factset.analyticsapi engines-sdk - 6.3.0 + 6.3.1 compile ``` @@ -54,7 +54,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "com.factset.analyticsapi:engines-sdk:6.3.0" +compile "com.factset.analyticsapi:engines-sdk:6.3.1" ``` ### Others @@ -67,7 +67,7 @@ mvn clean package Then manually install the following JARs: -- `target/engines-sdk-6.3.0.jar` +- `target/engines-sdk-6.3.1.jar` - `target/lib/*.jar` ## Usage diff --git a/auto-generated-sdk/build.gradle b/auto-generated-sdk/build.gradle index 6c69576..27ee93f 100644 --- a/auto-generated-sdk/build.gradle +++ b/auto-generated-sdk/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'idea' apply plugin: 'eclipse' group = 'com.factset.analyticsapi' -version = '6.3.0' +version = '6.3.1' buildscript { repositories { diff --git a/auto-generated-sdk/build.sbt b/auto-generated-sdk/build.sbt index 153278c..9332c0a 100644 --- a/auto-generated-sdk/build.sbt +++ b/auto-generated-sdk/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")). settings( organization := "com.factset.analyticsapi", name := "engines-sdk", - version := "6.3.0", + version := "6.3.1", scalaVersion := "2.11.4", scalacOptions ++= Seq("-feature"), javacOptions in compile ++= Seq("-Xlint:deprecation"), diff --git a/auto-generated-sdk/pom.xml b/auto-generated-sdk/pom.xml index fa2366e..4985b7f 100644 --- a/auto-generated-sdk/pom.xml +++ b/auto-generated-sdk/pom.xml @@ -5,11 +5,11 @@ engines-sdk jar engines-sdk - 6.3.0 + 6.3.1 https://github.com/factset/analyticsapi-engines-java-sdk - DEPRECATED: This package is deprecated. Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true 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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true - + Central Portal Snapshots central-portal-snapshots https://central.sonatype.com/repository/maven-snapshots/ @@ -19,14 +19,11 @@ true - + - Central Portal Releases - central - https://central.sonatype.com - - true - + ossrh + Central Repository OSSRH + https://oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -235,7 +232,7 @@ sign - + --pinentry-mode @@ -245,14 +242,6 @@ - - org.sonatype.central - central-publishing-maven-plugin - - central - validated - - @@ -364,7 +353,8 @@ 4.13.1 true - DEPRECATED: This package is deprecated. Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true 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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true \ No newline at end of file diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/ApiClient.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/ApiClient.java index 1119b05..a95cb2e 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/ApiClient.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/ApiClient.java @@ -118,7 +118,7 @@ public ApiClient(Map authMap) { httpClient = buildHttpClient(); this.dateFormat = new RFC3339DateFormat(); // Set default User-Agent. - setUserAgent("engines-api/6.3.0/java"); + setUserAgent("engines-api/6.3.1/java"); // Setup authentications (key: authentication name, value: authentication). authentications = new HashMap(); Authentication auth = null; diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AccountsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AccountsApi.java index 2727d4e..e345ea4 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AccountsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AccountsApi.java @@ -20,7 +20,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class AccountsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AfiOptimizerApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AfiOptimizerApi.java index 284a0f2..1b03492 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AfiOptimizerApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AfiOptimizerApi.java @@ -21,7 +21,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class AfiOptimizerApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AxpOptimizerApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AxpOptimizerApi.java index eaa9c4b..5620607 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AxpOptimizerApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AxpOptimizerApi.java @@ -21,7 +21,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class AxpOptimizerApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/BenchmarksApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/BenchmarksApi.java index 7153362..2a1a20d 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/BenchmarksApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/BenchmarksApi.java @@ -19,7 +19,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class BenchmarksApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/BpmOptimizerApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/BpmOptimizerApi.java index a956fa2..eb21034 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/BpmOptimizerApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/BpmOptimizerApi.java @@ -21,7 +21,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class BpmOptimizerApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ColumnStatisticsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ColumnStatisticsApi.java index dbf3e62..847e978 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ColumnStatisticsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ColumnStatisticsApi.java @@ -18,7 +18,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class ColumnStatisticsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ColumnsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ColumnsApi.java index 110663e..6c2233c 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ColumnsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ColumnsApi.java @@ -20,7 +20,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class ColumnsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ComponentsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ComponentsApi.java index 18a8a72..c01130e 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ComponentsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ComponentsApi.java @@ -22,7 +22,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class ComponentsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ConfigurationsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ConfigurationsApi.java index 58e3eb7..898b35b 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ConfigurationsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/ConfigurationsApi.java @@ -20,7 +20,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class ConfigurationsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/CurrenciesApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/CurrenciesApi.java index 885a5d8..31ab128 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/CurrenciesApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/CurrenciesApi.java @@ -18,7 +18,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class CurrenciesApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/DatesApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/DatesApi.java index ecd48c9..a31cac9 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/DatesApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/DatesApi.java @@ -19,7 +19,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class DatesApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/DiscountCurvesApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/DiscountCurvesApi.java index 4249105..4b112c4 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/DiscountCurvesApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/DiscountCurvesApi.java @@ -19,7 +19,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class DiscountCurvesApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/DocumentsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/DocumentsApi.java index 87f3171..4bc016d 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/DocumentsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/DocumentsApi.java @@ -19,7 +19,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class DocumentsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FiCalculationsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FiCalculationsApi.java index 32a8931..db17a8e 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FiCalculationsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FiCalculationsApi.java @@ -21,7 +21,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class FiCalculationsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FiabCalculationsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FiabCalculationsApi.java index 0383520..c2a593c 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FiabCalculationsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FiabCalculationsApi.java @@ -20,7 +20,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class FiabCalculationsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FpoOptimizerApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FpoOptimizerApi.java index 7a7dd68..5050157 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FpoOptimizerApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FpoOptimizerApi.java @@ -21,7 +21,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class FpoOptimizerApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FrequenciesApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FrequenciesApi.java index 9220eea..f7f8fac 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FrequenciesApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/FrequenciesApi.java @@ -18,7 +18,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class FrequenciesApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/GroupsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/GroupsApi.java index 3b49dc3..7bc9f24 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/GroupsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/GroupsApi.java @@ -19,7 +19,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class GroupsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/LinkedPaTemplatesApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/LinkedPaTemplatesApi.java index 9265537..2fcbfa5 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/LinkedPaTemplatesApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/LinkedPaTemplatesApi.java @@ -23,7 +23,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class LinkedPaTemplatesApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/NpoOptimizerApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/NpoOptimizerApi.java index 8766f6a..0445e6e 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/NpoOptimizerApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/NpoOptimizerApi.java @@ -21,7 +21,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class NpoOptimizerApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/PaCalculationsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/PaCalculationsApi.java index 0b83a15..87bbc80 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/PaCalculationsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/PaCalculationsApi.java @@ -22,7 +22,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class PaCalculationsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/PricingSourcesApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/PricingSourcesApi.java index 107a008..9abf872 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/PricingSourcesApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/PricingSourcesApi.java @@ -19,7 +19,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class PricingSourcesApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/PubCalculationsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/PubCalculationsApi.java index c686ad1..21de2b9 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/PubCalculationsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/PubCalculationsApi.java @@ -22,7 +22,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class PubCalculationsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/QuantCalculationsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/QuantCalculationsApi.java index 1690719..0e0d8da 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/QuantCalculationsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/QuantCalculationsApi.java @@ -23,7 +23,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class QuantCalculationsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/SparCalculationsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/SparCalculationsApi.java index 2dd91a3..5bd3cb0 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/SparCalculationsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/SparCalculationsApi.java @@ -22,7 +22,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class SparCalculationsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/StrategyDocumentsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/StrategyDocumentsApi.java index f1296cd..716e376 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/StrategyDocumentsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/StrategyDocumentsApi.java @@ -19,7 +19,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class StrategyDocumentsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/TemplatedPaComponentsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/TemplatedPaComponentsApi.java index 3e63ba7..4b7a6c3 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/TemplatedPaComponentsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/TemplatedPaComponentsApi.java @@ -23,7 +23,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class TemplatedPaComponentsApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/UnlinkedPaTemplatesApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/UnlinkedPaTemplatesApi.java index badddb8..c5bbc3e 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/UnlinkedPaTemplatesApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/UnlinkedPaTemplatesApi.java @@ -25,7 +25,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class UnlinkedPaTemplatesApi { diff --git a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/VaultCalculationsApi.java b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/VaultCalculationsApi.java index 1bbdbad..96ea842 100644 --- a/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/VaultCalculationsApi.java +++ b/auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/VaultCalculationsApi.java @@ -22,7 +22,7 @@ @javax.annotation.Generated(value = "CustomJavaClientCodegen") /** - * @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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true". */ @Deprecated public class VaultCalculationsApi {