OpenLiberty / openliberty-realworld-example-app

5 stars 8 forks source link

Add mpOpenAPI code and re-format serialization #3

Closed Joseph-Cass closed 2 years ago

Joseph-Cass commented 3 years ago

Resolves points 2-5 from issue #1.

Since the endpoints are now serialized/deserialized from the respective objects (User, Article etc.) the examples in JaxrsApplication.java could probably be generated from @Schema examples on the fields of the entities. I just didn't get round to doing this.

Note: this is branched from the unmerged ef1c3385d0f4b0e4d8de3ea560827401241e898e commit

Azquelt commented 3 years ago

Does this resolve point 3. from #1? I didn't see the new JPA queries in the diff.

tevans78 commented 2 years ago

Can't merge this PR because it goes to master