[Kotlin][Server] Skip new post processing routine for kotlin server jaxrs (#18180)

* Skip post processing when generating JAXRS spec with Kotlin
This feature was previously added to work with the javalin5 library

* Add sample that proves what we expect after fixing this

* Update sample

* Added new samples to samples workflow

* Revert from jdk17 pipeline
This commit is contained in:
Sondre Eikanger Kvalø
2024-03-21 08:55:28 +01:00
committed by GitHub
parent e39b99051c
commit c7e9bd2f29
14 changed files with 328 additions and 5 deletions

View File

@@ -0,0 +1 @@
rootProject.name = 'kotlin-server'