Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
ae6e2942
Commit
ae6e2942
authored
Jul 01, 2020
by
Piotr Gawron
Browse files
problem witch cache deserialization
parent
a9d623f2
Pipeline
#29209
passed with stage
in 12 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
ae6e2942
...
...
@@ -20,6 +20,7 @@ minerva (15.0.2) stable; urgency=medium
"bqbiol:hasProperty"
,
"bqbiol:isPropertyOf"
and
"bqbiol:hasTaxon"
relation
types
are
not
supported
by
CellDedigner
and
are
now
transformed
during
export
into
something
readable
by
CellDesigner
(#
1281
)
*
Bug
fix
:
at
random
time
points
there
was
an
issue
with
cached
data
(#
1323
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Mon
,
29
Jun
2020
11
:
00
:
00
+
0200
...
...
annotation/src/main/java/lcsb/mapviewer/annotation/cache/XmlSerializer.java
View file @
ae6e2942
...
...
@@ -98,8 +98,6 @@ public class XmlSerializer<T> {
}
try
{
return
(
T
)
jaxbUnmarshaller
.
unmarshal
(
node
);
}
catch
(
JAXBException
e
)
{
throw
new
SerializationException
(
e
);
}
catch
(
Exception
e
)
{
// the library can throw NPE sometimes...
logger
.
error
(
e
,
e
);
return
null
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment