Credit for #575
This commit is contained in:
parent
3a9031bc9c
commit
67774627d4
4
pom.xml
4
pom.xml
|
@ -318,6 +318,10 @@
|
|||
<id>jodue</id>
|
||||
<name>jodue</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>joelsch</id>
|
||||
<name>Joel Schneider</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -197,6 +197,11 @@
|
|||
on certain platforms where the StAX parser was overridden. Thanks to
|
||||
GitHub user @Jodue for the pull request!
|
||||
</action>
|
||||
<action type="add" issue="575">
|
||||
Remove an unneccesary database flush when saving large code systems to
|
||||
the JPA database, improving performance of this operation. Thanks to
|
||||
Joel Schneider for the pull request and analysis!
|
||||
</action>
|
||||
</release>
|
||||
<release version="2.2" date="2016-12-20">
|
||||
<action type="add">
|
||||
|
|
Loading…
Reference in New Issue