Commit Graph

346 Commits

Author SHA1 Message Date
133e1d75f9
feat(serialize-databind): implement alternate API for parsing via ADTs. Probably still need to figure out how to ensure unchecked exceptions are not propagated
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-30 15:53:01 +02:00
1a09294690
fix(serialize-databind): support custom map subtypes and collections
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-25 15:07:40 +02:00
3cd8aba2d1
fix(serialize-databind): support custom map subtypes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-25 14:49:22 +02:00
d29f8876ef
fix(serialize-databind): actually implement TypeAdapterRuntimeTypeWrapper
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-25 14:21:18 +02:00
451ac11851
fix(muscript-all): don't export dependency on modules
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 20:41:10 +02:00
faf7dfd18e
feat(serialize-generator): support alternate names in @SerializedName
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 20:25:12 +02:00
d1343208a3
fix(serialize): prevent unnecessary popping from stack when reading legal number
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 17:42:41 +02:00
38a54455d7
fix(serialize-generator): Print a better error message
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 16:10:17 +02:00
ca21e3e826
fix(serialize-generator): Attempt to provide additional insight into the discovered issue
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 16:00:53 +02:00
8db740a9eb
fix(serialize-generator): Additional explicit type check for debugging purposes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 15:28:15 +02:00
efff813ed6
fix(serialize-generator): remove debug log 2024-04-24 15:03:50 +02:00
f229dd496b
fix(serialize-generator): properly generate with SerializerFor
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 14:55:38 +02:00
37ed2bf867
feat(serialize-generator): pass refs through the chain
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 14:31:08 +02:00
d0a14329b6
feat(serialize-generator): try to support SerializerFor
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-04-24 14:14:46 +02:00
1a436343da
fix(serialize-generator): initial support for some use cases with generics
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 13:11:54 +02:00
78ec439ccb
fix(serialize-generator): more checks to prevent double declarations
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 10:35:03 +02:00
5a9c3ee58f
fix(serialize-generator): maybe fix missing semicolon
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 10:21:58 +02:00
c81d7e0041
fix(serialize-generator): Just use null directly! What could go wrong?
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 10:11:34 +02:00
d129e6950d
feat(serialize-generator): support getters and setters in StaticProcessor
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-23 22:48:02 +02:00
2b4b778a4a
feat(serialize-generator): support @Ignore annotation 2024-04-23 22:27:39 +02:00
571bc58f80
feat: add version catalog and bom
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-22 11:11:10 +02:00
c455aa42a8
fix(http-server): Additional null check to fix an issue in native-image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-21 00:26:25 +02:00
12aec5bfda
fix(serialize-xml): Don't require ending semicolon of reference when lenient in NativeXmlReader
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-20 23:18:24 +02:00
ca746c05a4
fix(serialize-xml): Actually consume header
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-20 22:15:37 +02:00
12d345ca20
fix(logger): Mention logger finder in module-info
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-20 22:08:22 +02:00
db632161ca
fix(serialize-xml): Consume alternate headers as well
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-20 21:56:01 +02:00
5c183a79de
fix(serialize-generator): Discard annotations in Date/String adapter
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-20 20:47:10 +02:00
5fad1d053d
fix(serialize-generator): Use correct maven coordinate
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-20 20:11:57 +02:00
d99c129a06
feat(serialize-xml): Add NativeXmlReader.copyTo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-20 19:49:07 +02:00
400a2cf654
style(muscript-optimizer): replace conditionals with guarded patterns
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-20 18:19:51 +02:00
130e246ac2
style(muscript-optimizer): split out optimization of inner expressions to permit approach based exclusively on pattern matching 2024-04-20 18:17:50 +02:00
a23af078e1
fix(serialize-xml): add some tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-20 16:53:51 +02:00
0b6783c9bd
fix(serialize-xml): fix values in objects not permitted 2024-04-20 16:53:43 +02:00
fcc3d97150
feat(serialize-xml): use name encoding for values 2024-04-20 16:53:12 +02:00
dc48cc436c
feat(serialize-xml): initial work on XmlWriter 2024-04-20 16:43:00 +02:00
8992e42393
fix(serialize-xml): prevent overzealous null 2024-04-20 16:42:39 +02:00
45eee07a29
fix(serialize-xml): interpret empty value wrapper as null 2024-04-20 16:39:50 +02:00
ae854cc040
fix(serialize-json): allow singular name at document root 2024-04-20 16:39:18 +02:00
2a9a6300ef
feat(serialize-xml): port formatting tests 2024-04-20 15:55:02 +02:00
5e89193244
feat(serialize-xml): port tests
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-04-20 15:49:30 +02:00
846bb1a982
fix(serialize-xml): compact serialization when easily possible 2024-04-20 15:20:26 +02:00
0f8a549495
fix(serialize-json): port comment post processing from xml to remove empty comments 2024-04-20 15:19:49 +02:00
30f18ecef9
feat(serialize-xml): initial work on NativeXmlWriter 2024-04-20 14:35:41 +02:00
7bcde68b9f
fix(serialize-json): prevent json injection via malicious comments 2024-04-20 14:30:39 +02:00
615ff12c27
fix(serialize-xml): name encoding system for wrapper to support names unusable in XML 2024-04-20 12:33:24 +02:00
b8d9b52ab5
fix(serialize-xml): custom path generation 2024-04-20 12:32:24 +02:00
de55636d20
fix(serialize-xml): Fix incorrect module name
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-18 22:14:18 +02:00
14a5ccf3c2
fix(serialize-generator): Move example into tests to not pollute modules
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-18 22:04:25 +02:00
04246a5235
Merge remote-tracking branch 'refs/remotes/origin/master' into breaking
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
# Conflicts:
#	muscript/src/main/java/io/gitlab/jfronny/muscript/ast/dynamic/ExprGroup.java
#	muscript/src/main/java/io/gitlab/jfronny/muscript/ast/dynamic/ListOf.java
#	muscript/src/main/java/io/gitlab/jfronny/muscript/ast/math/Minus.java
2024-04-18 21:44:47 +02:00
b0d2250d8a
fix(serialize-generator): Patch leftovers
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-18 21:42:57 +02:00