Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,11 @@
<id>SevcikMichal</id>
<name>Michal Sevcik</name>
</developer>
<developer>
<id>iyt-trifork</id>
<name>Ibrahim</name>
<organization>Trifork A/S</organization>
</developer>
</developers>

<licenses>
Expand Down
Loading