William Cheng
c514dc3c1b
add java native jakarta samples for test ( #14381 )
2023-01-05 21:55:53 +08:00
devhl-labs
b8b8c5c208
[csharp-netcore] Added samples for composed schemas ( #14348 )
...
* added samples for composed schemas
* continue ignoring standard for now
2023-01-02 23:27:01 +08:00
devhl-labs
466495e919
added new pipeline to build standard ( #14349 )
2023-01-02 23:25:05 +08:00
William Cheng
421e7c9d3e
[Java] Better tests for jakarta option (webclient, resttemplate) ( #14363 )
...
* test java jakarta in new workflow jdk 17
* update workflow
* skip jakarta test in jdk11
2023-01-02 20:55:39 +08:00
William Cheng
ad2e1b7e62
add test for debugSupportingFiles ( #14331 )
2022-12-27 16:53:54 +08:00
William Cheng
95198dd34b
Test Java servers in github workflow ( #14318 )
...
* test java server in github workflow
* trigger build
* test with jdk 11
* rename
* Revert "trigger build"
This reverts commit b98761617145676a7d8f0d6ea39a08ddd5543017.
* trigger build
* Revert "trigger build"
This reverts commit 24cca9f1635012e8645d8102fbf58842b1a1bec8.
* update samples
2022-12-23 01:17:46 +08:00
John Mitchell
2a33229158
Support for GSON Decoder in Java Feign Generator ( #14254 )
...
* Supporting Gson decoder in Feign
* Supporting Gson decoder in Feign
* Fixing test failures - and ensuring Jackson is used as the default if nothing selected (back compatible)
* Adding in sample files
* Updating docs
* Switching to echo server version
* Adding feign-gson to the github workflow
* Empty-Commit
2022-12-17 15:40:14 +08:00
William Cheng
b8b25e8ae0
Fix query parameters encoding in Java apache-httpclient ( #14195 )
...
* fix query parameters encoding in java apache-httpclient
* rearrange tests
* add new files
2022-12-08 00:30:07 +08:00
William Cheng
3a26da76b0
Better tests for Java native client ( #14132 )
...
* add echo tests with java native client
* fix echo server
* fix github
* add npm install
* update samples
* add license header
* update smaples
* add test for array of string
* fix java native respone type casting
* better code format
* add license header
2022-11-29 14:18:14 +08:00
William Cheng
90a8b4effb
[PHP] better PHP symfony test ( #14117 )
...
* better php symfony test
* trigger build failure
* Revert "trigger build failure"
This reverts commit ed7a57ead2726705fe733a7027717b864810843f.
* update samples
2022-11-25 15:01:02 +08:00
devhl-labs
74441fde9f
[csharp-netcore] Removed net5, added net7 ( #14003 )
...
* removed net5, added net7
* bumped github action dotnet version
2022-11-18 00:50:29 +08:00
William Cheng
4a5c9ff2d2
Add tests for rust reqwest middleware client ( #13990 )
...
* add tests for rust reqwest middleware client
* add github workflow
* trigger build
* fix rust
* trigger build failure
* Revert "trigger build failure"
This reverts commit 42d8ff42ee04d207d8c2dad4a9714a9c7ad3b1c5.
* Update pom.xml
Co-authored-by: Nathan Shaaban <86252985+nshaaban-cPacket@users.noreply.github.com>
* simplify folder
Co-authored-by: Nathan Shaaban <86252985+nshaaban-cPacket@users.noreply.github.com>
2022-11-13 10:24:29 +08:00
Nathan Baulch
9f1fa0e440
Fix another batch of spelling typos ( #13915 )
...
* Fix typos
* Remove repeated words
* Minor grammar fixes
2022-11-07 21:30:24 +08:00
William Cheng
865958c480
update PR template to reference 6.3.0 - the latest master
2022-11-05 22:44:37 +08:00
Gustavo Bazan
2e0e010f3a
[DOCS] Update PR template branch ( #13920 )
2022-11-05 22:42:53 +08:00
William Cheng
a020170ff3
[java][client] Fix config, add more samples for testing ( #13912 )
...
* fix config, add more samples for testing
* update samples
2022-11-04 18:17:34 +08:00
dependabot[bot]
d4056a3033
Bump actions/setup-dotnet from 3.0.2 to 3.0.3 ( #13845 )
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.2...v3.0.3 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-28 11:11:18 +08:00
William Cheng
6650ba6406
Test build.sbt in java (okhttp-gson) petstore sample ( #13799 )
...
* test java okhttp build.sbt:w
* trigger build
* Revert "trigger build"
This reverts commit 2febc8961c6f8ec06995ecfe99fcfaac0811f244.
2022-10-23 11:35:00 +08:00
William Cheng
892e4f5b3c
update oltu to newer version ( #13782 )
2022-10-21 09:15:37 +08:00
Antti Leppä
11c43c3c2b
Added Kotlin Vert.x client ( #13594 )
...
* Initial version of Kotlin Vert.x client
* Initial version of Kotlin Vert.x client
* Initial version of Kotlin Vert.x client
* Fix for parseDateToQueryString issue in vert.x kotlin client
* Moved common methods from api to ApiClient in kotlin vert.x client
* Fixed issue with absolute URLs
* bearer auth for oauth
* empty request headers fix
* missing import and typo
* added uri template dependency
* added api abstractions to client generator
* added full import form infrastructure
* removed fail on unknown properties to response body parsing
* fixed error response parsing
* replace vertx client name to more unique
* multiline content type
* optional responses added to template
* additional annotations for kotlin client
* Added additionalModelTypeAnnotations parameter support to AbstractKotlinCodegen
* Updated samples and documents
* Fixed issues with gson and moshi serializers with kotlin-jvm-vertx client
* Added sample configs for kotlin-jvm-vertx clients with gson, jackson and moshi
* Added samples for kotlin-jvm-vertx clients with gson, jackson and moshi
* Included kotlin-jvm-vertx samples to test build
* Updated samples
Co-authored-by: Katja Danilova <katja.danilova@protonmail.com>
2022-10-19 22:29:34 +08:00
William Cheng
042e250efa
Separate Java Helidon functional tests ( #13763 )
...
* separate helidon functional tests
* trigger build
2022-10-19 21:20:35 +08:00
William Cheng
d2a7cbcaf4
Migrate gradle, maven plugin tests ( #13764 )
...
* separate maven, gradle tests in the main github workflow
* trigger build
* Revert "trigger build"
This reverts commit 5e2279f627dd4cf231bbed662727103a20a7d704.
2022-10-19 17:24:12 +08:00
William Cheng
c73704ce08
[go-echo-server] update echo to newer version ( #13732 )
...
* update echo to newer version
* add github workflow
* minor fix
* add install
* go get
* install middleware
* test go api server
* trigger build
* test go-api-server
* Revert "test go api server"
This reverts commit 42f24e578ff5a0e0b2be5fa1c506be237ec4cbe0.
* Revert "Revert "test go api server""
This reverts commit 7ce773275b0c223208421eff9d84b64a079874be.
* update samples
* test go gin in github workflow
* go install
* Revert "go install"
This reverts commit ec099b48c138c2a03503bbf1de8995cbca2d7598.
* Revert "test go gin in github workflow"
This reverts commit 120516856eaa5adbeebc558a68be8e26797b8749.
* remove go api, echo server tests
2022-10-19 13:34:34 +08:00
William Cheng
e02ebd822a
Merge pull request #13513 from tjquinno/helidon-generation
...
Add server and client generators for Helidon
2022-10-16 16:30:52 +08:00
William Cheng
866d67a78f
Move some travis tests to github workflow, remove redundant c# test ( #13704 )
...
* move some travis tests to github workflow, remove reduntant c# test
* setup ruby
* switch to setup-ruby
* bundle install
* remove bash
* remove bundle install
* remmvoe gemfile
* add more folders in tab detection
* comment out java folder in tab detection
* undo changes in tab detection
2022-10-16 16:20:49 +08:00
tim.quinn@oracle.com
74bc35e33c
Add path wildcarding
...
Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
2022-10-14 06:40:00 -05:00
dependabot[bot]
3ed6503075
Bump actions/setup-dotnet from 3.0.1 to 3.0.2 ( #13688 )
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.1...v3.0.2 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-14 16:29:15 +08:00
Tim Quinn
b24c2d42bc
Add Helidon samples to JDK17 samples workflow ( #68 )
...
Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
2022-10-11 13:32:02 -05:00
tvallin
40c1b2c471
Add functional test discovery and execution
...
Signed-off-by: tvallin <thibault.vallin@oracle.com>
2022-10-11 13:30:56 -05:00
William Cheng
3ae37e27a5
[java][okhttp-gson] fix validateJsonObject ( #13630 )
...
* fix required check in java okhttp client
* fix validateJsonObject in okhttp-gson, add test
* move java-micronaut-client to test circleci
2022-10-07 23:06:34 +08:00
William Cheng
038fe790dc
fix spring3 client ( #13625 )
2022-10-07 20:54:55 +08:00
William Cheng
74bb35d909
revise jdk11 java client tests ( #13626 )
2022-10-07 15:55:27 +08:00
dependabot[bot]
18b5b05fa7
Bump actions/setup-dotnet from 3.0.0 to 3.0.1 ( #13595 )
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-07 01:03:02 +08:00
dependabot[bot]
d3e099bd06
Bump actions/setup-dotnet from 2 to 3.0.0 ( #13557 )
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 2 to 3.0.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3.0.0 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-30 17:31:42 +08:00
William Cheng
96521f2234
Add more tests for Gradle plugin in Github workflows ( #13280 )
...
* add more tests for gradle plugin
* update gradlew to 6.8.3
* fix typo
* update comment
2022-08-26 12:08:47 +08:00
William Cheng
8ee22b8e97
Better enum tests for scala-sttp ( #13261 )
...
* better petstore tests for scala-sttp
* test scala sttp in github workflow
* test with jdk 11
* comment test
2022-08-24 01:55:45 +08:00
Max K
a4a89caf73
Added parameter to add models in seperate project ( #13044 )
...
Samples and build for seperate model projects
2022-08-05 13:46:58 +08:00
Paul Hagedorn
298ccfcfd8
[typescript-nestjs] Upgrade to NestJS v8 ( #12937 )
...
* feat(typescript-nestjs): upgrade to nestjs v8
Set default nestVersion to 8.0.0
* chore(typescript-nestjs): create typescript-nestjs-v8-provided-in-root.yaml and add it to samples.json
* chore(typescript-nestjs): generate samples
* docs(typescript-nestjs): generate docs
* chore(typescript-nestjs): re-generate samples
2022-07-21 13:41:32 +02:00
William Cheng
6d44f97d6c
Add tests for spring boot with implicit headers but no annotation library ( #12943 )
...
* add tests for spring boot with implicit headers but no annotation library
* test in workflow
* update samples
2022-07-20 14:11:45 +08:00
William Cheng
7216899fe6
Add tests for aspnet core 6.0 pocoModels ( #12900 )
...
* add tests for aspnet core 6.0 pocoModels
* update workflow
2022-07-17 16:07:41 +08:00
William Cheng
2f81e2d9e1
update readme with next release info
2022-07-04 01:41:44 +08:00
William Cheng
3190084134
Test JDK 17 in github workflow ( #12583 )
...
* test jdk17 in github workflow
* trigger build
* trigger tests
* Revert "trigger build"
This reverts commit 77c4d859b01a1a8f1c0202b1b2e70730a643a334.
* add branch for tests
* disable spring tests
* trigger build
* remove path
* undo changes
2022-06-13 16:46:01 +08:00
cachescrubber
a7db213c2d
Upgrade virtualan-plugin to 2.5.1 ( #12429 )
...
* Upgrade virtualan-plugin to 2.5.1
* Generate samples
* Upgrade virtualan sample to springdoc
* Generate Samples
* Add samples/server/petstore/springboot-virtualan to ci run
* Upgrade virtualan-plugin to 2.5.2
* Generate samples
* Add virtualan.version to spring-boot-3 pom.xml, upgrade to 2.5.2
2022-06-13 14:48:26 +08:00
William Cheng
c2595335c3
[java] Add useSingleRequestParameter support ( #12580 )
...
* add useSingleRequestParameter support to java client
* trigger build failure
* trigger build failure
* Revert "trigger build failure"
This reverts commit 545e57ab8f3d943d9ad6ad114841a37d3b01a47b.
* Revert "trigger build failure"
This reverts commit 849f71f1f1a28659b0fd375986d7e66e9c6d04ac.
* update doc
2022-06-12 17:23:42 +08:00
William Cheng
38018d8b94
Test PHP Symfony server sample in github action ( #12533 )
...
* test php symfony server sample in github action
* update php laravel samples
* add tests for php 7.x, 8.x
2022-06-04 18:23:28 +08:00
William Cheng
c3a4914b22
update spring github workflow tests
2022-05-27 00:09:21 +08:00
William Cheng
a88a84e3b8
update template, readme
2022-05-26 12:42:57 +08:00
Martin Delille
6931f15e80
Add martindelille to code owners ( #12328 )
2022-05-10 17:28:44 +08:00
Johan Sjöblom
706791f43f
[Bug][Kotlin-client] Can now handle path param of type list ( #12244 )
...
* Bugfix Kotlin-client: Can now handle path param of type list for jvm-volley and multiplatform. Also cleaning up generated code
* Adding samples to github workflow. Deleting old workflow
* Tweaking setup of jvm-volley
* Updating samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2022-05-05 01:04:20 +08:00
William Cheng
ee038e7e6c
update kotlin client tests
2022-05-05 00:52:35 +08:00