This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Conversation
This file contains 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
issues/382_Start_New_Development_Cycle
'origin/issues/382_Start_New_Development_Cycle' into develop
'origin/issues/382_Start_New_Development_Cycle' into develop
'origin/issues/384_Parallel_Process_Instances' into develop
If a MimeBodyPart contains a MimeMultipart as content, the special case now returns the MimeMultipart body and does not wrap the MimeBodyPart in a MimeMultipart again.
In order for process plugin developers to be able to execute EndEvent execution listeners after the process finishes and the Task resource is written to the DSF FHIR server, the DSF EndListener is now added to the "start" phase of EndEvents. Execution Listeners configured in BPMN on the "start" phase will execute before the DSF EndListener. Configured for the "end" phase, they will execute after the DSF EndListener.
The BpmnServiceDelegateValidationServiceImpl now checks if bean implement the correct JavaDelegate, TaskListener and ExecutionListener interfaces.
The process started, process ended, process failed and message send failed log message now contain the absolute, versionless URL to the Task resource instead of just the id of that Task resource.
Minor modifications to JavaDoc, Task and QuestionnaireResponse absolute, versionless URLs in log messages instead of just resource IDs.
New method names: beforeQuestionnaireResponseCreate(...) and afterQuestionnaireResponseCreate(...)
'origin/issues/387_Unable_to_Execute_Listener' into develop
If a user that is not allowed to read a resource, checks via "If-None-Match" or "Last-Modified" Header if a resource has been modified and the resource has no modification, we now return "forbidden" instead of "not modified".
…f into issues/139_user-tasks * 'issues/139_user-tasks' of github.com:highmed/highmed-dsf: moved DSF EndListener back to "end" phase of EndEvents, but at index 0 upgrading dependencies and managing out-dated dependency replaced "Task" string with constants from ResourceType adds option to enable pre/post activity debug logging Absolute, versionless Task URLs now in log messages instead of id added check implementation of the correct interface EndListener now added on "start" of EndEvents added special case for MimeBodyPart containing MimeMultipart as content fixes instanceof check for ExecutionListener delegates, closes #387
The resourceType parameter was not passed to the general history method resulting in a system-wide history call.
QuestionnaireResponse resources can now be read by local users only. New implementation of the QuestionnaireResponseAuthorizationRule does not use authorization tags anymore. Improved resource OK and modifications OK checks in QuestionnaireResponseAuthorizationRule. Added missing HistoryUserFilters for Questionnaire and QuestionnaireReposnes, added both resources to database view 'history'. Added additional integration tests and remove authorization tag related test from QuestionnaireResponseDaoTest.
The process business-key can be added to generated 'in-progress' QuestionnaireResponse resources by overriding a method and returning true.
[email protected]:highmed/highmed-dsf.git into issues/139_user-tasks
The response from the server for status codes >= 400 and < 600 is now displayed as the html document.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
closes #139
closes #382
closes #384
closes #387