Skip to content
Open
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 auto-generated-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 🚨 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&#x3D;com.factset.sdk&amp;smo&#x3D;true

# engines-sdk

Expand Down Expand Up @@ -44,7 +44,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.factset.analyticsapi</groupId>
<artifactId>engines-sdk</artifactId>
<version>6.3.0</version>
<version>6.3.1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion auto-generated-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'com.factset.analyticsapi'
version = '6.3.0'
version = '6.3.1'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion auto-generated-sdk/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
30 changes: 10 additions & 20 deletions auto-generated-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<artifactId>engines-sdk</artifactId>
<packaging>jar</packaging>
<name>engines-sdk</name>
<version>6.3.0</version>
<version>6.3.1</version>
<url>https://github.com/factset/analyticsapi-engines-java-sdk</url>
<description>DEPRECATED: This package is deprecated. Please use https://central.sonatype.com/search?q&#x3D;com.factset.sdk&amp;smo&#x3D;true instead.</description>
<description>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&#x3D;com.factset.sdk&amp;smo&#x3D;true</description>
<distributionManagement>
<snapshotRepository>
<snapshotRepository>
<name>Central Portal Snapshots</name>
<id>central-portal-snapshots</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
Expand All @@ -19,14 +19,11 @@
<snapshots>
<enabled>true</enabled>
</snapshots>
</snapshotRepository>
</snapshotRepository>
<repository>
<name>Central Portal Releases</name>
<id>central</id>
<url>https://central.sonatype.com</url>
<releases>
<enabled>true</enabled>
</releases>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<scm>
Expand Down Expand Up @@ -235,7 +232,7 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<configuration>
<!-- Prevent gpg from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
Expand All @@ -245,14 +242,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<configuration>
<publishingServerId>central</publishingServerId>
<waitUntil>validated</waitUntil>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down Expand Up @@ -364,7 +353,8 @@
<junit-version>4.13.1</junit-version>
<deprecated>true</deprecated>
<deprecationMessage>
DEPRECATED: This package is deprecated. Please use https://central.sonatype.com/search?q&#x3D;com.factset.sdk&amp;smo&#x3D;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&#x3D;com.factset.sdk&amp;smo&#x3D;true
</deprecationMessage>
</properties>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public ApiClient(Map<String, Authentication> 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<String, Authentication>();
Authentication auth = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading
Loading