Skip to content
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

Rel 5 7 mergeback #3401

Merged
merged 25 commits into from
Feb 18, 2022
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
89c45ee
fix handling of common search parameters
JasonRoberts-smile Feb 10, 2022
02b821e
Revert "fix handling of common search parameters"
JasonRoberts-smile Feb 10, 2022
155a809
Fix implementation, add test (#3378)
tadgh Feb 10, 2022
630fb60
Rip out dead modules
tadgh Feb 10, 2022
4e785e2
Add changelog
tadgh Feb 10, 2022
f1823bd
Jr 20220210 handle common search params in contained searches (#3377)
JasonRoberts-smile Feb 11, 2022
552ba9b
Issue 3357
markiantorno Feb 12, 2022
c507b4b
Version bump
tadgh Feb 13, 2022
17d172f
Fixed null pointer exception for re-loading subscription on cdr resta…
Feb 9, 2022
02faf6f
added changelogs for this fix
Feb 9, 2022
e80ebcf
Fix broken changelog file
tadgh Feb 14, 2022
a918e12
Can't specify specific resource type permissions for bulk export (#3376)
oliviayou Feb 14, 2022
39bbd2b
Make migration donothing as it was added in error
tadgh Feb 14, 2022
062bd3f
Remove ehcache
tadgh Feb 15, 2022
b0020a2
Add version.yaml:
tadgh Feb 15, 2022
cf9ba3e
Merge branch 'master' into rel_5_7_mergeback
tadgh Feb 17, 2022
5d35285
Add to sources/javadocs for dist
tadgh Feb 17, 2022
4ae3c68
Fix typo
tadgh Feb 17, 2022
369315e
fix up pom
tadgh Feb 17, 2022
dd71c4d
wip test removing checkstyle plugin from deployable pom
tadgh Feb 17, 2022
36ffbef
remove test pom changes, instead just dont deploy to sonatype
tadgh Feb 17, 2022
0f1a306
typo
tadgh Feb 17, 2022
fa8bd1c
Merge branch 'rel_5_7' into rel_5_7_mergeback
tadgh Feb 17, 2022
83af874
Remove ehcache
tadgh Feb 18, 2022
f600710
Remove dead line as we have no fhirCTx here
tadgh Feb 18, 2022
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
Prev Previous commit
Next Next commit
Fix broken changelog file
  • Loading branch information
tadgh committed Feb 14, 2022
commit e80ebcf29b78c4b3d26bd8a207a48bece87d26cf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
type: fix
issue: 2789
issue: 3392
title: "When cross-partition reference Mode is used, the rest-hook subscriptions on a partition enabled server would
cause a NPE. Cause of this is from the reloading of the subscription when the server is restarted.
This issue has been fixed. Also fixed issue with revinclude for rest-hook subscription not working."