mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Credit for #6224
This commit is contained in:
parent
b18c22b703
commit
e6dcfb2c6c
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
type: perf
|
||||||
|
issue: 6224
|
||||||
|
title: "The JPA server will no longer use a separate thread and database connection
|
||||||
|
to resolve tag definitions. This should improve performance in some cases, and
|
||||||
|
resolves compatibility issues for some environments. Thanks to Ibrahim (Trifork A/S)
|
||||||
|
for the pull request!"
|
5
pom.xml
5
pom.xml
@ -938,6 +938,11 @@
|
|||||||
<id>plchldr</id>
|
<id>plchldr</id>
|
||||||
<name>Jonas Beyer</name>
|
<name>Jonas Beyer</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>iyt-trifork</id>
|
||||||
|
<name>Ibrahim</name>
|
||||||
|
<organization>Trifork A/S</organization>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user