Skip to content

Compilation Error: cannot find symbol class Int64 #5147

@NetzwergX

Description

@NetzwergX

When generating the API from an openApiSpec that uses scalar int64 values, the following code is generated:

requestInfo.setContentFromScalarCollection(requestAdapter, "application/json", body.toArray(new Int64[0]));

Int64 does not exist in java. This should probably be new Long[]

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done ✔️

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions