Skip to content

Commit

Permalink
Ensure 2.x code gen is correct (#1178)
Browse files Browse the repository at this point in the history
* Implement ability to override property type mappings

Signed-off-by: Thomas Farr <tsfarr@amazon.com>

* Ensure generated code is up-to-date

Signed-off-by: Thomas Farr <tsfarr@amazon.com>

* Fix license header

Signed-off-by: Thomas Farr <tsfarr@amazon.com>

* Fix tests

Signed-off-by: Thomas Farr <tsfarr@amazon.com>

---------

Signed-off-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
Xtansia committed Sep 3, 2024
1 parent c18b74c commit 9c5d9c1
Show file tree
Hide file tree
Showing 28 changed files with 619 additions and 268 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
jobs:
up_to_date:
name: Ensure Generated Code Is Up To Date
# if: github.event_name == 'pull_request'
if: false
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Checkout Java Client
Expand Down
Loading

0 comments on commit 9c5d9c1

Please sign in to comment.