Skip to content

Commit 45e6520

Browse files
authored
Merge pull request #9 from RevEngAI/feat-PLU-185-2
fix(PLU-185): date time handling for nanosecond precision
2 parents 30a8535 + b8b8a41 commit 45e6520

2 files changed

Lines changed: 561 additions & 3 deletions

File tree

.github/workflows/check.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,7 @@ jobs:
109109
config-file: config.yml
110110
template-dir: templates
111111
# For the artifact version drop the `v` prefix as it's not usually used in Maven versions
112-
# Use java.time.Instance for DateTime mappings because our API returns nanosecond precision timestamps
113112
command-args: >
114-
--import-mappings=DateTime=java.time.Instant
115-
--type-mappings=DateTime=java.time.Instant
116113
--additional-properties=artifactVersion=${{ steps.version_check.outputs.openapi_version_maven }}
117114
118115
- name: Check for changes

0 commit comments

Comments
 (0)