Skip to content
Merged
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
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ preferred-citation:
doi: 10.3233/SHTI210060
type: proceedings
title: "Data Sharing Framework (DSF)"
version: 1.9.0
date-released: 2025-10-14
version: 2.0.0
date-released: 2025-11-25
url: https://dsf.dev
repository-code: https://github.com/datasharingframework/dsf
repository-artifact: https://github.com/datasharingframework/dsf/releases
Expand Down
2 changes: 1 addition & 1 deletion dsf-bpe/dsf-bpe-process-api-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-bpe-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF BPE Process API v1</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-bpe/dsf-bpe-server-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-bpe-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF BPE Server Jetty</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-bpe/dsf-bpe-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-bpe-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF BPE Server</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-bpe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion dsf-common/dsf-common-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-common-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Common Auth</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-common/dsf-common-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-common-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Common Config</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-common/dsf-common-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-common-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Common DB</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-common/dsf-common-documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-common-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Common Documentation</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-common/dsf-common-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-common-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Common Jetty</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-common/dsf-common-status/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-common-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Common Status</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-common/dsf-common-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-common-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Common UI</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 2 additions & 0 deletions dsf-docker-test-setup-3dic-ttp/proxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ http {
ssl_client_certificate /run/secrets/proxy_trusted_client_cas.pem;
ssl_verify_client optional;
ssl_verify_depth 2;

client_max_body_size 8G;

map $http_upgrade $connection_upgrade {
default upgrade;
Expand Down
2 changes: 1 addition & 1 deletion dsf-fhir/dsf-fhir-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-fhir-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF FHIR Auth</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-fhir/dsf-fhir-rest-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-fhir-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF FHIR Rest Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-fhir/dsf-fhir-server-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-fhir-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF FHIR Server Jetty</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-fhir/dsf-fhir-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-fhir-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF FHIR Server</name>
Expand Down
4 changes: 2 additions & 2 deletions dsf-fhir/dsf-fhir-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-fhir-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF FHIR Validation</name>
Expand Down Expand Up @@ -106,7 +106,7 @@
</configuration>
<!-- Workaround for exec maven plugin version 3.1.0 issue -->
<!-- https://github.com/mojohaus/exec-maven-plugin/issues/247 -->
<!-- <dependencies> <dependency> <groupId>dev.dsf</groupId> <artifactId>dsf-tools-bundle-generator</artifactId> <version>1.9.0-SNAPSHOT</version> </dependency>
<!-- <dependencies> <dependency> <groupId>dev.dsf</groupId> <artifactId>dsf-tools-bundle-generator</artifactId> <version>2.0.0-SNAPSHOT</version> </dependency>
</dependencies> -->
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion dsf-fhir/dsf-fhir-webservice-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-fhir-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF FHIR Webservice Client</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-fhir/dsf-fhir-websocket-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-fhir-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF FHIR Websocket Client</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-fhir/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion dsf-tools/dsf-tools-build-info-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-tools-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Tools Build Info Reader</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-tools/dsf-tools-bundle-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-tools-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Tools Bundle Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-tools/dsf-tools-db-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-tools-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Tools DB Migration</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-tools/dsf-tools-default-ca-files-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-tools-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Tools Default CA Files Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-tools/dsf-tools-docker-secrets-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-tools-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Tools Docker Secrets Reader</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-tools/dsf-tools-documentation-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-tools-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Tools Documentation Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-tools/dsf-tools-proxy-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-tools-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dsf-tools/dsf-tools-test-data-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-tools-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<name>DSF Tools Test Data Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion dsf-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.dsf</groupId>
<artifactId>dsf-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>dev.dsf</groupId>
<artifactId>dsf-pom</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -26,7 +26,7 @@
<jetty.version>11.0.26</jetty.version>
<jersey.version>3.1.11</jersey.version>
<tyrus.version>2.2.0</tyrus.version>
<spring.version>6.2.11</spring.version>
<spring.version>6.2.12</spring.version>
<jackson.version>2.20.0</jackson.version>
<camunda.version>7.24.0</camunda.version>
<hapi.fhir.version>5.1.0</hapi.fhir.version>
Expand Down
Loading