Skip to content

Releases: cjbooms/fabrikt

1.0.0.RC9

01 May 19:31
ff42271
Compare
Choose a tag to compare
Fixing bug with constructor when multiple objects under an allOf, but…

1.0.0

01 May 22:47
6dc029c
Compare
Choose a tag to compare

The library currently has support for generating:

  • Jackson annotated data classes
  • Spring MVC annotated controller interfaces
  • OkHttp Client - with the option for a resilience4j fault-tolerance wrapper

Support for External Schemas

24 Mar 17:56
1612a9d
Compare
Choose a tag to compare
1.0.0.RC8

Improving support for external references from an API document. Previ…

1.0.0.RC7

16 Dec 12:59
24a80d2
Compare
Choose a tag to compare

Minor bug fix around code gen options

1.0.0.RC6

15 Dec 19:59
8331c25
Compare
Choose a tag to compare

New Features options:

  • Generate Quarkus reflection-config.json of generated Models for library authors targeting natively compile applications
  • Annotate generated Models with Quarkus annoatation @RegisterForReflection
  • Generate Kotlin Enums for strings labeled x-extensible-enum. Useful for server-side code generation

Bug Fixes:

  • Improves class names of inlined object definitions to reduce the possibility of Class collisions.
  • Discriminators annotations no longer bleed between unrelated Polymorphic super types

1.0.0.RC5

23 Nov 22:16
914a8ff
Compare
Choose a tag to compare

Release candidate 5 with fix for POST with response body

1.0.0.RC4

26 Aug 10:03
0432ba3
Compare
Choose a tag to compare

Fixes #15

1.0.0.RC3

06 Aug 19:23
5351a09
Compare
Choose a tag to compare

Release candidate three including support for generating java serialized models

1.0.0.RC2

06 Aug 15:17
9c78af8
Compare
Choose a tag to compare

Second release candidate testing automated deployment to Sonatype using Github actions

1.0.0.RC1

16 Jun 14:46
b3398d3
Compare
Choose a tag to compare

First release