diff --git a/auto-generated-sdk/README.md b/auto-generated-sdk/README.md index a97ea7b..edc1d4f 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: [enterprise-sdk](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..2477cc0 100644 --- a/auto-generated-sdk/pom.xml +++ b/auto-generated-sdk/pom.xml @@ -5,28 +5,28 @@ 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: [enterprise-sdk](https://central.sonatype.com/search?q=com.factset.sdk&smo=true) - Central Portal Snapshots - central-portal-snapshots - https://central.sonatype.com/repository/maven-snapshots/ - - false - - - true - - + Central Portal Snapshots + central-portal-snapshots + https://central.sonatype.com/repository/maven-snapshots/ + + false + + + true + + Central Portal Releases central https://central.sonatype.com true - + @@ -105,6 +105,7 @@ + org.sonatype.central central-publishing-maven-plugin @@ -235,7 +236,7 @@ sign - + --pinentry-mode @@ -364,7 +365,7 @@ 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: [enterprise-sdk](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..6ac0e64 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: [enterprise-sdk](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..cdbc228 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: [enterprise-sdk](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..ab0c303 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: [enterprise-sdk](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..f56852d 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: [enterprise-sdk](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..e2bd86b 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: [enterprise-sdk](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..f74cc14 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: [enterprise-sdk](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..2873210 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: [enterprise-sdk](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..efe6191 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: [enterprise-sdk](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..25539e1 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: [enterprise-sdk](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..f34308c 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: [enterprise-sdk](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..ff07172 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: [enterprise-sdk](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..b079335 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: [enterprise-sdk](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..6b5d79d 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: [enterprise-sdk](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..e751adc 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: [enterprise-sdk](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..f1a0146 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: [enterprise-sdk](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..a56095f 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: [enterprise-sdk](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..335b8aa 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: [enterprise-sdk](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..0f4cd15 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: [enterprise-sdk](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..837a891 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: [enterprise-sdk](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..ade4283 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: [enterprise-sdk](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..1169e34 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: [enterprise-sdk](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..c71cbfd 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: [enterprise-sdk](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..fc749d2 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: [enterprise-sdk](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..a0cd3e5 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: [enterprise-sdk](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..4da7770 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: [enterprise-sdk](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..0fcbb18 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: [enterprise-sdk](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..3dfa30a 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: [enterprise-sdk](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..e5e86d0 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: [enterprise-sdk](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..9556f7f 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: [enterprise-sdk](https://central.sonatype.com/search?q=com.factset.sdk&smo=true)". */ @Deprecated public class VaultCalculationsApi { diff --git a/tests/pom.xml b/tests/pom.xml index f85b50b..db74963 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -116,7 +116,7 @@ system - ${project.basedir}/../auto-generated-sdk/target/engines-sdk-6.3.0.jar + ${project.basedir}/../auto-generated-sdk/target/engines-sdk-6.3.1.jar com.factset.analyticsapi engines-sdk ${engines-sdk-version} @@ -142,7 +142,7 @@ 4.13.1 3.25.1 1.6.0 - 6.3.0 + 6.3.1 4.0.1