Skip to content

Commit 0bb7d31

Browse files
feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 71 for SDK version v6.3.1
1 parent 010383b commit 0bb7d31

34 files changed

Lines changed: 42 additions & 79 deletions

auto-generated-sdk/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## 🚨 THIS PACKAGE IS DEPRECATED!
2-
Please use <https://central.sonatype.com/search?q=com.factset.sdk&smo=true> instead.
31

42
# engines-sdk
53

@@ -44,7 +42,7 @@ Add this dependency to your project's POM:
4442
<dependency>
4543
<groupId>com.factset.analyticsapi</groupId>
4644
<artifactId>engines-sdk</artifactId>
47-
<version>6.3.0</version>
45+
<version>6.3.1</version>
4846
<scope>compile</scope>
4947
</dependency>
5048
```
@@ -54,7 +52,7 @@ Add this dependency to your project's POM:
5452
Add this dependency to your project's build file:
5553

5654
```groovy
57-
compile "com.factset.analyticsapi:engines-sdk:6.3.0"
55+
compile "com.factset.analyticsapi:engines-sdk:6.3.1"
5856
```
5957

6058
### Others
@@ -67,7 +65,7 @@ mvn clean package
6765

6866
Then manually install the following JARs:
6967

70-
- `target/engines-sdk-6.3.0.jar`
68+
- `target/engines-sdk-6.3.1.jar`
7169
- `target/lib/*.jar`
7270

7371
## 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: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,14 @@
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>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&#x3D;com.factset.sdk&amp;smo&#x3D;true</description>
1111
<distributionManagement>
12-
<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>
2312
<repository>
24-
<name>Central Portal Releases</name>
25-
<id>central</id>
26-
<url>https://central.sonatype.com</url>
27-
<releases>
28-
<enabled>true</enabled>
29-
</releases>
13+
<id>ossrh</id>
14+
<name>Central Repository OSSRH</name>
15+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
3016
</repository>
3117
</distributionManagement>
3218
<scm>
@@ -105,15 +91,6 @@
10591
</execution>
10692
</executions>
10793
</plugin>
108-
<plugin>
109-
<groupId>org.sonatype.central</groupId>
110-
<artifactId>central-publishing-maven-plugin</artifactId>
111-
<version>0.8.0</version>
112-
<extensions>true</extensions>
113-
<configuration>
114-
<deploymentName>${project.groupId}-${project.artifactId}-${project.version}</deploymentName>
115-
</configuration>
116-
</plugin>
11794

11895
<!-- attach test jar -->
11996
<plugin>
@@ -227,15 +204,15 @@
227204
<plugin>
228205
<groupId>org.apache.maven.plugins</groupId>
229206
<artifactId>maven-gpg-plugin</artifactId>
230-
<version>3.2.8</version>
207+
<version>1.6</version>
231208
<executions>
232209
<execution>
233210
<id>sign-artifacts</id>
234211
<phase>verify</phase>
235212
<goals>
236213
<goal>sign</goal>
237214
</goals>
238-
<configuration>
215+
<configuration>
239216
<!-- Prevent gpg from using pinentry programs -->
240217
<gpgArguments>
241218
<arg>--pinentry-mode</arg>
@@ -245,14 +222,6 @@
245222
</execution>
246223
</executions>
247224
</plugin>
248-
<plugin>
249-
<groupId>org.sonatype.central</groupId>
250-
<artifactId>central-publishing-maven-plugin</artifactId>
251-
<configuration>
252-
<publishingServerId>central</publishingServerId>
253-
<waitUntil>validated</waitUntil>
254-
</configuration>
255-
</plugin>
256225
</plugins>
257226
</build>
258227
</profile>
@@ -362,9 +331,5 @@
362331
<threetenbp-version>2.9.10</threetenbp-version>
363332
<javax-annotation-version>1.3.2</javax-annotation-version>
364333
<junit-version>4.13.1</junit-version>
365-
<deprecated>true</deprecated>
366-
<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-
</deprecationMessage>
369334
</properties>
370335
</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: 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: 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: 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: 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: https://central.sonatype.com/search?q=com.factset.sdk&smo=true".
2525
*/
2626
@Deprecated
2727
public class BpmOptimizerApi {

0 commit comments

Comments
 (0)