Skip to content

Commit 3d56f41

Browse files
feat(sdk): Auto-created from 'analyticsapi-engines-sdk-generator' repository PR 71 for SDK version v6.3.1 (#98)
1 parent 3b0065c commit 3d56f41

35 files changed

Lines changed: 54 additions & 53 deletions

auto-generated-sdk/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 🚨 THIS PACKAGE IS DEPRECATED!
2-
Please use <https://central.sonatype.com/search?q=com.factset.sdk&smo=true> instead.
2+
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&#x3D;com.factset.sdk&amp;smo&#x3D;true)
33

44
# engines-sdk
55

@@ -44,7 +44,7 @@ Add this dependency to your project's POM:
4444
<dependency>
4545
<groupId>com.factset.analyticsapi</groupId>
4646
<artifactId>engines-sdk</artifactId>
47-
<version>6.3.0</version>
47+
<version>6.3.1</version>
4848
<scope>compile</scope>
4949
</dependency>
5050
```
@@ -54,7 +54,7 @@ Add this dependency to your project's POM:
5454
Add this dependency to your project's build file:
5555

5656
```groovy
57-
compile "com.factset.analyticsapi:engines-sdk:6.3.0"
57+
compile "com.factset.analyticsapi:engines-sdk:6.3.1"
5858
```
5959

6060
### Others
@@ -67,7 +67,7 @@ mvn clean package
6767

6868
Then manually install the following JARs:
6969

70-
- `target/engines-sdk-6.3.0.jar`
70+
- `target/engines-sdk-6.3.1.jar`
7171
- `target/lib/*.jar`
7272

7373
## Usage

auto-generated-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.factset.analyticsapi'
5-
version = '6.3.0'
5+
version = '6.3.1'
66

77
buildscript {
88
repositories {

auto-generated-sdk/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.factset.analyticsapi",
44
name := "engines-sdk",
5-
version := "6.3.0",
5+
version := "6.3.1",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

auto-generated-sdk/pom.xml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@
55
<artifactId>engines-sdk</artifactId>
66
<packaging>jar</packaging>
77
<name>engines-sdk</name>
8-
<version>6.3.0</version>
8+
<version>6.3.1</version>
99
<url>https://github.com/factset/analyticsapi-engines-java-sdk</url>
10-
<description>DEPRECATED: This package is deprecated. Please use https://central.sonatype.com/search?q&#x3D;com.factset.sdk&amp;smo&#x3D;true instead.</description>
10+
<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: [enterprise-sdk](https://central.sonatype.com/search?q&#x3D;com.factset.sdk&amp;smo&#x3D;true)</description>
1111
<distributionManagement>
1212
<snapshotRepository>
13-
<name>Central Portal Snapshots</name>
14-
<id>central-portal-snapshots</id>
15-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
16-
<releases>
17-
<enabled>false</enabled>
18-
</releases>
19-
<snapshots>
20-
<enabled>true</enabled>
21-
</snapshots>
22-
</snapshotRepository>
13+
<name>Central Portal Snapshots</name>
14+
<id>central-portal-snapshots</id>
15+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
16+
<releases>
17+
<enabled>false</enabled>
18+
</releases>
19+
<snapshots>
20+
<enabled>true</enabled>
21+
</snapshots>
22+
</snapshotRepository>
2323
<repository>
2424
<name>Central Portal Releases</name>
2525
<id>central</id>
2626
<url>https://central.sonatype.com</url>
2727
<releases>
2828
<enabled>true</enabled>
29-
</releases>
29+
</releases>
3030
</repository>
3131
</distributionManagement>
3232
<scm>
@@ -105,6 +105,7 @@
105105
</execution>
106106
</executions>
107107
</plugin>
108+
108109
<plugin>
109110
<groupId>org.sonatype.central</groupId>
110111
<artifactId>central-publishing-maven-plugin</artifactId>
@@ -235,7 +236,7 @@
235236
<goals>
236237
<goal>sign</goal>
237238
</goals>
238-
<configuration>
239+
<configuration>
239240
<!-- Prevent gpg from using pinentry programs -->
240241
<gpgArguments>
241242
<arg>--pinentry-mode</arg>
@@ -364,7 +365,7 @@
364365
<junit-version>4.13.1</junit-version>
365366
<deprecated>true</deprecated>
366367
<deprecationMessage>
367-
DEPRECATED: This package is deprecated. Please use https://central.sonatype.com/search?q&#x3D;com.factset.sdk&amp;smo&#x3D;true instead.
368+
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&#x3D;com.factset.sdk&amp;smo&#x3D;true)
368369
</deprecationMessage>
369370
</properties>
370371
</project>

auto-generated-sdk/src/main/java/factset/analyticsapi/engines/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public ApiClient(Map<String, Authentication> authMap) {
118118
httpClient = buildHttpClient();
119119
this.dateFormat = new RFC3339DateFormat();
120120
// Set default User-Agent.
121-
setUserAgent("engines-api/6.3.0/java");
121+
setUserAgent("engines-api/6.3.1/java");
122122
// Setup authentications (key: authentication name, value: authentication).
123123
authentications = new HashMap<String, Authentication>();
124124
Authentication auth = null;

auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AccountsApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
@javax.annotation.Generated(value = "CustomJavaClientCodegen")
2222
/**
23-
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
23+
* @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)".
2424
*/
2525
@Deprecated
2626
public class AccountsApi {

auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AfiOptimizerApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
@javax.annotation.Generated(value = "CustomJavaClientCodegen")
2323
/**
24-
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
24+
* @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)".
2525
*/
2626
@Deprecated
2727
public class AfiOptimizerApi {

auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/AxpOptimizerApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
@javax.annotation.Generated(value = "CustomJavaClientCodegen")
2323
/**
24-
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
24+
* @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)".
2525
*/
2626
@Deprecated
2727
public class AxpOptimizerApi {

auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/BenchmarksApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
@javax.annotation.Generated(value = "CustomJavaClientCodegen")
2121
/**
22-
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
22+
* @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)".
2323
*/
2424
@Deprecated
2525
public class BenchmarksApi {

auto-generated-sdk/src/main/java/factset/analyticsapi/engines/api/BpmOptimizerApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
@javax.annotation.Generated(value = "CustomJavaClientCodegen")
2323
/**
24-
* @deprecated This library is deprecated.Please use https://central.sonatype.com/search?q=com.factset.sdk&smo=true instead.
24+
* @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)".
2525
*/
2626
@Deprecated
2727
public class BpmOptimizerApi {

0 commit comments

Comments
 (0)