Skip to content

2.0.0-M2 - Second Milestone Pre Release

Pre-release
Pre-release

Choose a tag to compare

@hhund hhund released this 31 Mar 23:25
· 549 commits to main since this release
v2.0.0-M2
18d26e4

General remarks:

  • This is the second milestone release for the upcoming major version 2.0.0. Do not use this in production.

Features:

Docker images in GitHub docker registry - ghcr.io:

Process Plugin API v1 on Maven Central:

<dependency>
    <groupId>dev.dsf</groupId>
    <artifactId>dsf-bpe-process-api-v1</artifactId>
    <version>2.0.0-M2</version>
</dependency>

Process Plugin API v2 on Maven Central:

<dependency>
    <groupId>dev.dsf</groupId>
    <artifactId>dsf-bpe-process-api-v2</artifactId>
    <version>2.0.0-M2</version>
</dependency>

Issues closed:

  • Upgrade Dependencies #301
  • Downgrade PostgreSQL JDBC Driver to 42.7.3 #298
  • Upgrade to HAPI 8.0.0 #297
  • Optimize FHIR Binary Resource Handling #296
  • Add Mechanism to the API for Modifying Process Plugin FHIR Resources During Startup #292
  • Remove Camunda Dependency from Process Plugin API v2 #284
  • Validator Ignores CodeSystem Version #281
  • Add BPE Integration Tests #271
  • Add Mechanism to Manage Connections to Local FHIR Servers #270
  • Port Fixes and Features From 1.7.0 to 2.0.0 #268
  • Complete Class and Resource Allow Lists for ProcessPluginApiClassLoader #241
  • Port Fixes and Features From 1.6.0 to 2.0.0 #239
  • Add Methods for Accessing "Local" BPMN Variables to the Plugin API #210
  • Add Service to Encrypt and Decrypt Binary Data via Plugin API #206
  • Add Service to Check Mime-Type of Binary Data via Plugin API #205
  • Upgrade to Jetty 12 #203
  • Upgrade to Java 21 #202
  • Web Application Style Class Loading for Process Plugins #201
  • Create API v2 Maven Module #200
  • Add Constants for organization-role and practitioner-role CodeSystems #81
  • Improve DefaultUserTaskListener #78

This release contains contributions from @hhund, @jaboehri, @schwzr and @wetret.