Skip to content

Releases: sngular/scs-multiapi-plugin

Gradle Release '4.8.2'

15 May 08:45
ff0c0ef
Compare
Choose a tag to compare
Null Pointer Exception on Build when no operationId is provided (#239)

* added exception when no operationId is provided

* #151 changed project version

* #151 added same behaviour for OpenAPI

* #151 updated exception

* #151 updated project version

Maven Release 4.8.1

12 May 11:52
8c2da30
Compare
Choose a tag to compare
#238 AsyncAPI generate inlined message schemas (#240)

* #238 AsyncAPI test no schemas

* #238 Update test

* #238 Ensure message inlined schemas are generated

* Update version

* Shorten channel schema collection

* Remove redundant logic

Gradle Release '4.8.1'

12 May 11:53
8c2da30
Compare
Choose a tag to compare
#238 AsyncAPI generate inlined message schemas (#240)

* #238 AsyncAPI test no schemas

* #238 Update test

* #238 Ensure message inlined schemas are generated

* Update version

* Shorten channel schema collection

* Remove redundant logic

Maven Release 4.8.0

10 May 13:09
7b0ad6c
Compare
Choose a tag to compare
227 openapi spring boot 3 support (#234)

Maven Release 4.7.6

10 May 10:10
1e6e78b
Compare
Choose a tag to compare
NullPointerException when processing a YML with no "components" (#232)

* fixed NullPointerException

* #226 added style changes

* Added commit suggestion by 5uso

Co-authored-by: Suso <[email protected]>

* Fix type

Writing code from github really isn't the greatest of ideas

---------

Co-authored-by: Suso <[email protected]>
Co-authored-by: Suso <[email protected]>

Maven Release 4.7.5

10 May 09:18
9af3fb4
Compare
Choose a tag to compare
228 dependency related errors when running the plugin (#231)

* #228 Update swagger core

Transitive dependency on snakeyaml. Updates it to 2.0, solving CVE-2022-1471

* Disable jar minimization

As it was causing a dynamically loaded class from freemarker to be removed

* Update jackson and freemarker

* Bump version

Gradle Release '4.8.0'

11 May 07:13
7b0ad6c
Compare
Choose a tag to compare
227 openapi spring boot 3 support (#234)

Gradle Release '4.7.6'

10 May 10:11
1e6e78b
Compare
Choose a tag to compare
NullPointerException when processing a YML with no "components" (#232)

* fixed NullPointerException

* #226 added style changes

* Added commit suggestion by 5uso

Co-authored-by: Suso <[email protected]>

* Fix type

Writing code from github really isn't the greatest of ideas

---------

Co-authored-by: Suso <[email protected]>
Co-authored-by: Suso <[email protected]>

Gradle Release '4.7.5'

10 May 09:18
9af3fb4
Compare
Choose a tag to compare
228 dependency related errors when running the plugin (#231)

* #228 Update swagger core

Transitive dependency on snakeyaml. Updates it to 2.0, solving CVE-2022-1471

* Disable jar minimization

As it was causing a dynamically loaded class from freemarker to be removed

* Update jackson and freemarker

* Bump version

Maven Release 4.7.4

08 May 10:56
b5c4979
Compare
Choose a tag to compare
224 fix optional requestparam (#225)

* #224 Add required to @RequestParam in reactive template

* #224 Optional requestparam base template

* #224 RequestParam required tests

* Update version