Skip to content

Commit

Permalink
1.19.1 release readiness (#308)
Browse files Browse the repository at this point in the history
* Change version to 1.19.0-SNAPSHOT

* 1.19.0-QA version (#297)

* updated id and name

* updated id and name

* Added functionality for disabling modules (OHDSI/ArachneUI#859)

* fixed after review(OHDSI/ArachneUI#859)

* updated version to 1.19.1

* Upgradomg the Tomcat version

* OHDSI/WebAPI#1889 - added files filtration in zip archives

* OHDSI/WebAPI#1889 - added files filtration in zip archives

* Data source access type was added (OHDSI/ArachneUI#825)

* Bump commons-compress from 1.19 to 1.21 in /arachne-commons (#295)

Bumps commons-compress from 1.19 to 1.21.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump cron-utils from 9.1.3 to 9.1.6 in /arachne-scheduler (#299)

Bumps [cron-utils](https://github.com/jmrozanec/cron-utils) from 9.1.3 to 9.1.6.
- [Release notes](https://github.com/jmrozanec/cron-utils/releases)
- [Commits](jmrozanec/cron-utils@9.1.3...9.1.6)

---
updated-dependencies:
- dependency-name: com.cronutils:cron-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Added Spark to DBMSType (#300)

* Bumping versions to the latest

* Added Spark to DBMSType (#300)

* 1.17.2 release readiness

Post 1.17.1 bug fixes and extensions have been cherry picked

This branch to be used for further releases of 1.17.x which is Spring Boot 1.5.22 based (WebAPI compatible)

"Disabling modules" functionality is intentionally omitted as it is Spring version relevant

* 1.17.3-SNAPSHOT version

* 1.19.0-QA based on the latest origin/develop

* added snowflake support

* updated version

* added azure synapse support

* Libraries update (Gson, PostgreSQL JDBC, Bouncy Castle Crypto)

* Fixing duplicate 'case' entry

* 1.19.1 release readiness

Co-authored-by: Sergey Suvorov <[email protected]>
Co-authored-by: Dmitry S <[email protected]>
Co-authored-by: Anton Abushkevich <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajit Londhe <[email protected]>
  • Loading branch information
6 people authored Oct 6, 2022
1 parent 5e42e2f commit 8e2a72f
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 14 deletions.
2 changes: 1 addition & 1 deletion arachne-common-types/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arachne-commons-bundle</artifactId>
<groupId>com.odysseusinc.arachne</groupId>
<version>1.19.0</version>
<version>1.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ public enum DBMSType {
BIGQUERY("Google BigQuery", "bigquery"),
NETEZZA("Netezza", "netezza"),
HIVE("Apache Hive", "hive"),
SPARK("Spark", "spark");
SPARK("Spark", "spark"),
SNOWFLAKE("Snowflake", "snowflake"),
SYNAPSE("Azure Synapse", "synapse");

private String label;
// For further pass into SqlRender.translateSql as "targetDialect" and DatabaseConnector as "dbms"
Expand Down
2 changes: 1 addition & 1 deletion arachne-common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>arachne-commons-bundle</artifactId>
<groupId>com.odysseusinc.arachne</groupId>
<version>1.19.0</version>
<version>1.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions arachne-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.odysseusinc.arachne</groupId>
<artifactId>arachne-commons-bundle</artifactId>
<version>1.19.0</version>
<version>1.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.7</version>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down
2 changes: 1 addition & 1 deletion arachne-no-handler-found-exception-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.odysseusinc.arachne</groupId>
<artifactId>arachne-commons-bundle</artifactId>
<version>1.19.0</version>
<version>1.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion arachne-scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.odysseusinc.arachne</groupId>
<artifactId>arachne-commons-bundle</artifactId>
<version>1.19.0</version>
<version>1.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion arachne-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.odysseusinc.arachne</groupId>
<artifactId>arachne-commons-bundle</artifactId>
<version>1.19.0</version>
<version>1.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 6 additions & 1 deletion arachne-sys-settings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,22 @@
<parent>
<groupId>com.odysseusinc.arachne</groupId>
<artifactId>arachne-commons-bundle</artifactId>
<version>1.19.0</version>
<version>1.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>arachne-sys-settings</artifactId>
<packaging>jar</packaging>

<properties>
<postgresql.version>42.2.26</postgresql.version>
</properties>

<dependencies>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
</dependency>
<dependency>
<groupId>com.odysseusinc.arachne</groupId>
Expand Down
4 changes: 2 additions & 2 deletions data-source-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.odysseusinc.arachne</groupId>
<artifactId>arachne-commons-bundle</artifactId>
<version>1.19.0</version>
<version>1.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.67</version>
<version>1.69</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion execution-engine-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.odysseusinc.arachne</groupId>
<artifactId>arachne-commons-bundle</artifactId>
<version>1.19.0</version>
<version>1.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ private static ConnectionStringParser getParser(DBMSType dbmsType) {
case MS_SQL_SERVER:
case NETEZZA:
case PDW:
case SNOWFLAKE:
case SYNAPSE:
return new GenericParser();
case REDSHIFT:
return new RedshiftParser();
Expand Down
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.odysseusinc.arachne</groupId>
<artifactId>arachne-commons-bundle</artifactId>
<version>1.19.0</version>
<version>1.19.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>arachne-commons-bundle</artifactId>
<groupId>com.odysseusinc.arachne</groupId>
<version>1.19.0</version>
<version>1.19.1</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 8e2a72f

Please sign in to comment.