Commit Graph

26 Commits

Author SHA1 Message Date
f7301c45ad Small corrections 2023-06-07 12:10:47 +02:00
f37e065aa1 Removed duplicate code 2023-06-07 12:06:37 +02:00
80b22893cf Organized imports 2023-06-07 11:50:31 +02:00
e172e6c77c Updated Saxon version method and changed time to duration in frontend 2023-06-07 11:46:18 +02:00
1f7b53fee3 Implemented POJO in XSLT controller 2023-06-07 11:35:19 +02:00
e7e79281df Implemented reponse POJO in XQuery controller 2023-06-07 11:32:04 +02:00
2f8e1dd052 Implemented response POJO in XSD controller 2023-06-07 11:28:30 +02:00
aead1109c7 Changed duration type to long 2023-06-07 11:19:17 +02:00
3c8f3f4d41 Implement response POJO in XPath controller 2023-06-07 11:16:12 +02:00
a6593bcf1d Added POJO for XML request body 2023-06-07 11:03:29 +02:00
63c09f1e78 Moved model classes to 'model' package 2023-06-07 10:47:31 +02:00
ec1ef38c57 Removed unnessesary arguments in methods 2023-06-07 10:46:33 +02:00
4d9ef6d3c7 Implemented new POJO in all XML controllers 2023-06-07 10:39:40 +02:00
800c88fc62 Added XMLRequestBody class and implemented it in XPath controller 2023-06-07 10:31:34 +02:00
424bb57c42 Tidied up code 2023-06-07 10:17:47 +02:00
539a2fc1ea Finished implementing backend 2023-06-06 13:39:11 +02:00
17fbc0a3a7 Implemented methods on backend 2023-06-06 10:52:07 +02:00
02c10b8354 Fixed not working JSON arrays (#206)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #206
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-23 13:48:22 +02:00
e697a783ae Solved #195 and cleaned up code (#196)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #196
Reviewed-by: Dariusz Augustyniak <augustyd@noreply.example.com>
2023-05-18 13:36:51 +02:00
34038a2ce9 Tools java backend now uses interfaces for engine classes (solves #167) (#179)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #179
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-11 15:23:54 +02:00
2b8a9c3008 Implemented showing returned type (#112) (#148)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #148
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-04-19 13:33:39 +02:00
de94eca0ac Fixed error codes and added logging (#138)
fixed error codes (400 not 500) and added logging for json

Co-authored-by: augustyd <kainytsugua.kerad@gmail.com>
Reviewed-on: #138
Co-authored-by: Dariusz Augustyniak <augustyd@noreply.example.com>
Co-committed-by: Dariusz Augustyniak <augustyd@noreply.example.com>
2023-04-14 10:42:47 +02:00
9265c0a051 Removed imput data from logs (#130)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #130
2023-03-24 09:12:32 +01:00
715facf35b #90 Gson implementation. (#106)
Co-authored-by: Artur Kołecki <koleckiartur@icloud.com>
Reviewed-on: R11/release11-tools-web#106
2023-03-08 12:05:19 +01:00
c5190f7b62 Fixed #75 for Xalan (#95)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: R11/release11-tools-web#95
2023-03-02 12:10:34 +01:00
b0b930926c Refactored tools services endpoints system and fixed json formatter. (#91)
Co-authored-by: Artur Kołecki <koleckiartur@icloud.com>
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: R11/release11-tools-web#91
2023-03-02 11:49:21 +01:00