View Issue Details

IDProjectCategoryView StatusLast Update
0005935libeufinlibeufin-sandboxpublic2023-01-08 10:33
ReporterMarcello Stanisci Assigned ToMarcello Stanisci  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9.0Fixed in Version0.9.0 
Summary0005935: eliminate conversion to string before responding
DescriptionThe sandbox performs a (costly?) conversion from JAXB to String before returning the response back. There should be a way to pass Ktor the JAXB object without converting it to String first.
TagsNo tags attached.

Activities

Marcello Stanisci

2019-10-21 16:00

reporter   ~0015020

It appears that JSON official converter also passes through text conversion: https://ktor.io/servers/features/content-negotiation.html

Florian Dold

2019-11-18 14:36

manager   ~0015086

This is unavoidable, but at least now we do

  JAXB -> string

instead of

  JAXB -> DOM -> string

Issue History

Date Modified Username Field Change
2019-10-18 19:11 Marcello Stanisci New Issue
2019-10-21 16:00 Marcello Stanisci Note Added: 0015020
2019-10-21 16:00 Marcello Stanisci Assigned To => Marcello Stanisci
2019-10-21 16:00 Marcello Stanisci Status new => feedback
2019-11-18 14:36 Florian Dold Status feedback => resolved
2019-11-18 14:36 Florian Dold Resolution open => fixed
2019-11-18 14:36 Florian Dold Note Added: 0015086
2023-01-08 10:33 Christian Grothoff Target Version => 0.9.0
2023-01-08 10:33 Christian Grothoff Fixed in Version => 0.9.0
2023-01-08 10:33 Christian Grothoff Status resolved => closed
2023-04-13 20:26 Florian Dold Category sandbox => libeufin sandbox
2023-04-13 20:38 Florian Dold Category libeufin sandbox => libeufin-sandbox