Commit Graph

55 Commits

Author SHA1 Message Date
ddbeb88929 fix: put info request body nullable 2022-04-07 05:02:43 -07:00
26c481e1a4 fix: swagger ui regression from dependency bump 2022-04-01 09:21:50 -04:00
ecd9415662 fix: nullable enum support (#234) 2022-03-30 21:47:13 +00:00
6da21b0cbe chore(deps): update dependency joda-time:joda-time to v2.10.14 (#228)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-21 14:39:31 +00:00
bae3a16e30 feat: Added SwaggerUI KTor Plugin (#215) 2022-03-01 12:47:51 -05:00
b5b4795f4c chore(deps): update dependency org.apache.logging.log4j:log4j-api to v2.17.2 (#213)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-27 16:29:32 +00:00
d5dc41ccf5 chore(deps): update dependency org.apache.logging.log4j:log4j-core to v2.17.2 (#212)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-27 10:26:20 +00:00
31fa5e40c8 fix: formatting custom SimpleSchema (fixes #198) (#208) 2022-02-25 08:52:01 -05:00
f919a6a4b1 fix: (#194) to support Location classes located in other non-location classes (e.g. inside Object) (#207)
* Safely stop Location path calculation on first non-location parent

* added a test

* changelog

* added result file and renamed test models

Co-authored-by: Gennadi Kudrjavtsev <gennadi@agrello.org>
2022-02-23 10:24:57 -05:00
64c352064e fix: nullability breaks object comparison (#202) 2022-02-19 18:39:57 -05:00
69d6b1af1d feat: allow for overriding openapi endpoint (#192) 2022-02-11 13:04:47 +00:00
52a425a5d2 fix: bumped swagger version + minor playground fix (#191) 2022-02-10 13:34:02 +00:00
452ab4773f doc: add custom type example to playground (#189) 2022-02-10 07:44:52 -05:00
9bd34c4f97 chore(deps): update dependency org.slf4j:slf4j-api to v1.7.36 (#183)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-09 12:53:34 +00:00
99750ccacb chore(deps): update dependency org.slf4j:slf4j-simple to v1.7.36 (#182)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-09 10:59:19 +00:00
99590563fc chore: test all serializers (#180) 2022-02-08 18:07:53 +00:00
d1b951b4b1 fix: swagger ui bug (#177) 2022-02-07 20:18:35 +00:00
d54b8a730f fix: support recursive types (#174) 2022-02-04 17:34:21 +00:00
ed14c2d01a chore(deps): update dependency org.slf4j:slf4j-simple to v1.7.35 (#165)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-26 13:39:55 +00:00
c95c525ffb chore(deps): update dependency org.slf4j:slf4j-api to v1.7.35 (#164)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-26 11:33:54 +00:00
0ace1efadc chore(deps): update dependency org.slf4j:slf4j-simple to v1.7.34 (#163)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-25 12:41:59 +00:00
c8595543f9 chore(deps): update dependency org.slf4j:slf4j-api to v1.7.34 (#162)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-25 10:48:38 +00:00
ae2a1b578a chore: version bumps and cleanup (#156) 2022-01-17 03:22:33 +00:00
906b329c2e chore(deps): update dependency org.slf4j:slf4j-simple to v1.7.33 (#153)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-13 19:03:18 +00:00
1bf81cfd82 chore(deps): update dependency org.slf4j:slf4j-api to v1.7.33 (#152)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-13 17:25:57 +00:00
3b2fa72d26 chore(deps): update plugin io.bkbn.sourdough.application.jvm to v0.5.5 (#149)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-13 12:25:52 +00:00
aa21c1219b fix: bug in testing suite + lots of documentation updates 2022-01-12 09:15:27 -05:00
bc380077fb chore(deps): update plugin org.jetbrains.kotlin.plugin.serialization to v1.6.10 (#143) 2022-01-09 13:09:51 +00:00
38a70e4979 chore(deps): update dependency org.apache.logging.log4j:log4j-core to v2.17.1 (#140)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 09:47:01 +00:00
4a1425b73b chore(deps): update dependency org.apache.logging.log4j:log4j-api to v2.17.1 (#138) 2022-01-09 03:13:12 +00:00
da104d0a63 feat: Multi Serialization Support (#134) 2022-01-04 02:05:30 +00:00
c29567114d feat: v2-alpha (#112)
There are still some bugs, still some outstanding features, but I don't want to hold this back any longer, that way I can keep the future PRs much more focused
2022-01-03 04:15:15 +00:00
5e070e1875 feat: Add opt-in locations support via ancillary module (#107) 2021-11-25 13:09:18 -05:00
d9d0f129b5 fix: Allow for injectable ObjectMapper to resolve serialization issues for Java 8 date type 2021-10-24 12:25:55 -04:00
6ba3617e32 add super hack to support undeclared polymorphic adapter fields (#84) 2021-08-15 01:02:23 +00:00
b021935b10 allow custom type overrides (#83) 2021-08-12 21:38:48 -04:00
925172cf86 encode oas to json internally (#69) 2021-06-04 20:51:06 +00:00
aa3290243b explicit decoupled serialization (#65) 2021-06-03 09:00:33 -04:00
59c0c3aabf Polymorphic and Generic Support (#59) 2021-05-21 21:35:19 +00:00
5b99564a75 no more lg-backbone (#50) 2021-05-08 10:38:11 -04:00
c019f92cc0 V1 beta release time 🥳 (#48) 2021-05-06 09:36:35 -04:00
f23016e878 Default param values (#47) 2021-05-05 21:33:17 -04:00
938a604285 updated playground (#46) 2021-05-04 14:37:16 -04:00
6b87519a64 Feature/examplebodies (#44) 2021-05-04 14:19:29 -04:00
26ada3daad Error Responses, PR Template, Code Refactor, and Test plugin update (#42) 2021-04-29 19:08:45 -04:00
ea09aa72e2 Feature/swagger UI (#34) 2021-04-23 08:44:26 -04:00
d0767aa74e init security scheme (#29) 2021-04-21 13:51:42 -04:00
dd978276d2 redoc and openapi routes standardized (#28) 2021-04-19 09:11:32 -04:00
ae4999483b parameter support (#27) 2021-04-17 20:20:37 +00:00
81e24f96dc document top level collectiom (#24) 2021-04-17 08:32:43 -04:00