-
Notifications
You must be signed in to change notification settings - Fork 9
2.0.0 Release Preparation (2/2) #403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BPE should not crash if a process plugins has a miss configured ProcessPluginDefinition that breaks the jvm service loader, but specific plugin should be ignored.
* Adds a get method to the ProcessPluginApi for accessing the object of the plugins ProcessPluginDefinition class created by the java service loader during plugin loading. * This addition simplifies access to the plugins name, version and release-date at runtime specially if the ProcessPluginDefinition class extends dev.dsf.bpe.v2.AbstractProcessPluginDefinition to specify these values via maven property replacement.
* BPMN Activity classes, created via an ActivityPrototypeBeanCreator, can now express dependencies to other spring beans via constructor arguments without the need for @autowire annotations. * Adds Test to verify autowiring.
Adds new FhirClientConfigProvider to the API with access to client configs (moved from FhirClientProvider), the default client config trust store and a method to create a SSLContext based on the default trust store. New integration test for config provider.
* disabled annotation processor from log4j2-core by disabling all annotations processors in modules with a log42-core dependency * mockito-core configured as java agent for tests in modules where needed * added missing deprecation annotations * fixed bad method signatures in classes implementing HAPIs IValidationSupport interface * removed not needed method with potentially unsafe var-arg * configured maven-resources-plugin propertyEncoding and fixed BuildInfoReaderImpl to use UTF-8
Adds compression service with methods for gzip, bzip2 and lzma2. The service is designed to be used with InputStreams. For the compression methods this means that the incoming InputStream needs to be read, converted to an OuputStream, used in the compression implementations and than converted back to an InputStream. Adds v2 plugin integration tests and a direct service test.
issue/346_347_ProcessPluginDefinition_Access_-_BPMN_Activity_Beans
'origin/issue/346_347_ProcessPluginDefinition_Access_-_BPMN_Activity_Beans' into develop_2
issue/349_Data_Compression_Service
* mockito-core configured as java agent for tests
issue/301_Upgrade_Dependencies
Fixed inconsistent StructureDefinition snapshot handling. Internal resource created and updated events now always include snapshots. HTTP responses include snapshots if the StructureDefinition resource in the POST or PUT request included a snapshot. New integration test to verify behavior.
* New dsf-common-oidc maven module with base oidc client * Reworked bpe server oidc client to be based on common base client * Reworked BackChannelLogoutAuthenticator and BearerTokenAuthenticator to used common oidc client, authenticators now also support tokens sigend with EC keys * New config parameter to set oidc token audience (aud) to validate bearer tokens, default uses oidc client-id
@implNote is used in the JDK and not standardized
- Modified dsf-maven-plugin to support server only CAs - Added new default trusted server root CAs: "D-TRUST BR Root CA 1 2020" and "D-TRUST BR Root CA 2 2023"
'origin/issue/395_New_D-Trust_Server_Root_CAs' into develop_2
issue/393_Fix_2.0.0-RC1_Bugs
- New dsf-bpe-process-api-v1-base and dsf-bpe-process-api-v1-operaton modules. - Modules dsf-bpe-process-api-v1 and dsf-bpe-process-api-v1-operaton have dependencies to dsf-bpe-process-api-v1-base. - Code with dependency to Operaton or Camunda now lives in dsf-bpe-process-api-v1 and dsf-bpe-process-api-v1-operaton respectively, code without Operaton or Camunda dependency in dsf-bpe-process-api-v1-base. - The dsf-bpe-process-api-v1-base module is shaded into dsf-bpe-process-api-v1 and dsf-bpe-process-api-v1-operaton.
- Added rewrite of org.camunda.bpm.model.bpmn.instance.UserTask.getCamundaFormKey() to org.operaton.bpm.model.bpmn.instance.UserTask.getOperatonFormKey(). Method is used in DefaultUserTaskListener and thus may also be used special code written by process plugin developers. - Rewrite not needed for DefaultUserTaskListener as it lives in dsf-bpe-process-api-v1-operaton module.
Not upgrading to HAPI 8.6.0: NullPointerException while validating due to bug in cache code.
- Change does not make a difference in validation but improves DSF implementation guide readability - Added special case to BundleGenerator for ignoring hl7 base profiles during cycle detection
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.